summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* psk: save the username on auth info struct under TLS1.3Nikos Mavrogiannopoulos2018-04-061-0/+7
* tests: enhanced test suite for TLS1.3 and PSKNikos Mavrogiannopoulos2018-04-065-42/+411
* Simplified the _gnutls13_psk_ext_parser interface and added unit testsNikos Mavrogiannopoulos2018-04-062-0/+172
* protocols: bumped TLS1.3 protocol to draft -26Nikos Mavrogiannopoulos2018-03-232-5/+5
* priorities: disable any key exchange methods if there is no TLS1.2 or earlierNikos Mavrogiannopoulos2018-03-231-2/+2
* _gnutls_supported_ecc_recv_params: take into account precedenceNikos Mavrogiannopoulos2018-03-233-1/+164
* tests: moved invalid-cert reproducer into fuzz/ reproducersNikos Mavrogiannopoulos2018-03-193-43/+1
* tests: testpkcs11.sh was moved to the main testsNikos Mavrogiannopoulos2018-03-1916-52/+53
* tests: long-crl.sh was moved to main suiteNikos Mavrogiannopoulos2018-03-195-8/+7
* tests: suite: dropped ocsp-coverage and cert-coverageNikos Mavrogiannopoulos2018-03-19813-246/+2
* tests: testsrn.sh was removed as duplicate of safe-renegotation/ testsNikos Mavrogiannopoulos2018-03-198-128/+13
* tests: pkcs7-cat: moved to main suiteNikos Mavrogiannopoulos2018-03-1910-10/+10
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-1981-1472/+1002
* tests: mini-record-retvals was split into return vals checking and alerts che...Nikos Mavrogiannopoulos2018-03-193-16/+321
* tests: client-fast-open: updated for TLS1.3Nikos Mavrogiannopoulos2018-03-191-15/+25
* tests: removed unused testNikos Mavrogiannopoulos2018-03-191-246/+0
* tests: auto-verify: update for TLS1.3Nikos Mavrogiannopoulos2018-03-191-19/+30
* tlsfuzzer: updated to the latest versiontmp-nmav-draft-ietf-tls-tls13-22Nikos Mavrogiannopoulos2018-03-094-9/+7
* Bumped TLS1.3 draft version to -23Nikos Mavrogiannopoulos2018-03-092-5/+5
* tests: added negative tests for RSA-PSS key exchangeNikos Mavrogiannopoulos2018-03-095-3/+141
* signatures: distinguish RSA-PSS signatures with RSA PKCS#1 1.5 certificates f...Nikos Mavrogiannopoulos2018-03-0911-58/+86
* 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-082-0/+346
* tests: added unit tests of gnutls_x509_crt_exportNikos Mavrogiannopoulos2018-03-051-0/+24
* tests: added reproducer with DER re-encoding error on client sideNikos Mavrogiannopoulos2018-03-052-1/+279
* gnutls_privkey_import_ext4: enhanced with GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS flagNikos Mavrogiannopoulos2018-03-022-0/+10
* tests: eliminated destructive teststmp-simplify-nettle-checkNikos Mavrogiannopoulos2018-03-024-43/+232
* gnutls_ext_raw_parse: introduced functionNikos Mavrogiannopoulos2018-02-262-1/+318
* record: new gnutls_record_send2 functionDaiki Ueno2018-02-192-1/+329
* _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