summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: corrected typo in makefilegnutls_3_5_13Nikos Mavrogiannopoulos2017-06-071-1/+1
* tests: added unit test to verify that certificates with non-DER strict time f...Nikos Mavrogiannopoulos2017-06-055-117/+72
* tests: skip x86-specific tests when not in x86Nikos Mavrogiannopoulos2017-05-264-2/+25
* tests: on cipher override do not run the compatibility checksNikos Mavrogiannopoulos2017-05-231-1/+1
* tests: add test for signing with certificate listKarl Tarbe2017-05-165-1/+362
* test: corrected typo preventing the run of openpgp test [ci skip]Nikos Mavrogiannopoulos2017-05-111-1/+1
* tests: added check for gnutls-cli's sni-hostname optionNikos Mavrogiannopoulos2017-05-102-1/+67
* tests: added check for PSK client callback in RSA-PSKNikos Mavrogiannopoulos2017-05-062-1/+319
* tests: simplified name of mini-rsa-psk checkNikos Mavrogiannopoulos2017-05-062-48/+14
* tests: utilize the email_protection_key template optionNikos Mavrogiannopoulos2017-05-054-19/+20
* tests: don't use GNUTLS_IDNA_FORCE_2008 in str-idnaNikos Mavrogiannopoulos2017-05-011-5/+1
* tests: enhance with checks to verify that textual IPs are not matchedNikos Mavrogiannopoulos2017-04-301-0/+85
* tests: check against symbols present only in IDNA2003Nikos Mavrogiannopoulos2017-04-301-1/+9
* tests: use gnutls_global_init instead of global_initNikos Mavrogiannopoulos2017-04-071-1/+1
* tests: dtls-stress: use X.509 certificates instead of openpgpNikos Mavrogiannopoulos2017-04-072-59/+9
* tests: do not run tests which require openpgp when it is disabledNikos Mavrogiannopoulos2017-04-071-1/+1
* tests: added basic check for system trust storeNikos Mavrogiannopoulos2017-04-062-1/+74
* Rename uint64 to gnutls_uint64 to avoid conflict with macOSDavid Caldwell2017-04-061-28/+28
* tests: fixed possible buffer overflow to avoid spurious complaintsNikos Mavrogiannopoulos2017-04-051-1/+1
* tests: Copy template out of ${srcdir}Matt Turner2017-04-011-2/+2
* tests: added checks with problematic PKCS#12 filesNikos Mavrogiannopoulos2017-03-315-2/+69
* ocsp-test: disable under windowsNikos Mavrogiannopoulos2017-03-261-2/+2
* Revert "ocsp-test: disable under windows"Nikos Mavrogiannopoulos2017-03-261-5/+0
* ocsp-test: disable under windowsNikos Mavrogiannopoulos2017-03-261-0/+5
* tests: added unit test of gnutls_pubkey_verify_data2 override flagsNikos Mavrogiannopoulos2017-03-222-1/+142
* tests: added script to check pkg-config operationNikos Mavrogiannopoulos2017-03-212-1/+63
* tests: improved tls-rehandshake testsNikos Mavrogiannopoulos2017-03-212-92/+8
* tests: check whether a rehandshake without a cert worksNikos Mavrogiannopoulos2017-03-212-1/+313
* build: tests: resolve as-needed issue with seccompAlon Bar-Lev2017-03-141-4/+6
* tests: introduced check for parallel operation (signatures) in PKCS#11 modeNikos Mavrogiannopoulos2017-03-142-1/+199
* tests: cert-tests: openpgp-certs: align test redirectionAlon Bar-Lev2017-03-131-1/+1
* tests: suppressions.valgrind: supress fillin_rpathAlon Bar-Lev2017-03-136-0/+48
* tests: remove unused suppressions.valgrindAlon Bar-Lev2017-03-131-16/+0
* tests: scripts: suppress which errorsAlon Bar-Lev2017-03-121-2/+2
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-122-1/+1
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-092-1/+1
* Makefile.am: Added missing filegnutls_3_5_10Nikos Mavrogiannopoulos2017-03-061-1/+1
* Enforce the max packet length for OpenPGP subpackets as wellAlex Gaynor2017-03-052-1/+2
* tests: skip tests which cannot be run in FIPS140-2 modeNikos Mavrogiannopoulos2017-03-024-4/+22
* tests: priorities: skip test in FIPS140-2 modeNikos Mavrogiannopoulos2017-03-021-2/+4
* tests: added test cases with invalid openpgp certsNikos Mavrogiannopoulos2017-03-014-2/+3
* tests: added test case with invalid openpgp certNikos Mavrogiannopoulos2017-02-233-2/+4
* tests: split starttls.sh into multiple scriptsNikos Mavrogiannopoulos2017-02-2310-144/+352
* tests: updated to include the pin-sha256 in outputNikos Mavrogiannopoulos2017-02-2312-0/+24
* tests: updated to take into account the pin-sha256 oneline outputNikos Mavrogiannopoulos2017-02-231-1/+1
* tests: pkcs11-import-with-pin: removed invalid conditional macroNikos Mavrogiannopoulos2017-02-231-4/+0
* tests: added PKCS#11 test for pin inputNikos Mavrogiannopoulos2017-02-232-1/+199
* tests: added test case with invalid openpgp certNikos Mavrogiannopoulos2017-02-203-2/+4
* Add LMTP, POP3, NNTP, Sieve and PostgreSQL support to gnutls-cliRobert Scheck2017-02-206-0/+66
* tests: Improve port-checking infrastructure.Rical Jasan2017-02-191-6/+47