Benchmark support for 3072-bit RSA and DH when USE_CERT_BUFFERS_3072 is defined.

This commit is contained in:
David Garske
2018-06-20 10:19:23 -07:00
parent 1179969dcf
commit ed1c56a4fc
7 changed files with 418 additions and 11 deletions

BIN
certs/dh3072.der Normal file

Binary file not shown.

BIN
certs/dsa3072.der Normal file

Binary file not shown.

View File

@@ -52,8 +52,11 @@ EXTRA_DIST += \
certs/client-ecc-cert.der \
certs/client-keyPub.der \
certs/dh2048.der \
certs/dh3072.der \
certs/rsa2048.der \
certs/rsa3072.der \
certs/dsa2048.der \
certs/dsa3072.der \
certs/ecc-client-key.der \
certs/ecc-client-keyPub.der \
certs/ecc-key.der \

BIN
certs/rsa3072.der Normal file

Binary file not shown.