summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tmp-pkcs11-lax-search' into 'master'Nikos Mavrogiannopoulos2018-09-241-0/+131
|\
| * Provide a more flexible PKCS#11 search of trust store certificatestmp-pkcs11-lax-searchNikos Mavrogiannopoulos2018-09-211-0/+131
* | Merge branch 'tmp-be-strict-on-crls' into 'master'Nikos Mavrogiannopoulos2018-09-213-2/+190
|\ \
| * | gnutls-cli: enable CRL validation on startupNikos Mavrogiannopoulos2018-09-213-2/+190
| |/
* | Merge branch 'tmp-session-ticket-key-rotation-ajuaristi' into 'master'Nikos Mavrogiannopoulos2018-09-214-6/+590
|\ \ | |/ |/|
| * tests: use virt-time.h in resumption testsNikos Mavrogiannopoulos2018-09-193-13/+22
| * Added session ticket key rotation with TOTPAnder Juaristi2018-09-193-1/+576
* | Fix issue introduced in 20886264feTim Rühsen2018-09-201-2/+1
* | x509: print_pubkey: print GOST public key with MSB firstDmitry Eremin-Solenikov2018-09-181-3/+2
* | lib: use little endian when importing/exporting GOST keysDmitry Eremin-Solenikov2018-09-182-6/+6
|/
* tests: pkcs1-pad: run with SHA-1 enabled or disabledtmp-sha1-fix-testNikos Mavrogiannopoulos2018-09-171-3/+1
* .gitlab-ci.yml: enable run with SHA-1 enabledNikos Mavrogiannopoulos2018-09-172-2/+12
* tests: added CRL verification testsNikos Mavrogiannopoulos2018-09-176-1/+92
* dtls: recover when a NewSessionTicket message is lostNikos Mavrogiannopoulos2018-09-142-1/+248
* tlsfuzzer: remove duplicate tests and sort them alphabeticallyDaiki Ueno2018-09-141-28/+20
* priority: be backwards compatible with priority strings starting with NONENikos Mavrogiannopoulos2018-09-124-0/+14
* tls13/psk_ext_parser: simplify the iterator interfaceDaiki Ueno2018-08-231-5/+40
* gnutls-cli-debug: mention RFC8446 for TLS1.3 and RFC8422 for X25519Nikos Mavrogiannopoulos2018-08-221-1/+1
* 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