summaryrefslogtreecommitdiff
path: root/doc/compatibility.rst
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-10 11:31:09 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-10 11:33:37 +0200
commit1d14c4e6c6c78acb2af553cdbc4fe23fc72024b9 (patch)
treeaffca546b73e086411e97999e5a52d10519b31d3 /doc/compatibility.rst
parent88927a9fcf3f93475e640ce9b5a04cd7c2dfc405 (diff)
downloadrsa-git-1d14c4e6c6c78acb2af553cdbc4fe23fc72024b9.tar.gz
Updated documentation for removal of bigfile/VARBLOCK support.
Diffstat (limited to 'doc/compatibility.rst')
-rw-r--r--doc/compatibility.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/compatibility.rst b/doc/compatibility.rst
index aedfcb6..d6e1dc4 100644
--- a/doc/compatibility.rst
+++ b/doc/compatibility.rst
@@ -25,7 +25,8 @@ Public keys:
PKCS#1 v1.5 in PEM and DER format, ASN.1 type RSAPublicKey
:ref:`VARBLOCK <bigfiles>` encryption:
- Python-RSA only, not compatible with any other known application.
+ Deprecated in Python-RSA 3.4 and removed from Python-RSA 4.0.
+ Was Python-RSA only, not compatible with any other known application.
.. _openssl:
@@ -59,4 +60,3 @@ PKCS#8 format you need an external tool such as OpenSSL::
openssl rsa -in privatekey-pkcs8.pem -out privatekey.pem
You can then extract the corresponding public key as described above.
-