diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-09-14 18:34:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-21 16:21:18 +0700 |
commit | 161bbe3c84244c1055fe0bd5041d91885edd10be (patch) | |
tree | ef3ffd23fa39183c5d59412fe1229861ffd80b34 /python/python-certifi/README | |
parent | ef15456e3f27e2aa85c17842c5997f72a581ba28 (diff) |
python/python-certifi: Updated for version 2019.9.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-certifi/README')
-rw-r--r-- | python/python-certifi/README | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/python/python-certifi/README b/python/python-certifi/README index 8e6f8b4e44e06..f2306e1d4c428 100644 --- a/python/python-certifi/README +++ b/python/python-certifi/README @@ -1,3 +1,10 @@ -This installable Python package contains a -CA Bundle that you can reference in your -Python code. +Certifi is a carefully curated collection of Root Certificates for validating the +trustworthiness of SSL certificates while verifying the identity of TLS hosts. +It has been extracted from the Requests project. + +The internet is an untrusted place. Every HTTP request you make should have +verification on by default. This happens every time you access a website with +your web browser, without any knowledge to the user — there’s no reason your code +should be any different. + +Certifi is here to make this possible. |