From 192f1f714d2b35b9b38916aebf6132ad58e076da Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 10 Jul 2014 13:20:29 -0700 Subject: Mention both RFCs --- docs/hazmat/primitives/asymmetric/serialization.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index 2a70146f..739bfb88 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -29,10 +29,10 @@ PKCS #8 Format ~~~~~~~~~~~~~~ PKCS #8 is a serialization format originally standardized by RSA and currently -maintained by the IETF in :rfc:`5208`. It supports password based encryption -and additional key metadata attributes. These keys are recognizable because -they all begin with ``-----BEGIN PRIVATE KEY-----`` or with ``-----BEGIN -ENCRYPTED PRIVATE KEY-----`` if they have a password. +maintained by the IETF in :rfc:`5208` and :rfc:`5958`. It supports password +based encryption and additional key metadata attributes. These keys are +recognizable because they all begin with ``-----BEGIN PRIVATE KEY-----`` or +with ``-----BEGIN ENCRYPTED PRIVATE KEY-----`` if they have a password. .. function:: load_pkcs8_private_key(data, password, backend) -- cgit v1.2.3