diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-08 17:36:58 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-08 18:36:58 -0400 |
commit | bf128a470bbcfe9443eeade9da24c6b317296348 (patch) | |
tree | fe948dbe58d31858c9671ba1662821beffd46ab6 /docs/development | |
parent | 538a953f1f67cafdb06840427eb5d2a7cad1a518 (diff) | |
download | cryptography-bf128a470bbcfe9443eeade9da24c6b317296348.tar.gz cryptography-bf128a470bbcfe9443eeade9da24c6b317296348.tar.bz2 cryptography-bf128a470bbcfe9443eeade9da24c6b317296348.zip |
add rfc 3526 DH groups (#3767)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index d54cb10c..eb95a62e 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -89,6 +89,9 @@ Custom asymmetric vectors Key exchange ~~~~~~~~~~~~ +* ``vectors/cryptography_vectors/asymmetric/DH/rfc3526.txt`` contains + several standardized Diffie-Hellman groups from :rfc:`3526`. + * ``vectors/cryptography_vectors/asymmetric/DH/RFC5114.txt`` contains Diffie-Hellman examples from appendix A.1, A.2 and A.3 of :rfc:`5114`. |