summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: check for gnutls 3.3.x compatibilitytmp-status-response-rollbackNikos Mavrogiannopoulos2016-10-272-1/+347
* tests: do not enable testpkcs11.sh twiceDmitry Eremin-Solenikov2016-10-271-1/+1
* starttls: search for chat in sbin if it is not present in PATHDmitry Eremin-Solenikov2016-10-271-2/+17
* tests: better check for gnutls_ecc_curve_get resultNikos Mavrogiannopoulos2016-10-261-1/+3
* Fix compilation of tests if nettle is not installed in standard pathDmitry Eremin-Solenikov2016-10-254-14/+15
* modified the gnutls_certificate_set_key* changeNikos Mavrogiannopoulos2016-10-248-1/+192
* tests: removed nohats.ca from testdaneNikos Mavrogiannopoulos2016-10-221-1/+1
* tests: added checks for the new GNUTLS_NO_TICKETS flagNikos Mavrogiannopoulos2016-10-213-1/+577
* tests: added pkcs11-privkey-exporttmp-pkcs11-tests-updateNikos Mavrogiannopoulos2016-10-202-1/+162
* 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: introduced verification constraints checks for PKCS#7 structuresNikos Mavrogiannopoulos2016-10-188-5/+408
* tests: crl-test: use a unique temp fileNikos Mavrogiannopoulos2016-10-141-4/+5
* tests: added sanity check for included primesNikos Mavrogiannopoulos2016-10-142-2/+60
* tests: check gnutls_psk_set_server_known_dh_paramsNikos Mavrogiannopoulos2016-10-144-1/+178
* tests: check gnutls_anon_set_server_known_dh_paramsNikos Mavrogiannopoulos2016-10-144-1/+158
* tests: check gnutls_certificate_set_known_dh_paramsNikos Mavrogiannopoulos2016-10-142-1/+105
* tests: added check for PKCS#7 catalog file parsing and data extractingNikos Mavrogiannopoulos2016-10-142-1/+134
* tests: updated pkcs7 text outputs to account for certtool updateNikos Mavrogiannopoulos2016-10-144-0/+6999
* tests: replaced large test2.cat with a smaller fileNikos Mavrogiannopoulos2016-10-143-136/+22
* tests: added check to verify that the server will bail out after receiving on...Nikos Mavrogiannopoulos2016-10-142-1/+172
* tests: added check to verify that the server will bail out after many alertsNikos Mavrogiannopoulos2016-10-142-1/+225
* tests: added check for Encrypt-then-MAC under DTLSNikos Mavrogiannopoulos2016-10-132-1/+346
* tests: cleanups in tls-etm.cNikos Mavrogiannopoulos2016-10-132-45/+5
* tests: added checks for the decoding of various PKCS#7 structuresNikos Mavrogiannopoulos2016-10-119-2/+481
* tests: check the registration of multiple extensionsNikos Mavrogiannopoulos2016-10-091-2/+25
* tests: added checks for gnutls_session_supplemental_registerNikos Mavrogiannopoulos2016-10-063-2/+326
* tests: added checks for gnutls_session_ext_registerNikos Mavrogiannopoulos2016-10-063-2/+300
* tests: avoid using %zd for formatted outputNikos Mavrogiannopoulos2016-10-052-3/+3
* tests: skip tests which depend on libidn functionality if build without libidnNikos Mavrogiannopoulos2016-10-052-0/+7
* tests: fixed compilation of pkcs11-privkey-always-authtmp-win32Nikos Mavrogiannopoulos2016-10-041-1/+1
* tests: introduced further parallelization in provable* teststmp-armv8Nikos Mavrogiannopoulos2016-10-034-44/+58
* tests: provable-dh-default check is too slow and is only run when the complet...Nikos Mavrogiannopoulos2016-10-031-1/+5
* tests: split provable-privkey into multiple checksNikos Mavrogiannopoulos2016-10-035-58/+161
* tests: provable-dh was split into two programsNikos Mavrogiannopoulos2016-10-033-19/+53
* tests: added test for CKA_ALWAYS_AUTHENTICATE handling in PKCS#11Nikos Mavrogiannopoulos2016-10-034-2/+247
* tests: allow handshake-large-packet to run under valgrindNikos Mavrogiannopoulos2016-09-271-2/+2
* tests: added check for server-side ECDSA keysNikos Mavrogiannopoulos2016-09-225-7/+166
* tests: added check for client-side DSA keyNikos Mavrogiannopoulos2016-09-225-7/+184
* tests: mini-server-name: skip invalid UTF-8 check if compiled without libidntmp-test-macrosNikos Mavrogiannopoulos2016-09-191-0/+2
* tests: added the macros test_fail() and test_success()Nikos Mavrogiannopoulos2016-09-194-43/+47
* tests: check whether large packets are allowed on the handshakeNikos Mavrogiannopoulos2016-09-192-1/+286
* tests: minor improvements in mini-extensionNikos Mavrogiannopoulos2016-09-191-1/+10
* tests: added check for insecure keyNikos Mavrogiannopoulos2016-09-175-5/+198
* Introduced separate error codes for invalid private and public keysNikos Mavrogiannopoulos2016-09-171-3/+3
* tests: added checks to verify server understanding of UTF8 hostnamesidna-serverNikos Mavrogiannopoulos2016-09-125-3/+393
* tests: set_key: fixed the time overrideNikos Mavrogiannopoulos2016-09-121-2/+2
* tests: set_key: enabled failure_mode testNikos Mavrogiannopoulos2016-09-121-1/+6
* tests: check key mismatch on gnutls_certificate_set_*keyNikos Mavrogiannopoulos2016-09-122-4/+92