summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_record_overhead: count content type octet in plaintextDaiki Ueno2018-02-191-8/+17
* tests: check extended record padding work with TLS 1.3Daiki Ueno2018-02-191-5/+6
* tests: re-enable mini-record-range testDaiki Ueno2018-02-191-48/+13
* tests: corrected various typosNikos Mavrogiannopoulos2018-02-194-4/+7
* tests: added unit test for gnutls_ocsp_resp_list_import2Nikos Mavrogiannopoulos2018-02-192-1/+262
* tests: added ocsptool sanity check programNikos Mavrogiannopoulos2018-02-194-1/+183
* tests: enhanced OCSP testsNikos Mavrogiannopoulos2018-02-1914-37/+1990
* tests: updated to account for HMAC-SHA384 and CAMELLIA removalNikos Mavrogiannopoulos2018-02-196-34/+14
* tlsfuzzer: updated to latest masterNikos Mavrogiannopoulos2018-02-193-1/+1
* tests: re-enabled post-handshake auth testsNikos Mavrogiannopoulos2018-02-192-14/+56
* tests: added test suite on key limitsNikos Mavrogiannopoulos2018-02-192-0/+342
* tests: removed unused variables and introduced temporal vars in macrosNikos Mavrogiannopoulos2018-02-198-42/+34
* tests: check gnutls_rehandshake() and gnutls_handshake() under TLS1.3Nikos Mavrogiannopoulos2018-02-193-4/+209
* tests: added unit tests with TLS1.3 key updateNikos Mavrogiannopoulos2018-02-193-0/+250
* keylogfile: write TLS 1.3 secretsDaiki Ueno2018-02-191-18/+54
* tls-fuzzer: enabled the large hello checksNikos Mavrogiannopoulos2018-02-193-3/+1
* 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-192-1/+325
* tests: added unit test for RDNs in cert callbackNikos Mavrogiannopoulos2018-02-192-1/+196
* tests: check certificate callbacks under TLS 1.2 and 1.3Nikos Mavrogiannopoulos2018-02-191-15/+26
* tests: added unit tests for client certificate under TLS1.3Nikos Mavrogiannopoulos2018-02-191-0/+10
* tests: added check for client hello random value after HRRNikos Mavrogiannopoulos2018-02-192-4/+267
* tests: added key share behavioral testNikos Mavrogiannopoulos2018-02-196-20/+351
* tests: added tests for TLS1.2- rollback detectionNikos Mavrogiannopoulos2018-02-193-1/+506
* tests: check the correct handling of cookie extension in client sideNikos Mavrogiannopoulos2018-02-192-1/+266
* tests: added unit test for hello retry request supportNikos Mavrogiannopoulos2018-02-193-19/+66
* tests: rehandshake tests were restricted to TLS1.2Nikos Mavrogiannopoulos2018-02-194-9/+9
* ext: do not advertize post handshake authenticationNikos Mavrogiannopoulos2018-02-191-0/+3
* tests: check TLS1.3 record layer packet modificationNikos Mavrogiannopoulos2018-02-191-65/+32
* tests: fix warning in rng-sigint.cNikos Mavrogiannopoulos2018-02-191-1/+2
* tests: improved tls-session-supplementalNikos Mavrogiannopoulos2018-02-191-0/+2
* tlsfuzzer: disable non TLS1.3-ready testsNikos Mavrogiannopoulos2018-02-191-3/+7
* tests: added tests for TLS1.3 record generation / parsingNikos Mavrogiannopoulos2018-02-191-14/+19
* tests: introduced basic TLS1.3 key exchange test suiteNikos Mavrogiannopoulos2018-02-194-3/+89
* record: adjusted overhead calculation for TLS1.3Nikos Mavrogiannopoulos2018-02-191-5/+6
* tests: check behavior on the extension hello flagsNikos Mavrogiannopoulos2018-02-191-68/+135
* Negotiate draft-TLS1.3Nikos Mavrogiannopoulos2018-02-192-0/+12
* tests: fix TLS version to 1.2 for tests which used VERS-TLS-ALLNikos Mavrogiannopoulos2018-02-194-8/+8
* require nettle 3.3 or laterNikos Mavrogiannopoulos2018-02-191-4/+0
* tests: resumption tests were restricted to TLS 1.2Nikos Mavrogiannopoulos2018-02-192-13/+17
* tests: check for post-handshake extension in TLS 1.2-only sessionsNikos Mavrogiannopoulos2018-02-192-55/+11
* tests: added unit tests for post-handshake-auth extensionNikos Mavrogiannopoulos2018-02-194-1/+678
* tests: updated for new behavior of disabling protocols on missing signature a...Nikos Mavrogiannopoulos2018-02-191-1/+1
* tests: verify that no signature algorithms with (D)TLS 1.2 will cause an errorNikos Mavrogiannopoulos2018-02-191-0/+2
* tests: safer use of gnutls_bye in _test_cli_serv()Nikos Mavrogiannopoulos2018-02-191-5/+13
* tests: added checks for special signature algorithmsNikos Mavrogiannopoulos2018-02-192-1/+181
* tests: verify that +SIGN-ECDSA-SECP256R1-SHA256 has no effect when combined w...Nikos Mavrogiannopoulos2018-02-191-1/+21
* tests: added signature tests for ECDSA-SECP256R1-SHA256Nikos Mavrogiannopoulos2018-02-197-17/+21
* tests: updated for the new behavior of handshakeNikos Mavrogiannopoulos2018-02-191-1/+1
* tests: added unit test for TLS 1.3 version negotiationNikos Mavrogiannopoulos2018-02-193-1/+643