File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Installation
2727Cryptographic Backends
2828----------------------
2929
30- As of 3.1.0, python-jose implements four different cryptographic backends.
30+ As of 3.1.0, python-jose implements three different cryptographic backends.
3131The backend must be selected as an extra when installing python-jose.
3232If you do not select a backend, the native-python backend will be installed.
3333
@@ -66,20 +66,6 @@ We recommend that you remove unnecessary dependencies in production.
6666
6767 The native-python backend cannot process certificates.
6868
69- #. pycrypto
70-
71- * This backend uses `pycrypto `_ for all cryptographic operations.
72- * Installation: ``pip install python-jose[pycrypto] ``
73- * Unused dependencies:
74-
75- * ``rsa ``
76-
77- .. warning ::
78-
79- The `pycrypto `_ project has not been maintained since 2013.
80- This backend is maintained for legacy compatibility purposes only.
81- Do not use this backend unless you cannot use any of the others.
82-
8369Usage
8470-----
8571
You can’t perform that action at this time.
0 commit comments