summaryrefslogtreecommitdiffstats
path: root/python/service_identity/README
diff options
context:
space:
mode:
author Markus Reichelt2014-12-27 15:58:20 +0100
committer Robby Workman2014-12-28 06:16:22 +0100
commit0d97f2ce8a84112651a4ac7780b7461ccfc0d68c (patch)
tree8a00cc8e482d59b63dc57069c56f4c4c6ec93bae /python/service_identity/README
parent7f8189014935feea83c3b868dc2554f68ff1c557 (diff)
downloadslackbuilds-0d97f2ce8a84112651a4ac7780b7461ccfc0d68c.tar.gz
python/service_identity: Added (Service Identity Verification).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/service_identity/README')
-rw-r--r--python/service_identity/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/service_identity/README b/python/service_identity/README
new file mode 100644
index 0000000000..5212fa0a3b
--- /dev/null
+++ b/python/service_identity/README
@@ -0,0 +1,6 @@
+Use this package if you use pyOpenSSL and don't want to be MITMed.
+service_identity aspires to give you all the tools you need for
+verifying whether a certificate is valid for the intended purposes.
+In the simplest case, this means host name verification. However,
+service_identity implements RFC 6125 fully and plans to add other
+relevant RFCs too.