Skip to content

Commit 959a031

Browse files
reaperhulkalex
authored andcommitted
tell people to stop using this where possible (pyca#759)
* tell people to stop using this where possible * links require actual linking * bolding
1 parent 460a19d commit 959a031

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ pyOpenSSL -- A Python wrapper around the OpenSSL library
1414
:target: https://codecov.io/github/pyca/pyopenssl
1515
:alt: Test coverage
1616

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**.
1720

18-
High-level wrapper around a subset of the OpenSSL library. Includes
21+
High-level wrapper around a subset of the OpenSSL library. Includes
1922

2023
* ``SSL.Connection`` objects, wrapping the methods of Python's portable sockets
2124
* Callbacks written in Python
@@ -41,3 +44,4 @@ You can also join ``#cryptography-dev`` on Freenode to ask questions or get invo
4144
.. _`issue tracker`: https://github.com/pyca/pyopenssl/issues
4245
.. _cryptography-dev: https://mail.python.org/mailman/listinfo/cryptography-dev
4346
.. _GitHub: https://github.com/pyca/pyopenssl
47+
.. _`pyca/cryptography`: https://github.com/pyca/cryptography

0 commit comments

Comments
 (0)