summaryrefslogtreecommitdiff
path: root/tests/pkcs11
Commit message (Expand)AuthorAgeFilesLines
* tests: added TLS1.3 tests for PKCS#11 and external key typesNikos Mavrogiannopoulos2018-11-191-0/+53
* Add support for EDDSA/Ed25519 object support via PKCS#11Simo Sorce2018-11-192-3/+276
* Fix RSA-PSS tests to properly return skip valueSimo Sorce2018-11-191-2/+1
* pkcs11 uris: the URI scheme is case insensitivetmp-urisNikos Mavrogiannopoulos2018-10-121-2/+8
* Fix two typos (overriden/guarranteed)Andreas Metzler2018-08-163-3/+3
* Add gost certificates to chainverify testsDmitry Eremin-Solenikov2018-06-231-0/+6
* gnutls_pkcs11_token_get_ptr, gnutls_pkcs11_obj_get_ptr: introducedNikos Mavrogiannopoulos2018-05-212-0/+326
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-122-0/+443
* pkcs11: mark private key objects as sensitive by defaulttmp-pkcs11-sensitive-fixNikos Mavrogiannopoulos2018-05-031-0/+170
* retrieve_pin: refuse to retrieve PIN from URI more than one timeNikos Mavrogiannopoulos2018-04-251-3/+26
* signatures: distinguish RSA-PSS signatures with RSA PKCS#1 1.5 certificates f...Nikos Mavrogiannopoulos2018-03-091-1/+1
* tests: eliminated destructive teststmp-simplify-nettle-checkNikos Mavrogiannopoulos2018-03-021-3/+16
* tests: pkcs11/tls-neg-pkcs11-key: updated for softhsm with PKCS#11 supportNikos Mavrogiannopoulos2018-01-221-12/+19
* tests: p11-kit-load.sh: verify that all modules are loaded after a private ke...Nikos Mavrogiannopoulos2017-12-031-1/+9
* tests: enhanced pkcs11/list-tokensNikos Mavrogiannopoulos2017-12-031-4/+12
* tests: removed unnecessary assertNikos Mavrogiannopoulos2017-11-241-1/+0
* tests: list-tokens: not only list but also verify whether module is operationalNikos Mavrogiannopoulos2017-11-031-0/+15
* tests: enhanced PKCS#11 loading testNikos Mavrogiannopoulos2017-11-031-0/+6
* tests: added PKCS#11 module loading testNikos Mavrogiannopoulos2017-11-031-0/+117
* tests: added TLS negotiation with various keys under PKCS#11Nikos Mavrogiannopoulos2017-08-041-0/+373
* tests: added basic unit test of gnutls_pkcs11_token_check_mechanismNikos Mavrogiannopoulos2017-08-041-0/+12
* tests: added unit test for RSA-PSS signing over PKCS#11Nikos Mavrogiannopoulos2017-08-031-0/+272
* tests: pkcs11-mock: reset state when requesting reauthNikos Mavrogiannopoulos2017-06-171-1/+4
* tests: added unit test for safenet protectserver HSM's PKCS#11 supporttmp-handle-safenet-hsmsNikos Mavrogiannopoulos2017-06-163-10/+219
* tests: pkcs11-mock lib: check object session sanity prior to using itNikos Mavrogiannopoulos2017-03-131-34/+33
* tests: added unit tests for gnutls_pkcs11_token_get_mechanismNikos Mavrogiannopoulos2017-03-131-0/+108
* tests: included unit test for gnutls_pkcs11_obj_exportNikos Mavrogiannopoulos2017-03-131-1/+11
* tests: added unit test for gnutls_pkcs11_reinit()Nikos Mavrogiannopoulos2017-03-131-0/+167
* tests: added unit tests for gnutls_pkcs11_obj_get_infoNikos Mavrogiannopoulos2017-03-131-0/+242
* tests: added unit test for gnutls_pkcs11_get_pin_functionNikos Mavrogiannopoulos2017-03-131-0/+59
* tests: introduced check for parallel operation (signatures) in PKCS#11 modeNikos Mavrogiannopoulos2017-03-131-0/+195
* tests: pkcs11-import-with-pin: removed invalid conditional macroNikos Mavrogiannopoulos2017-02-221-4/+0
* tests: added PKCS#11 test for pin inputNikos Mavrogiannopoulos2017-02-221-0/+198
* tests: added pkcs11-privkey-exporttmp-pkcs11-tests-updateNikos Mavrogiannopoulos2016-10-201-0/+157
* Expose CKA_PUBLIC_EXPONENT and CKA_MODULUS for private keys tooJakub Jelen2016-10-201-2/+4
* tests/pkcs11: Return also CKA_CLASSJakub Jelen2016-10-201-0/+12
* tests/pkcs11: Expose SUBJECT for certificates, PUBLIC_EXPONENT and MODULUS fo...Jakub Jelen2016-10-201-0/+59
* tests: added test for CKA_ALWAYS_AUTHENTICATE handling in PKCS#11Nikos Mavrogiannopoulos2016-10-033-1/+241
* removed assert.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-113-3/+0
* tests/tools: avoid non-null check before free()Nikos Mavrogiannopoulos2016-09-111-2/+1
* tests: corrected detection of 64-bit systems in softhsm.hNikos Mavrogiannopoulos2016-09-051-2/+2
* tests: added check for PKCS#11 signature validityNikos Mavrogiannopoulos2016-09-051-0/+239
* .gitlab-ci.yml: use the gitlab.com shared runnersNikos Mavrogiannopoulos2016-09-021-2/+2
* tests: removed unused variables from testsNikos Mavrogiannopoulos2016-08-091-50/+0
* tests: pkcs11-privkey-fork: added explicit pkcs11 deinitializationNikos Mavrogiannopoulos2016-07-261-2/+2
* tests: removed an skipped failures due to bugs in softhsm 2.0.0Nikos Mavrogiannopoulos2016-07-172-4/+2
* tests: added check to ensure that pkcs11 objects will be reopened on forkNikos Mavrogiannopoulos2016-07-043-1/+201
* tests: avoid compiler warning from pkcs11-pubkey-importNikos Mavrogiannopoulos2016-06-301-1/+1
* tests: added check to verify the tolerance of broken C_GetAttributesNikos Mavrogiannopoulos2016-06-303-1/+165
* tests: pkcs11-is-known: check that no flags enforce compareNikos Mavrogiannopoulos2016-06-231-4/+21