aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-05-02 12:01:02 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-05-02 06:01:02 -1000
commitad7263be9bbabf7027984d33f7a983f8163cc0f9 (patch)
tree4bae3ee3a0a20013bfac4a6929ce57f04a65b424
parentdd0518217b4b642151576baad6c7c0e3ad79bc9d (diff)
downloadcryptography-ad7263be9bbabf7027984d33f7a983f8163cc0f9.tar.gz
cryptography-ad7263be9bbabf7027984d33f7a983f8163cc0f9.tar.bz2
cryptography-ad7263be9bbabf7027984d33f7a983f8163cc0f9.zip
update link to draft rfc (#4214)
-rw-r--r--src/cryptography/hazmat/backends/openssl/backend.py2
1 files changed, 1 insertions, 1 deletions
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