summaryrefslogtreecommitdiff
path: root/src/tests.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls-cli-debug tests for camellia-gcm.Nikos Mavrogiannopoulos2013-11-301-1/+16
* reindented codeNikos Mavrogiannopoulos2013-11-081-779/+734
* fix DHE parameter output for gnutls-cli-debug --verboseDaniel Kahn Gillmor2013-11-021-0/+1
* verbose is everywhere unsignedNikos Mavrogiannopoulos2013-09-301-1/+1
* Ignore non-fatal handshake alerts.Nikos Mavrogiannopoulos2013-09-081-3/+2
* removed the RSA-EXPORT checksNikos Mavrogiannopoulos2013-04-091-96/+1
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-131-1/+2
* Some small optimizations in heartbeat handling and regeneration of src/ args ...Nikos Mavrogiannopoulos2012-08-301-2/+2
* removed unneeded test.Nikos Mavrogiannopoulos2012-08-301-19/+0
* Added Heartbeat extension support.Olga2012-08-301-0/+41
* Added more tests to check whether various TLS versions need to be disabled.Nikos Mavrogiannopoulos2012-02-111-2/+80
* cleanup a bit the printing information stuff.Nikos Mavrogiannopoulos2012-01-291-1/+1
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* simplified copyright years.Nikos Mavrogiannopoulos2011-11-111-2/+1
* extra.h is no more.Nikos Mavrogiannopoulos2011-10-201-1/+0
* Added a test for servers not accepting small records.Nikos Mavrogiannopoulos2011-10-121-0/+16
* Corrected check for AES-GCMNikos Mavrogiannopoulos2011-10-081-5/+5
* test for camelliaNikos Mavrogiannopoulos2011-10-081-10/+0
* Added tests for ECDHE, AES-GCM and SHA256.Nikos Mavrogiannopoulos2011-10-081-2/+63
* COMP-ZLIB -> COMP-DEFLATENikos Mavrogiannopoulos2011-04-161-1/+1
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-101-2/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-128/+128
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-9/+9
* Added AES-128 to block ciphers.Nikos Mavrogiannopoulos2010-06-271-5/+7
* Corrected some tests. Added test to check whether the %COMPAT option isNikos Mavrogiannopoulos2010-06-191-37/+61
* corrected tests.Nikos Mavrogiannopoulos2010-06-091-12/+12
* Use the new callback function.Nikos Mavrogiannopoulos2010-06-031-3/+3