summaryrefslogtreecommitdiff
path: root/src/tests.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli-debug: ignore tests when algorithms are unavailableNikos Mavrogiannopoulos2020-01-181-2/+13
* gnutls-cli-debug: add GOST_CNT-related KX/cipher/MAC testsDmitry Eremin-Solenikov2019-12-201-5/+81
* gnutls-cli-debug: fix early break for no version supported checkDmitry Eremin-Solenikov2019-09-021-7/+16
* gnutls-cli-debug: test whether RSA key exchange is supportedNikos Mavrogiannopoulos2019-06-291-0/+23
* gnutls-cli-debug: check if %ALLOW_SMALL_RECORDS is requiredDaiki Ueno2019-06-191-0/+61
* Fix WIN32 custom push/pull functionstmp-mingw-fixTim Rühsen2019-04-111-54/+54
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* gnutls-cli-debug: removed unused variableNikos Mavrogiannopoulos2018-12-211-1/+0
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-0/+1
* gnutls-cli-debug: mention RFC8446 for TLS1.3 and RFC8422 for X25519Nikos Mavrogiannopoulos2018-08-221-1/+0
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-0/+1
* gnutls-cli-debug: do not attempt SSL3.0 negotiation when not enabledNikos Mavrogiannopoulos2018-07-131-3/+7
* gnutls-cli-debug: fix EtM and extended master secret discoveryNikos Mavrogiannopoulos2018-07-131-2/+1
* gnutls-cli-debug: generalized cipher testsNikos Mavrogiannopoulos2018-07-121-3/+3
* gnutls-cli-debug: removed legacy tests no longer applicableNikos Mavrogiannopoulos2018-07-121-101/+59
* gnutls-cli-debug: detect TLS1.3 supportNikos Mavrogiannopoulos2018-07-121-3/+42
* gnutls-cli-debug: when testing servers enable all ciphersNikos Mavrogiannopoulos2018-07-121-8/+8
* gnutls-cli-debug: use explicit TLS versions rather than TLS-ALLNikos Mavrogiannopoulos2018-02-191-1/+1
* gnutls-cli-debug: eliminated memory leaksNikos Mavrogiannopoulos2017-09-241-0/+1
* gnutls-cli-debug: do not run non-FIPS cipher tests when in FIPS modeNikos Mavrogiannopoulos2017-08-181-0/+16
* gnutls-cli-debug: check whether RFC7919 is supportedNikos Mavrogiannopoulos2017-08-181-0/+22
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-061-3/+3
* gnutls-cli-debug: terminate sessions which cannot be re-usedNikos Mavrogiannopoulos2016-11-131-3/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* tools: avoid using deprecated typesNikos Mavrogiannopoulos2016-06-141-1/+1
* gnutls-cli-debug: added tests for supported curvesNikos Mavrogiannopoulos2016-04-241-13/+48
* gnutls-cli-debug: added CHACHA20-POLY1305 detectionNikos Mavrogiannopoulos2016-04-241-6/+20
* gnutls-cli-debug: make TLS 1.6 fallback check more reliableNikos Mavrogiannopoulos2015-11-181-1/+3
* gnutls-cli-debug: corrected typo in inappropriate fallback checkNikos Mavrogiannopoulos2015-08-281-1/+1
* gnutls-cli-debug: added check for inappropriate fallback supportNikos Mavrogiannopoulos2015-08-281-0/+31
* gnutls-cli-debug: test for AES-CCMNikos Mavrogiannopoulos2015-04-071-0/+32
* tools: enable compilation with all options disabledNikos Mavrogiannopoulos2015-03-211-5/+9
* gnutls-cli-debug: corrected check of certificate chain orderNikos Mavrogiannopoulos2015-03-061-0/+1
* gnutls-cli-debug: disable unsupported TLS protocols as soonNikos Mavrogiannopoulos2015-03-061-26/+2
* gnutls-cli-debug: a cert list of size 1 is always sortedNikos Mavrogiannopoulos2015-03-061-0/+3
* tools: use OCSP functions only when OCSP is enabledNikos Mavrogiannopoulos2014-12-251-0/+2
* gnutls-cli-debug: removed ARCFOUR-40 from the ciphers to useNikos Mavrogiannopoulos2014-12-191-1/+1
* gnutls-cli-debug: Added check for whether %NO_EXTENSIONS is requiredNikos Mavrogiannopoulos2014-11-281-17/+48
* gnutls-cli-debug: Added check for sorted certificate chainNikos Mavrogiannopoulos2014-11-241-0/+69
* gnutls-cli-debug: check for OCSP status responseNikos Mavrogiannopoulos2014-11-141-0/+30
* added check for servers that disallow the SSL 3.0 record versionNikos Mavrogiannopoulos2014-11-131-1/+25
* gnutls-cli-debug: corrected heartbeat checkNikos Mavrogiannopoulos2014-11-051-4/+2
* gnutls-cli-debug: fixes in tests to prevent false negativesNikos Mavrogiannopoulos2014-11-051-1/+1
* gnutls-cli-debug: fixes in tests to prevent false negativesNikos Mavrogiannopoulos2014-11-051-3/+6
* moved the HTTPS server name outside of verbose tests; only run when the HTTPS...Nikos Mavrogiannopoulos2014-11-041-3/+0
* enhanced gnutls-cli-debug verbose output (uses files for mass text)Nikos Mavrogiannopoulos2014-11-041-26/+81
* gnutls-cli-debug: Added tests for EtM and extended master secret supportNikos Mavrogiannopoulos2014-11-041-3/+46
* gnutls-cli-debug: added test that checks the fallback from TLS 1.6Nikos Mavrogiannopoulos2014-10-171-4/+31
* gnutls-cli-debug: added AES and CAMELLIA to the list of default ciphersNikos Mavrogiannopoulos2014-08-061-2/+2
* gnutls-cli-debug: Use proper HTTP requestNikos Mavrogiannopoulos2014-06-061-1/+1