summaryrefslogtreecommitdiff
path: root/tests/mini-x509.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-19/+16
* Indent codeZoltan Fridrich2023-01-271-25/+41
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-2/+1
* Provide flag to identify sessions that an OCSP response was requestedNikos Mavrogiannopoulos2019-12-151-0/+3
* gnutls_certificate_type_get*: ensure that the default type is returnedNikos Mavrogiannopoulos2018-11-181-0/+3
* Enable the TLS1.3 protocol by defaultNikos Mavrogiannopoulos2018-09-241-4/+0
* configure: added option --enable-tls13-supportNikos Mavrogiannopoulos2018-07-071-0/+4
* tests: verify whether GNUTLS_TLS_VERSION_MAX is negotiated on default modeNikos Mavrogiannopoulos2018-06-291-6/+10
* tests: eliminated exit_code variable used in few testsNikos Mavrogiannopoulos2018-04-181-1/+0
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-191-24/+26
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* tests: fixed 64-bit check for time_t in mini-x509Nikos Mavrogiannopoulos2016-05-031-1/+1
* tests: mini-x509: include the legacy verification functions into the checkNikos Mavrogiannopoulos2016-05-031-108/+72
* tests: verify the return value of gnutls_certificate_get_ours when no cert is...Nikos Mavrogiannopoulos2015-04-211-0/+11
* tests: account for disabling of ARCFOUR where neededNikos Mavrogiannopoulos2015-01-051-2/+2
* tests: check whether the extended master secret is negotiated by defaultNikos Mavrogiannopoulos2014-10-081-0/+12
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-091-2/+15
* Added gnutls_certificate_verify_peers4 which will verify in addition to hostn...Nikos Mavrogiannopoulos2014-04-081-3/+64
* Enhanced test to check that the correct number of certificates is receivedNikos Mavrogiannopoulos2014-04-041-29/+76
* Restrict the number of tests run on FIPS140-2 mode.Nikos Mavrogiannopoulos2013-11-271-0/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-92/+94
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
* use various ciphers in tests.Nikos Mavrogiannopoulos2013-05-271-1/+1
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-1/+1
* tests print server or client side in debugging output.Nikos Mavrogiannopoulos2012-02-081-1/+3
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* combined more tests with eagain-common.h.Nikos Mavrogiannopoulos2011-04-081-120/+9
* Corrected memory leaks.Nikos Mavrogiannopoulos2011-04-081-0/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-27/+27
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
* Protect against infloops.Simon Josefsson2010-05-031-0/+4
* tests: Add mini-x509 self-test.Simon Josefsson2010-05-031-0/+247