diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-30 14:56:41 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-12-01 09:38:28 +0100 |
commit | b167cc373c0fcd40fb085bd4300a5912dd1b2903 (patch) | |
tree | 31cc7e803b219ee4bb39e6858072c23c633869ca /tests/Makefile.am | |
parent | 777b741b7529d33df5b72e5b89f4dde9da4aefd4 (diff) | |
download | gnutls-b167cc373c0fcd40fb085bd4300a5912dd1b2903.tar.gz |
tests: added checks on signature key usage violations
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4ef900b4d0..03c51be541 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -92,7 +92,7 @@ ctests = mini-record-2 simple gc set_pkcs12_cred certder certuniqueid \ x509sign-verify2 mini-alignment oids atfork prf psk-file \ status-request status-request-ok status-request-missing \ fallback-scsv pkcs8-key-decode urls dtls-rehandshake-cert \ - key-usage mini-session-verify-function auto-verify \ + key-usage-rsa key-usage-ecdhe-rsa mini-session-verify-function auto-verify \ record-timeouts mini-dtls-hello-verify-48 mini-x509-default-prio \ mini-x509-dual global-init-override tlsext-decoding \ rehandshake-switch-cert rehandshake-switch-cert-allow rehandshake-switch-cert-client \ |