summaryrefslogtreecommitdiff
path: root/tests/common-key-tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common-key-tests.h')
-rw-r--r--tests/common-key-tests.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/common-key-tests.h b/tests/common-key-tests.h
index c769c66850..2c60176e6f 100644
--- a/tests/common-key-tests.h
+++ b/tests/common-key-tests.h
@@ -62,6 +62,14 @@ struct _key_tests_st common_key_tests[] = {
.sigalgo = GNUTLS_SIGN_ECDSA_SHA256
},
{
+ .name = "ecdsa key",
+ .key = {(void *) server_ca3_ecc_key_pem, sizeof(server_ca3_ecc_key_pem)-1},
+ .cert = {(void *) server_localhost_ca3_ecc_cert_pem, sizeof(server_localhost_ca3_ecc_cert_pem)-1},
+ .pk = GNUTLS_PK_ECDSA,
+ .digest = GNUTLS_DIG_SHA256,
+ .sigalgo = GNUTLS_SIGN_ECDSA_SECP256R1_SHA256
+ },
+ {
.name = "rsa pss key",
.key = {(void *) server_ca3_rsa_pss_key_pem, sizeof(server_ca3_rsa_pss_key_pem)-1},
.cert = {(void *) server_ca3_rsa_pss_cert_pem, sizeof(server_ca3_rsa_pss_cert_pem)-1},