aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-08 17:36:58 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-08 18:36:58 -0400
commitbf128a470bbcfe9443eeade9da24c6b317296348 (patch)
treefe948dbe58d31858c9671ba1662821beffd46ab6 /docs
parent538a953f1f67cafdb06840427eb5d2a7cad1a518 (diff)
downloadcryptography-bf128a470bbcfe9443eeade9da24c6b317296348.tar.gz
cryptography-bf128a470bbcfe9443eeade9da24c6b317296348.tar.bz2
cryptography-bf128a470bbcfe9443eeade9da24c6b317296348.zip
add rfc 3526 DH groups (#3767)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst3
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`.