]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/tested25519pub.pem
More testing for CLI usage of Ed25519 and Ed448 keys
authorNicola Tuveri <nic.tuv@gmail.com>
Mon, 11 Nov 2019 10:13:10 +0000 (12:13 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Dec 2019 17:37:53 +0000 (18:37 +0100)
commit81722fdf2e01cfa71c46abbcc19e65aa003e083f
treeea990f1a7af578e4e684c765b555519c6b874aca
parent098404128383ded87ba390dd74ecd9e2ffa6f530
More testing for CLI usage of Ed25519 and Ed448 keys

Add testing for the `req` app and explicit conversion tests similar to
what is done for ECDSA keys.

The included test keys for Ed25519 are from the examples in RFC 8410
(Sec. 10)

The key for Ed448 is derived from the first of the test vectors in
RFC 8032 (Sec. 7.4) using OpenSSL to encode it into PEM format.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10410)
test/recipes/15-test_ec.t
test/recipes/25-test_req.t
test/tested25519.pem [new file with mode: 0644]
test/tested25519pub.pem [new file with mode: 0644]
test/tested448.pem [new file with mode: 0644]
test/tested448pub.pem [new file with mode: 0644]