From e57c63c34c285689e7b100a19612ec5d7c5b9fec Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 1 Jan 2019 17:11:33 -0600 Subject: add x448 private/public PEM/DER pkcs8/subjectpublickeyinfo vectors (#4667) --- docs/development/test-vectors.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/development') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 9e26627b..eb9ba4b4 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -104,6 +104,13 @@ Custom asymmetric vectors encoded in several of the PKCS12 custom vectors. * ``asymmetric/EC/compressed_points.txt`` - Contains compressed public points generated using OpenSSL. +* ``asymmetric/X448/x448-pkcs8-enc.pem`` and + ``asymmetric/X448/x448-pkcs8-enc.der`` contain an X448 key encrypted with + AES 256 CBC with the password ``password``. +* ``asymmetric/X448/x448-pkcs8.pem`` and ``asymmetric/X448/x448-pkcs8.der`` + contain an unencrypted X448 key. +* ``asymmetric/X448/x448-pub.pem`` and ``asymmetric/X448/x448-pub.der`` contain + an X448 public key. Key exchange -- cgit v1.2.3