diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2015-04-12 20:06:39 +0100 |
---|---|---|
committer | Alex Stapleton <alex@lyst.com> | 2015-04-21 16:56:57 +0100 |
commit | 91ca343121c95792be77974e99ebbe89fbc907de (patch) | |
tree | 25632e686c703fe13d1b564702c4a38f54b6ddc6 /docs | |
parent | d459a8a16c417e0db59de0a643aeb9079b45b9bb (diff) | |
download | cryptography-91ca343121c95792be77974e99ebbe89fbc907de.tar.gz cryptography-91ca343121c95792be77974e99ebbe89fbc907de.tar.bz2 cryptography-91ca343121c95792be77974e99ebbe89fbc907de.zip |
DH examples from https://tools.ietf.org/rfc/rfc5114.txt
A.{4,5,6,7,8} are omitted as they are ECDH examples.
These are converted to the NIST KASVS format for easier loading.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 5353b1d2..a102fa9f 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -78,6 +78,12 @@ Custom Asymmetric Vectors ``asymmetric/public/PKCS1/rsa.pub.der`` are PKCS1 conversions of the public key from ``asymmetric/PKCS8/unenc-rsa-pkcs8.pem`` using PEM and DER encoding. +Key exchange +~~~~~~~~~~~~ + +* ``vectors/cryptography_vectors/asymmetric/DH/RFC5114.txt`` contains + Diffie-Hellman examples from appendix A.1, A.2 and A.3 of :rfc:`5114`. + X.509 ~~~~~ |