summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tls1.3: server returns early on handshake when no cert is provided by clienttmp-handshake-return-earlyNikos Mavrogiannopoulos2018-07-237-19/+377
* 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
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_POST_HANDSHAKE_AUTHNikos Mavrogiannopoulos2018-07-022-0/+8
* tests: verify whether GNUTLS_TLS_VERSION_MAX is negotiated on default modeNikos Mavrogiannopoulos2018-06-291-6/+10
* testcompat-tls13-openssl: fix openssl interactionsNikos Mavrogiannopoulos2018-06-271-9/+51
* tests: eliminated compiler warningsNikos Mavrogiannopoulos2018-06-272-5/+3
* convert from milliseconds to timespec without loopRolf Eike Beer2018-06-261-7/+2
* avoid overflow when substracting timespecs if rdtsc is not availableRolf Eike Beer2018-06-261-2/+2
* .gitlab-ci.yml: updated x86 CI builds with better datefudge detectionNikos Mavrogiannopoulos2018-06-245-23/+17
* tests: add PKCS#12 test script for GOST 28147-89-encrypted filesDmitry Eremin-Solenikov2018-06-235-1/+90
* tests: expand pkcs7 test to also check GOST filesDmitry Eremin-Solenikov2018-06-234-2/+45
* test: test GOST keys import/exportDmitry Eremin-Solenikov2018-06-231-0/+172
* tests: add common gost certificates for testsDmitry Eremin-Solenikov2018-06-231-0/+216
* Add gost certificates to chainverify testsDmitry Eremin-Solenikov2018-06-233-0/+90
* Expand x509 sign/verify test with GOST algorithmsDmitry Eremin-Solenikov2018-06-233-1/+106
* oids: expand to include GOST digests/signaturesDmitry Eremin-Solenikov2018-06-231-0/+24
* tests: privkey-keygen: adapt to support GOST algorithmsDmitry Eremin-Solenikov2018-06-231-4/+11
* Support GOST private keys generationDmitry Eremin-Solenikov2018-06-232-0/+107
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-235-3/+127
* Add declarations for GOST R 34.10 signaturesDmitry Eremin-Solenikov2018-06-231-1/+1
* Add declarations to support GOST public keysDmitry Eremin-Solenikov2018-06-232-1/+7
* tests: check whether we send the pre-shared key extension after dumbfwNikos Mavrogiannopoulos2018-06-223-0/+380
* tests: corrected typo in commentNikos Mavrogiannopoulos2018-06-221-1/+1
* Fix test code for -WerrorTim Rühsen2018-06-212-3/+6