diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-08 14:18:13 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-08 14:18:27 -0500 |
commit | efc7f3d23836b7fd6633e95af0e2626eb1f594da (patch) | |
tree | f0d9d75696b461b6628d13b2e61c94ceff81e180 | |
parent | 3f157e00f4fe3a86da17a1de8e2222705147728f (diff) | |
download | cryptography-efc7f3d23836b7fd6633e95af0e2626eb1f594da.tar.gz cryptography-efc7f3d23836b7fd6633e95af0e2626eb1f594da.tar.bz2 cryptography-efc7f3d23836b7fd6633e95af0e2626eb1f594da.zip |
update docs to note PKCS1 is essentially RSA only
-rw-r--r-- | docs/hazmat/primitives/asymmetric/serialization.rst | 2 |
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 ~~~~~~~~~~~~~~~~~~~~~~~ |