summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* tests: added unit test for gnutls_session_set_idtmp-add-unit-testNikos Mavrogiannopoulos2018-10-061-1/+1
* gnutls_priority_set: do not override version on handshaketmp-fix-priority-set-callNikos Mavrogiannopoulos2018-10-031-1/+1
* Merge branch 'tmp-be-strict-on-crls' into 'master'Nikos Mavrogiannopoulos2018-09-211-1/+1
|\
| * gnutls-cli: enable CRL validation on startupNikos Mavrogiannopoulos2018-09-211-1/+1
* | Added session ticket key rotation with TOTPAnder Juaristi2018-09-191-1/+2
|/
* dtls: recover when a NewSessionTicket message is lostNikos Mavrogiannopoulos2018-09-141-1/+1
* priority: be backwards compatible with priority strings starting with NONENikos Mavrogiannopoulos2018-09-121-0/+1
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-2/+3
* ext/record_size_limit: new extensionDaiki Ueno2018-08-201-1/+1
* gnutls_memset: use explicit_bzeroNikos Mavrogiannopoulos2018-08-081-2/+10
* Ensure we are sending the right protocol version on second client helloNikos Mavrogiannopoulos2018-08-071-0/+2
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-031-0/+2
* tests: added unit test of handshake with large certificateNikos Mavrogiannopoulos2018-07-261-2/+2
* allow no certificates to be reported by the gnutls_certificate_retrieve_funct...Nikos Mavrogiannopoulos2018-07-241-1/+1
* cert-cred: fix possible segfault when resetting cert retrieval functionDmitry Eremin-Solenikov2018-07-241-1/+2
* gnutls_x509_privkey_import_ecc_raw: encode parameters on importtmp-fix-pkcs8-exportNikos Mavrogiannopoulos2018-07-201-1/+1
* tests: handshake-timeout: use virt_sec_sleep() to avoid long delays in testNikos Mavrogiannopoulos2018-07-111-1/+1
* generate_session_ticket: tickets cannot extend the original session timeNikos Mavrogiannopoulos2018-07-111-2/+2
* gnutls_priority_init2,gnutls_set_default_priority_append: introducedNikos Mavrogiannopoulos2018-07-091-2/+2
* tests: introduced test for post-handshake auth + PSKNikos Mavrogiannopoulos2018-07-021-1/+2
* Expand x509 sign/verify test with GOST algorithmsDmitry Eremin-Solenikov2018-06-231-1/+2
* tests: check whether we send the pre-shared key extension after dumbfwNikos Mavrogiannopoulos2018-06-221-0/+2
* tests: enhance padding checkNikos Mavrogiannopoulos2018-06-201-1/+1
* distclean temp. test files for 'make distcheck'Tim Rühsen2018-06-141-0/+3
* priorities: introduced %FORCE_ETMtmp-measure-recordNikos Mavrogiannopoulos2018-06-121-1/+1
* tests: added main use-case test for gnutls_session_ticket_send()Nikos Mavrogiannopoulos2018-05-261-1/+1
* tests: exercise TLS 1.3 session resumptionDaiki Ueno2018-05-261-1/+10
* gnutls_pkcs11_token_get_ptr, gnutls_pkcs11_obj_get_ptr: introducedNikos Mavrogiannopoulos2018-05-211-1/+10
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-1/+1
* gnutls_ext_raw_parse: introduced GNUTLS_EXT_RAW_FLAG_DTLS_CLIENT_HELLONikos Mavrogiannopoulos2018-05-171-1/+1
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-121-1/+2
* New constructors for classes client_session() and server_session() provide pa...Philippe Widmer2018-05-101-2/+16
* Use configured CC for pkg-config testMichael Weiser2018-05-071-0/+1
* pkcs11: mark private key objects as sensitive by defaulttmp-pkcs11-sensitive-fixNikos Mavrogiannopoulos2018-05-031-1/+1
* tests: check the behavior of TLS1.2 key exchange methods under TLS1.3Nikos Mavrogiannopoulos2018-04-301-1/+2
* tests: added reproducers for receiving app data when rehandshake is expectedNikos Mavrogiannopoulos2018-04-181-2/+3
* tests: eagain: moved to cmocka and enhanced for TLS1.3Nikos Mavrogiannopoulos2018-04-181-3/+4
* tests: enhanced test suite for TLS1.3 and PSKNikos Mavrogiannopoulos2018-04-061-0/+2
* Simplified the _gnutls13_psk_ext_parser interface and added unit testsNikos Mavrogiannopoulos2018-04-061-0/+2
* _gnutls_supported_ecc_recv_params: take into account precedenceNikos Mavrogiannopoulos2018-03-231-0/+2
* tests: testpkcs11.sh was moved to the main testsNikos Mavrogiannopoulos2018-03-191-2/+5
* tests: long-crl.sh was moved to main suiteNikos Mavrogiannopoulos2018-03-191-3/+2
* tests: pkcs7-cat: moved to main suiteNikos Mavrogiannopoulos2018-03-191-2/+4
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-191-2/+2
* tests: mini-record-retvals was split into return vals checking and alerts che...Nikos Mavrogiannopoulos2018-03-191-1/+1
* record: ignore any ChangeCipherSpec messages under TLS1.3 handshakeNikos Mavrogiannopoulos2018-03-081-0/+2
* tests: added reproducer with DER re-encoding error on client sideNikos Mavrogiannopoulos2018-03-051-1/+1
* tests: eliminated destructive teststmp-simplify-nettle-checkNikos Mavrogiannopoulos2018-03-021-2/+2
* gnutls_ext_raw_parse: introduced functionNikos Mavrogiannopoulos2018-02-261-1/+1
* record: new gnutls_record_send2 functionDaiki Ueno2018-02-191-1/+1