summaryrefslogtreecommitdiff
path: root/src/tests.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli-debug: avoid resource leak in saving DHE paramsDaiki Ueno2021-03-151-3/+12
* src: remove use of siginterruptDaiki Ueno2020-11-041-3/+5
* doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-121-2/+2
* refine tests for ancient servers which support both SSL 3.0 and TLS 1.0, but ...Daniel Lenski2020-05-171-5/+21
* add additional tests of SSL 3.0 (with extensions, and with cipher suites not ...Daniel Lenski2020-03-221-0/+34
* test_ssl3: minimize cipher suites to those actually included in SSL 3.0Daniel Lenski2020-03-221-2/+5
* SSL 3.0 (RFC6101) doesn't actually appear to require extensions, and some ser...Daniel Lenski2020-03-221-1/+1
* 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