]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add some additional test certificates/keys
authorMatt Caswell <matt@openssl.org>
Thu, 29 Oct 2020 16:46:56 +0000 (16:46 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:53 +0000 (14:14 +0000)
commitb6ae56fd2778632a45c8f8d4be2c8d62767b951a
treecac54c69c8623cf814deb152b3440fd3bb123caf
parent1b2a55ffa2e6acde6fb9909276936cc1c61c89b1
Add some additional test certificates/keys

Add certs with 1024, 3072, 4096 and 8192 bit RSA keys

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13368)
test/certs/ee-cert-1024.pem [new file with mode: 0644]
test/certs/ee-cert-3072.pem [new file with mode: 0644]
test/certs/ee-cert-4096.pem [new file with mode: 0644]
test/certs/ee-cert-8192.pem [new file with mode: 0644]
test/certs/ee-key-1024.pem [new file with mode: 0644]
test/certs/ee-key-3072.pem [new file with mode: 0644]
test/certs/ee-key-4096.pem [new file with mode: 0644]
test/certs/ee-key-8192.pem [new file with mode: 0644]
test/certs/setup.sh