summaryrefslogtreecommitdiff
path: root/tests/tls13
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix more warnings in tests/Tim Rühsen2018-05-261-0/+9
* tests: added main use-case test for gnutls_session_ticket_send()Nikos Mavrogiannopoulos2018-05-261-0/+360
* handshake: TLS1.3 async messages trigger the handshake hookNikos Mavrogiannopoulos2018-05-261-3/+50
* tests: key_update: improved error checking and increased timeouttmp-move-ci-to-f28Nikos Mavrogiannopoulos2018-05-101-4/+10
* tests: cookie: fixed exit condition [ci skip]Nikos Mavrogiannopoulos2018-05-071-0/+1
* tests: post handshake auth: test more combinationsNikos Mavrogiannopoulos2018-05-041-17/+42
* tls13/certificate_request: corrected check of duplicate signature algorithmsNikos Mavrogiannopoulos2018-05-041-19/+29
* tests: enhanced test suite for TLS1.3 and PSKNikos Mavrogiannopoulos2018-04-061-0/+258
* Simplified the _gnutls13_psk_ext_parser interface and added unit testsNikos Mavrogiannopoulos2018-04-061-0/+170
* protocols: bumped TLS1.3 protocol to draft -26Nikos Mavrogiannopoulos2018-03-232-5/+5
* Bumped TLS1.3 draft version to -23Nikos Mavrogiannopoulos2018-03-092-5/+5
* signatures: distinguish RSA-PSS signatures with RSA PKCS#1 1.5 certificates f...Nikos Mavrogiannopoulos2018-03-091-8/+10
* Server hello format follows TLS1.2 formatNikos Mavrogiannopoulos2018-03-083-28/+14
* Renumbered the key share extension to 51Nikos Mavrogiannopoulos2018-03-082-10/+10
* record: ignore any ChangeCipherSpec messages under TLS1.3 handshakeNikos Mavrogiannopoulos2018-03-081-0/+344
* tests: corrected various typosNikos Mavrogiannopoulos2018-02-192-2/+5
* tests: enhanced OCSP testsNikos Mavrogiannopoulos2018-02-192-0/+432
* tests: re-enabled post-handshake auth testsNikos Mavrogiannopoulos2018-02-192-14/+56
* tests: added test suite on key limitsNikos Mavrogiannopoulos2018-02-191-0/+340
* tests: removed unused variables and introduced temporal vars in macrosNikos Mavrogiannopoulos2018-02-191-1/+0
* tests: added unit tests with TLS1.3 key updateNikos Mavrogiannopoulos2018-02-191-0/+224
* tests: included behavioral test of gnutls_prf under TLS1.3Nikos Mavrogiannopoulos2018-02-191-0/+30
* gnutls_prf_rfc5705: calculate exporter using HKDF if TLS 1.3Daiki Ueno2018-02-191-0/+323
* tests: added check for client hello random value after HRRNikos Mavrogiannopoulos2018-02-191-0/+263
* tests: added key share behavioral testNikos Mavrogiannopoulos2018-02-195-19/+350
* tests: added tests for TLS1.2- rollback detectionNikos Mavrogiannopoulos2018-02-192-0/+488
* tests: check the correct handling of cookie extension in client sideNikos Mavrogiannopoulos2018-02-191-0/+264
* ext: do not advertize post handshake authenticationNikos Mavrogiannopoulos2018-02-191-0/+3