From ad7263be9bbabf7027984d33f7a983f8163cc0f9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 2 May 2018 12:01:02 -0400 Subject: update link to draft rfc (#4214) --- src/cryptography/hazmat/backends/openssl/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/hazmat/backends/openssl/backend.py b/src/cryptography/hazmat/backends/openssl/backend.py index 85e13b57..bfcf6fba 100644 --- a/src/cryptography/hazmat/backends/openssl/backend.py +++ b/src/cryptography/hazmat/backends/openssl/backend.py @@ -1899,7 +1899,7 @@ class Backend(object): def x25519_load_private_bytes(self, data): # OpenSSL only has facilities for loading PKCS8 formatted private # keys using the algorithm identifiers specified in - # https://tools.ietf.org/html/draft-ietf-curdle-pkix-03. + # https://tools.ietf.org/html/draft-ietf-curdle-pkix-09. # This is the standard PKCS8 prefix for a 32 byte X25519 key. # The form is: # 0:d=0 hl=2 l= 46 cons: SEQUENCE -- cgit v1.2.3