summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tlsfuzzer: modify to use the final code pointsNikos Mavrogiannopoulos2018-08-201-0/+2
* protocols: bumped TLS1.3 version number to RFC8446 valueNikos Mavrogiannopoulos2018-08-202-8/+4
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-203-2/+515
* ext/record_size_limit: new extensionDaiki Ueno2018-08-203-5/+439
* gnutls_session_resumption_requested: fixed behavior under TLS1.3Nikos Mavrogiannopoulos2018-08-201-0/+6
* Fix two typos (overriden/guarranteed)Andreas Metzler2018-08-167-22/+22
* gnutls_memset: use explicit_bzeroNikos Mavrogiannopoulos2018-08-082-3/+10
* use a consistent method to mark fall-through in switch casesNikos Mavrogiannopoulos2018-08-082-3/+11
* ext/pre_shared_key: prevent crash if no server credentials are setDaiki Ueno2018-08-081-11/+26
* tlsfuzzer: update to the latest versionDaiki Ueno2018-08-083-3/+7
* algorithms: add support for FFDHE6144Daiki Ueno2018-08-083-7/+33
* Corrected the importing of ECDSA public keysNikos Mavrogiannopoulos2018-08-074-3/+183
* Ensure we are sending the right protocol version on second client helloNikos Mavrogiannopoulos2018-08-072-0/+237
* resume: keep persistent session identifiersNikos Mavrogiannopoulos2018-08-071-5/+2
* tests: tls-fuzzer: enable tests relying on header fragmentationDaiki Ueno2018-08-062-19/+10
* tlsfuzzer: update to the latest versionDaiki Ueno2018-08-063-1/+3
* p11tool: print expiration time on certificatesNikos Mavrogiannopoulos2018-08-031-64/+92
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-037-20/+396
* tests: run tls-fuzzer PSK testsuiteNikos Mavrogiannopoulos2018-07-273-1/+88
* tests: added unit test of handshake with large certificateNikos Mavrogiannopoulos2018-07-263-2/+2734
* send_client_hello: don't override version after HRR is receivedNikos Mavrogiannopoulos2018-07-251-5/+35
* allow no certificates to be reported by the gnutls_certificate_retrieve_funct...Nikos Mavrogiannopoulos2018-07-243-8/+137
* cert-cred: fix possible segfault when resetting cert retrieval functionDmitry Eremin-Solenikov2018-07-242-1/+131
* Remove trailing dot from hostname inputTim Rühsen2018-07-221-0/+3
* gnutls_x509_privkey_import_ecc_raw: encode parameters on importtmp-fix-pkcs8-exportNikos Mavrogiannopoulos2018-07-203-1/+309
* tests: handshake-timeout: reverted virt-time.h usageNikos Mavrogiannopoulos2018-07-191-15/+9
* gnutls_priority_init: fix err_pos on invalid stringsNikos Mavrogiannopoulos2018-07-192-20/+80
* cipher-listings: use the sed found by configure script and make it portableNikos Mavrogiannopoulos2018-07-131-2/+4
* tests: tls-fuzzer: separated SSL3.0 from TLS1.x testsNikos Mavrogiannopoulos2018-07-133-10/+37
* tests: gnutls-cli-debug.sh: corrected run under FIPS modeNikos Mavrogiannopoulos2018-07-131-4/+18
* tests: improved unit test of gnutls-cli-debugNikos Mavrogiannopoulos2018-07-131-9/+70
* tests: check whether multiple tickets can be sent/receivedNikos Mavrogiannopoulos2018-07-121-15/+38
* tests: handshake-timeout: use virt_sec_sleep() to avoid long delays in testNikos Mavrogiannopoulos2018-07-112-5/+7
* generate_session_ticket: tickets cannot extend the original session timeNikos Mavrogiannopoulos2018-07-113-2/+340
* tests: corrected priority strings in session-tickets-ok and other cleanupsNikos Mavrogiannopoulos2018-07-111-19/+5
* gnutls_priority_init2,gnutls_set_default_priority_append: introducedNikos Mavrogiannopoulos2018-07-093-2/+537
* tests: tls-fuzzer-alpn: operate on random portNikos Mavrogiannopoulos2018-07-073-7/+5
* configure: added option --enable-tls13-supportNikos Mavrogiannopoulos2018-07-0716-26/+76
* _gnutls_figure_common_ciphersuite: apply rfc7919 requirements only under TLS1.2Nikos Mavrogiannopoulos2018-07-071-1/+1
* protocols: bumped TLS1.3 protocol to draft-28Nikos Mavrogiannopoulos2018-07-072-5/+7
* tests: mini-record-timing: avoid warning for too large stack usageNikos Mavrogiannopoulos2018-07-041-1/+5
* tlsfuzzer: updated to include RSA and RSA-PSS related testsNikos Mavrogiannopoulos2018-07-023-4/+28
* sign_supports_cert_pk_algorithm: corrected check for RSAE-PSSNikos Mavrogiannopoulos2018-07-021-0/+5
* tests: introduced tests about crypto API failures on illegal useNikos Mavrogiannopoulos2018-07-023-3/+206
* tests: verify that certtool operates as expected with dates after 2038Nikos Mavrogiannopoulos2018-07-024-1/+155
* tests: check explicitly the size of time_tNikos Mavrogiannopoulos2018-07-023-13/+22
* tests: better guarding of variable SKIP_DATEFUDGE_CHECKNikos Mavrogiannopoulos2018-07-021-1/+1
* 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-022-1/+368