From 3ffa0e216afc480bd00a577a41f21b7d00c80f0c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 20 Feb 2019 23:44:17 +0800 Subject: add ed448 PKCS8 and subjectPublicKeyInfo vectors (#4718) --- docs/development/test-vectors.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 829a7842..d8014159 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -118,6 +118,13 @@ Custom asymmetric vectors ``asymmetric/X25519/x25519-pkcs8.der`` contain an unencrypted X25519 key. * ``asymmetric/X25519/x25519-pub.pem`` and ``asymmetric/X25519/x25519-pub.der`` contain an X25519 public key. +* ``asymmetric/Ed448/ed448-pkcs8-enc.pem`` and + ``asymmetric/Ed448/ed448-pkcs8-enc.der`` contain an Ed448 key encrypted + with AES 256 CBC with the password ``password``. +* ``asymmetric/Ed448/ed448-pkcs8.pem`` and + ``asymmetric/Ed448/ed448-pkcs8.der`` contain an unencrypted Ed448 key. +* ``asymmetric/Ed448/ed448-pub.pem`` and ``asymmetric/Ed448/ed448-pub.der`` + contain an Ed448 public key. Key exchange -- cgit v1.2.3