summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: added unit tests for gnutls_x509_tlsfeatures_t handling funcsNikos Mavrogiannopoulos2016-05-302-1/+101
* tests: tlsfeature-test will ignore the 'Algorithm Security Level' line in com...Nikos Mavrogiannopoulos2016-05-301-4/+8
* tests: verify whether the TLSFeatures extension is copiedNikos Mavrogiannopoulos2016-05-303-3/+61
* tests: add testcase to check for missing status requestTim Kosse2016-05-302-1/+356
* tests: check the generation and printing of TLS feature PKIX extensionNikos Mavrogiannopoulos2016-05-305-2/+347
* Move call to terminate() until after printing the error message.Tim Kosse2016-05-303-14/+7
* Fix the description of two testcases.Tim Kosse2016-05-302-4/+4
* tests: added DTLS 0.9 check with AES-128-GCMNikos Mavrogiannopoulos2016-05-281-11/+25
* tests: corrected definition of CryptSignHash in mock crypt32Nikos Mavrogiannopoulos2016-05-281-2/+2
* tests: keylog-env will check for SSLKEYLOGFILE as wellNikos Mavrogiannopoulos2016-05-271-16/+24
* tests: ssl2-hello check is made conditionalNikos Mavrogiannopoulos2016-05-261-1/+1
* tests: added SSL2.0 client hello parsing checkNikos Mavrogiannopoulos2016-05-262-1/+190
* tests: added small text clarifying the purpose of the cert-common.h headerNikos Mavrogiannopoulos2016-05-261-0/+12
* tests: add an upper limit in the run of compat testsNikos Mavrogiannopoulos2016-05-242-2/+12
* tests: run compatibility checks in parallel for various modifiersNikos Mavrogiannopoulos2016-05-212-97/+114
* tests: enhance TLS version checks with DTLSNikos Mavrogiannopoulos2016-05-211-8/+39
* tests: use /bin/bash in tests which require common.shNikos Mavrogiannopoulos2016-05-209-9/+11
* tests: mini-x509-cas: use cert-common.hNikos Mavrogiannopoulos2016-05-201-41/+1
* tests: do not use pkglib to generate libpkcs11mock1.soNikos Mavrogiannopoulos2016-05-201-3/+2
* tests: ocsp-tls-connection: use /bin/bash since we rely on the $RANDOM variableNikos Mavrogiannopoulos2016-05-181-1/+1
* tests: use _putenv() for setting environment on windowsNikos Mavrogiannopoulos2016-05-181-0/+8
* tests: added check to verify that keylog file is being writtenNikos Mavrogiannopoulos2016-05-182-1/+121
* Test case for gnutls-cli --ocspThomas Klute2016-05-1713-6/+330
* tests: renamed cert-callback checks for simplicityNikos Mavrogiannopoulos2016-05-173-2/+2
* tests: added check with the legacy cert verification callbackNikos Mavrogiannopoulos2016-05-172-1/+386
* tests: cert-callbacks check now checks the server-side callback operation as ...Nikos Mavrogiannopoulos2016-05-171-201/+112
* tests: dtls-stress: fix debug argument accountingNikos Mavrogiannopoulos2016-05-161-1/+2
* tests: re-disabled dtls-nb check; it had random failuresNikos Mavrogiannopoulos2016-05-161-1/+1
* tests: added DTLS test suite when in session resumptionNikos Mavrogiannopoulos2016-05-163-2/+49
* dtls-stress: added session resumption optionNikos Mavrogiannopoulos2016-05-161-62/+360
* tests: dtls: removed excessive debugging output from testNikos Mavrogiannopoulos2016-05-151-1/+1
* tests: dtls-stress: corrected parsing of -d optionNikos Mavrogiannopoulos2016-05-151-4/+8
* tests: added key exchange checks for all DTLS protocolsNikos Mavrogiannopoulos2016-05-145-1/+298
* tests: separated the key exchange checksNikos Mavrogiannopoulos2016-05-147-2/+492
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-144-39/+8
* tests: include unistd.h in tests which call _exit()Nikos Mavrogiannopoulos2016-05-132-0/+2
* tests: simplified server launching processNikos Mavrogiannopoulos2016-05-139-156/+250
* tests: avoid calling exit() from signal handlersNikos Mavrogiannopoulos2016-05-133-4/+3
* tests: enhance SNI checking with invalid UTF8 and embedded NULL caseNikos Mavrogiannopoulos2016-05-121-12/+30
* tests: introduce delay between server restarts in testsrn.shNikos Mavrogiannopoulos2016-05-111-0/+2
* tests: CRL test will separate stderr output from stdoutNikos Mavrogiannopoulos2016-05-111-9/+11
* Revert "tests: CRL test will not push stderr into output files"Nikos Mavrogiannopoulos2016-05-111-2/+2
* tests: CRL test will not push stderr into output filesNikos Mavrogiannopoulos2016-05-111-2/+2
* tests: don't run hash-large on freebsdNikos Mavrogiannopoulos2016-05-101-1/+11
* tests: fix mmap usage of hash-large to correctly detect failuresNikos Mavrogiannopoulos2016-05-101-1/+5
* tests: enhanced set_x509*_key to verify that connections succeed with credsNikos Mavrogiannopoulos2016-05-109-201/+459
* build: tests/windows/cng-windows.c: fix implicit decleration of exitAlon Bar-Lev2016-05-101-0/+2
* tests: added checks for certificate generation APIsNikos Mavrogiannopoulos2016-05-062-1/+236
* tests: use the 'b' modifier for writing binary data in set_x509_key_file_derNikos Mavrogiannopoulos2016-05-041-1/+1
* tests: avoid the usage of tmpnam()Nikos Mavrogiannopoulos2016-05-046-66/+78