File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ pyOpenSSL -- A Python wrapper around the OpenSSL library
14
14
:target: https://codecov.io/github/pyca/pyopenssl
15
15
:alt: Test coverage
16
16
17
+ **Note: ** The Python Cryptographic Authority **strongly suggests ** the use of `pyca/cryptography `_
18
+ where possible. If you are using pyOpenSSL for anything other than making a TLS connection
19
+ **you should move to cryptography and drop your pyOpenSSL dependency **.
17
20
18
- High-level wrapper around a subset of the OpenSSL library. Includes
21
+ High-level wrapper around a subset of the OpenSSL library. Includes
19
22
20
23
* ``SSL.Connection `` objects, wrapping the methods of Python's portable sockets
21
24
* Callbacks written in Python
@@ -41,3 +44,4 @@ You can also join ``#cryptography-dev`` on Freenode to ask questions or get invo
41
44
.. _`issue tracker` : https://github.com/pyca/pyopenssl/issues
42
45
.. _cryptography-dev : https://mail.python.org/mailman/listinfo/cryptography-dev
43
46
.. _GitHub : https://github.com/pyca/pyopenssl
47
+ .. _`pyca/cryptography` : https://github.com/pyca/cryptography
You can’t perform that action at this time.
0 commit comments