From e2483d234ee22e3150cfc466bc9c7ff8d73abfee Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 31 Mar 2022 17:22:31 +0700 Subject: python/python3-service-identity: Added (SIV for PyOpenSSL). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-service-identity/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-service-identity/README (limited to 'python/python3-service-identity/README') 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. -- cgit v1.2.3