summaryrefslogtreecommitdiff
path: root/tests/resume.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-301/+298
* tests: skip TLS 1.2 resume tests without EMS under FIPSDaiki Ueno2023-03-091-4/+15
* Indent codeZoltan Fridrich2023-01-271-175/+194
* tls: add flag to disable session ticket in TLS 1.2Daiki Ueno2022-05-041-45/+71
* tests: make any ad-hoc timeout setting controllable through envvarDaiki Ueno2021-02-171-2/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-1/+0
* tests: resume: suppress compiler warningsDaiki Ueno2018-11-261-4/+1
* tests: resume: use spaces around '?' and ':' according to coding styleNikos Mavrogiannopoulos2018-11-191-4/+4
* gnutls_certificate_type_get*: ensure that the default type is returnedNikos Mavrogiannopoulos2018-11-181-0/+3
* db: introduce gnutls_db_check_entry_expire_timeDaiki Ueno2018-11-121-1/+8
* gnutls_priority_set: do not override version on handshaketmp-fix-priority-set-callNikos Mavrogiannopoulos2018-10-031-0/+27
* tests: use virt-time.h in resumption testsNikos Mavrogiannopoulos2018-09-191-5/+7
* gnutls_session_resumption_requested: fixed behavior under TLS1.3Nikos Mavrogiannopoulos2018-08-201-0/+6
* resume: keep persistent session identifiersNikos Mavrogiannopoulos2018-08-071-5/+2
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-031-11/+38
* tests: verify that resumed session ID matches originalNikos Mavrogiannopoulos2018-06-201-0/+27
* tests: resume: check whether PSK username matches on resumptionNikos Mavrogiannopoulos2018-05-261-2/+14
* tests: check various parameters on resumptionNikos Mavrogiannopoulos2018-05-261-48/+138
* tests: exercise TLS 1.3 session resumptionDaiki Ueno2018-05-261-1/+10
* tests: resumption tests were restricted to TLS 1.2Nikos Mavrogiannopoulos2018-02-191-3/+7
* tests: verify whether group remains the same after resumptiontmp-restore-group-infoNikos Mavrogiannopoulos2017-11-271-0/+19
* tests: enhanced resumption checks with same and different SNItmp-sni-fixesNikos Mavrogiannopoulos2017-09-231-1/+35
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-3/+3
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-2/+1
* tests: combined the resume checks for Anonymous and PSK ciphersuitesNikos Mavrogiannopoulos2016-04-121-5/+82
* tests: check whether resumption data from resumed session workNikos Mavrogiannopoulos2016-03-311-0/+22
* tests: added checks for session resumption and ALPNNikos Mavrogiannopoulos2016-03-181-8/+69
* tests: resume: check whether the server does not resume in ext master secret ...Nikos Mavrogiannopoulos2016-02-161-15/+56
* tests: resume: simplified structure assignment using C99 syntaxNikos Mavrogiannopoulos2016-02-161-7/+28
* tests: Check whether a resumed session contains the ext master secret extensionNikos Mavrogiannopoulos2015-10-201-1/+41
* tests: corrected resumption tests to disable tickets when neededNikos Mavrogiannopoulos2015-08-211-14/+14
* tests: resume: check for signalsNikos Mavrogiannopoulos2015-04-211-7/+8
* tests: reduced compiler warningsNikos Mavrogiannopoulos2015-04-211-7/+5
* tests: close unused file descriptors in resume checksNikos Mavrogiannopoulos2015-04-211-0/+4
* tests: ignore sigpipe in resume and termination testsNikos Mavrogiannopoulos2015-04-161-0/+3
* tests: check whether the extended master secret is negotiated by defaultNikos Mavrogiannopoulos2014-10-081-0/+6
* Added check for gnutls_db_check_entry_time().Nikos Mavrogiannopoulos2014-01-281-0/+9
* resume tests will not block if they failNikos Mavrogiannopoulos2013-12-291-2/+10
* reindented codeNikos Mavrogiannopoulos2013-11-081-476/+430
* Try 3 resumption attempts and try also session db and ticket.Nikos Mavrogiannopoulos2013-08-251-3/+4
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
* Disable tests that use socketpair on _WIN32.Adam Sampson2013-07-171-0/+14
* Use socketpair() rather than TCP connections.Adam Sampson2013-07-171-81/+32
* Detect socket() error responses correctly.Adam Sampson2013-07-171-1/+1
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-2/+2
* The session ticket and OCSP certificate status extensions are enabled by defa...Nikos Mavrogiannopoulos2012-10-081-1/+1
* better output in resumeNikos Mavrogiannopoulos2012-09-301-22/+18
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3