summaryrefslogtreecommitdiffstats
path: root/python/python3-service-identity/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2022-03-31 12:22:31 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:18:56 +0200
commite2483d234ee22e3150cfc466bc9c7ff8d73abfee (patch)
tree3015e9faa0b7cf526fc989fcd4230f4a1a61fe26 /python/python3-service-identity/README
parentca4bff1aa82263592493a287197ce214f7586f6a (diff)
downloadslackbuilds-e2483d234ee22e3150cfc466bc9c7ff8d73abfee.tar.gz
python/python3-service-identity: Added (SIV for PyOpenSSL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-service-identity/README')
-rw-r--r--python/python3-service-identity/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-service-identity/README b/python/python3-service-identity/README
new file mode 100644
index 0000000000..68101d4809
--- /dev/null
+++ b/python/python3-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.