diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-03 10:29:29 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-03 11:33:31 +0200 |
commit | 7c6724c36365d3119ecf6b4e57f4f5b4e769558d (patch) | |
tree | 6e29cc167de5f5caa944047e4414c6326ee54d8e /.gitignore | |
parent | ba20cfe74e2d3f47f608804b134a3613b3744d57 (diff) | |
download | gnutls-7c6724c36365d3119ecf6b4e57f4f5b4e769558d.tar.gz |
tests: added test for CKA_ALWAYS_AUTHENTICATE handling in PKCS#11
This checks whether GnuTLS properly calls login prior to any sign
operations when the object is marked as CKA_ALWAYS_AUTHENTICATE.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1eff3ec617..dd17b98954 100644 --- a/.gitignore +++ b/.gitignore @@ -879,6 +879,7 @@ tests/pkcs11/pkcs11-is-known tests/pkcs11/pkcs11-privkey tests/pkcs11/pkcs11-pubkey-import-ecdsa tests/pkcs11/pkcs11-pubkey-import-rsa +tests/pkcs11/pkcs11-privkey-always-auth tests/softhsm-*.db/ tests/status-request-missing tests/slow/cipher-openssl-compat |