summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: added unit testing for gnutls_certificate_set_ocsp_status_request_func...Nikos Mavrogiannopoulos2016-09-122-1/+238
* tests: added unit tests for gnutls_certificate_set_x509_key()Nikos Mavrogiannopoulos2016-09-123-109/+289
* tests: enhanced set_x509_key tests to include index verificationNikos Mavrogiannopoulos2016-09-121-41/+53
* tests: enhanced set_x509_key_file tests to include index verificationNikos Mavrogiannopoulos2016-09-123-30/+123
* tests: more checks for functionality of gnutls_certificate_set_ocsp_status_re...Nikos Mavrogiannopoulos2016-09-123-4/+255
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-1199-1243/+1219
* avoid the usage of '-a' and '-o' bash optionsNikos Mavrogiannopoulos2016-09-111-2/+2
* removed assert.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-113-3/+0
* doc updateNikos Mavrogiannopoulos2016-09-111-1/+1
* tests/tools: avoid non-null check before free()Nikos Mavrogiannopoulos2016-09-111-2/+1
* tests: do not run pkcs12-utf8 under windowspkcs12-ucs2Nikos Mavrogiannopoulos2016-09-072-2/+5
* tests: added debugging info in conv-utf8Nikos Mavrogiannopoulos2016-09-071-1/+24
* tests: don't build cmocka tests with libutils - they conflictNikos Mavrogiannopoulos2016-09-062-13/+17