Generate new Ed488 certificates
authorKurt Roeckx <kurt@roeckx.be>
Thu, 2 Jan 2020 22:16:30 +0000 (23:16 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Sun, 16 Feb 2020 10:52:05 +0000 (11:52 +0100)
commit42fc47964727fb2b12024eaf390c28fcb3caf561
tree0f916a3d7471d550684e0c07f8a99328b7c9b51d
parent525e2288fafd76e416b4a6dad6d95d8b598f8152
Generate new Ed488 certificates

Create a whole chain of Ed488 certificates so that we can use it at security
level 4 (192 bit). We had an 2048 bit RSA (112 bit, level 2) root sign the
Ed488 certificate using SHA256 (128 bit, level 3).

Reviewed-by: Matt Caswell <matt@openssl.org>
GH: #10785
(cherry picked from commit 77c4d3972400adf1bcb76ceea359f5453cc3e8e4)
test/certs/root-ed448-cert.pem [new file with mode: 0644]
test/certs/root-ed448-key.pem [new file with mode: 0644]
test/certs/server-ed448-cert.pem
test/certs/setup.sh
test/ssl-tests/20-cert-select.conf
test/ssl-tests/20-cert-select.conf.in
test/ssl-tests/28-seclevel.conf
test/ssl-tests/28-seclevel.conf.in