diff options
author | Daiki Ueno <dueno@redhat.com> | 2019-04-04 16:51:28 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2019-04-07 08:22:01 +0200 |
commit | 456170176a95d9c0855c872748c1295e805961a2 (patch) | |
tree | 1031fc16042f0023c1d610632277d145cf153180 /.gitignore | |
parent | baccc00085062f712c811bee925c86709551f422 (diff) | |
download | gnutls-456170176a95d9c0855c872748c1295e805961a2.tar.gz |
tests: add post-handshake auth test using PKCS#11 token
This adds a test that exercise the client's auth rejection logic,
using the RSA-PSS disabled PKCS #11 token.
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aff3df9bcf..8953088ca4 100644 --- a/.gitignore +++ b/.gitignore @@ -824,6 +824,7 @@ tests/tls13/no-psk-exts tests/tls13/ocsp-client tests/tls13/post-handshake-with-cert tests/tls13/post-handshake-with-cert-auto +tests/tls13/post-handshake-with-cert-pkcs11 tests/tls13/post-handshake-with-cert-ticket tests/tls13/post-handshake-with-psk tests/tls13/post-handshake-without-cert |