summaryrefslogtreecommitdiff
path: root/tests/tls13
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-tls13-post-hanshake-with-cert' into 'master'Daiki Ueno2021-09-011-4/+5
|\
| * tests/tls13/post-handshake-with-cert: avoid a race conditionAlexander Sosedkin2021-08-301-4/+5
* | tests: add a safeguard to terminate()Alexander Sosedkin2021-08-303-4/+9
|/
* tests: tls13/key_share: rewrite as single processDaiki Ueno2021-08-041-159/+57
* key_share: treat X25519 and X448 as same PK type when advertisingDaiki Ueno2021-06-251-0/+3
* tests: remove shell-script wrapper for tls13/prf-earlyDaiki Ueno2021-05-132-31/+4
* handshake: fix timing of sending early dataDaiki Ueno2021-04-251-4/+4
* handshake: don't regenerate legacy_session_id in second CH after HRRDaiki Ueno2021-04-221-0/+20
* tests: remove *hello_random_value testsDaiki Ueno2021-02-191-263/+0
* tests: make any ad-hoc timeout setting controllable through envvarDaiki Ueno2021-02-1718-38/+38
* tests: fix memory leak in tests/tls13/no-auto-send-ticketDaiki Ueno2021-02-171-0/+1
* handshake: TLS 1.3: don't generate session ID in resumption modeDaiki Ueno2021-02-041-0/+318
* Fix non-empty session id (TLS13_APPENDIX_D4)Norbert Pocs2020-12-082-8/+8
* tests: use ": ${FOO=BAR}" syntax for default handling in shell scriptsDaiki Ueno2020-09-251-2/+2
* tests: check_for_datefudge: don't exit the test programsDaiki Ueno2020-06-121-1/+1
* stek: differentiate initial state from valid time window of TOTPDaiki Ueno2020-06-031-4/+4
* gnulib: update git submoduleDaiki Ueno2020-05-291-1/+4
* handshake-tls13: add session flag to disable sending session ticketstmp-no-auto-send-ticketDaiki Ueno2020-04-131-0/+314
* state: add function to get the current hash algorithmtmp-prf-getDaiki Ueno2020-03-191-0/+6
* tls13/key_update: ignore multiple key updates instead of errortmp-keyupdate-fixesDaiki Ueno2019-06-051-0/+232
* tests: prf-early fixes the global versionNikos Mavrogiannopoulos2019-05-241-0/+3
* tests: prf-early.sh: use the static flag of datefudgeNikos Mavrogiannopoulos2019-05-231-1/+1
* prf: add function to retrieve early keying materialDaiki Ueno2019-04-192-0/+493
* tests/tls13/prf: check if the exported material matches on serverDaiki Ueno2019-04-191-0/+2
* tests: fix race condition in tls13/post-handshake-with-cert-pkcs11tmp-fix-pha-pkcs11-testDaiki Ueno2019-04-101-2/+5
* tests: add post-handshake auth test using PKCS#11 tokenDaiki Ueno2019-04-071-0/+459
* handshake: increase the default number of tickets we send to 2tmp-increase-nr-of-ticketsNikos Mavrogiannopoulos2019-03-201-1/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-1324-24/+24
* tls13/certificate: utilize "certificate_required" alerttmp-cert-reqDaiki Ueno2019-03-053-3/+3
* ext/supported_versions: regenerate server randomDaiki Ueno2019-02-221-2/+54
* ext/record_size_limit: account for content type octet in TLS 1.3Daiki Ueno2019-02-141-4/+4
* record: make CCS handling stricter in TLS 1.3Daiki Ueno2018-12-061-0/+15
* tests: remove unnecessary session creation in tls13/anti_replayDaiki Ueno2018-11-241-10/+0
* anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-151-16/+16
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-0/+145
* gnutls_init: added flag for automatic re-authenticationNikos Mavrogiannopoulos2018-10-161-0/+366
* Skip tests/tls13/prf.c if visibility 'protected' doesn't worktmp-fix-584Tim Rühsen2018-10-081-0/+9
* tls13/psk_ext_parser: simplify the iterator interfaceDaiki Ueno2018-08-231-5/+40
* protocols: bumped TLS1.3 version number to RFC8446 valueNikos Mavrogiannopoulos2018-08-202-8/+4
* ext/record_size_limit: new extensionDaiki Ueno2018-08-201-4/+4
* use a consistent method to mark fall-through in switch casesNikos Mavrogiannopoulos2018-08-081-3/+3
* Ensure we are sending the right protocol version on second client helloNikos Mavrogiannopoulos2018-08-071-0/+235
* tests: check whether multiple tickets can be sent/receivedNikos Mavrogiannopoulos2018-07-121-15/+38
* protocols: bumped TLS1.3 protocol to draft-28Nikos Mavrogiannopoulos2018-07-072-5/+7
* tests: ignore PIPE signal on TLS1.3-related testsNikos Mavrogiannopoulos2018-07-0215-14/+36
* tests: check for GNUTLS_E_GOT_APPLICATION_DATA on post-handshake authNikos Mavrogiannopoulos2018-07-023-6/+57
* tests: introduced test for post-handshake auth + PSKNikos Mavrogiannopoulos2018-07-021-0/+366
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_POST_HANDSHAKE_AUTHNikos Mavrogiannopoulos2018-07-022-0/+8
* tests: check whether we send the pre-shared key extension after dumbfwNikos Mavrogiannopoulos2018-06-222-0/+378
* ext/psk_ke_modes: always send extension unless disabled in configDaiki Ueno2018-06-052-6/+6