aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-08 14:18:13 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-08 14:18:27 -0500
commitefc7f3d23836b7fd6633e95af0e2626eb1f594da (patch)
treef0d9d75696b461b6628d13b2e61c94ceff81e180 /docs
parent3f157e00f4fe3a86da17a1de8e2222705147728f (diff)
downloadcryptography-efc7f3d23836b7fd6633e95af0e2626eb1f594da.tar.gz
cryptography-efc7f3d23836b7fd6633e95af0e2626eb1f594da.tar.bz2
cryptography-efc7f3d23836b7fd6633e95af0e2626eb1f594da.zip
update docs to note PKCS1 is essentially RSA only
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/asymmetric/serialization.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst
index dd532b51..fb8c93a4 100644
--- a/docs/hazmat/primitives/asymmetric/serialization.rst
+++ b/docs/hazmat/primitives/asymmetric/serialization.rst
@@ -326,7 +326,7 @@ Serialization Formats
.. attribute:: PKCS1
Just the public key elements (without the algorithm identifier). This
- format is occasionally used by various systems.
+ format is RSA only, but is used by some older systems.
Serialization Encodings
~~~~~~~~~~~~~~~~~~~~~~~