From efc7f3d23836b7fd6633e95af0e2626eb1f594da Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 8 Mar 2015 14:18:13 -0500 Subject: update docs to note PKCS1 is essentially RSA only --- docs/hazmat/primitives/asymmetric/serialization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/primitives/asymmetric') 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 ~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3