From 91ca343121c95792be77974e99ebbe89fbc907de Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sun, 12 Apr 2015 20:06:39 +0100 Subject: 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. --- docs/development/test-vectors.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/development/test-vectors.rst') 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 ~~~~~ -- cgit v1.2.3