summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cert-tests: test parsing and decoding of GOST private keysDmitry Eremin-Solenikov2018-11-1615-2/+321
* gnutls_x509_privkey_import_ecc_raw(): fail on invalid sizesNikos Mavrogiannopoulos2018-11-152-0/+10
* tests: verify whether certificate request levels behave consistentlyNikos Mavrogiannopoulos2018-11-152-78/+34
* tests: add testfile from RFC4134 Section 4.5Dmitry Eremin-Solenikov2018-11-144-1/+87
* Merge branch 'tmp-0rtt' into 'master'Daiki Ueno2018-11-125-3/+652
|\
| * TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-123-14/+277
| * db: introduce gnutls_db_check_entry_expire_timeDaiki Ueno2018-11-121-1/+8
| * testcompat-tls13-openssl: exercise early data transmissionDaiki Ueno2018-11-121-0/+54
| * tests: add tests for early dataDaiki Ueno2018-11-122-1/+326
* | tls13: use system's openssl for interop testingNikos Mavrogiannopoulos2018-11-102-6/+8
|/
* testcompat-openssl: do not test DSS or small curves with 1.1.1tmp-fix-ci-runsNikos Mavrogiannopoulos2018-11-071-25/+39
* Merge branch 'tmp-ignore-ctypes' into 'master'Nikos Mavrogiannopoulos2018-11-024-1/+11
|\
| * gnutls_priority_init: ignore CTYPE-OPENPGP optionstmp-ignore-ctypesNikos Mavrogiannopoulos2018-11-014-1/+11
* | ext/record_size_limit: handle the extension in TLS 1.2 ServerHellotmp-fix-record-size-limit-tls12Daiki Ueno2018-11-011-8/+18
|/
* gnutls_priority_set: do not override the version after handshake is completeNikos Mavrogiannopoulos2018-10-302-1/+136
* system: provide a means to replace gettime implementationDaiki Ueno2018-10-261-6/+21
* Merge branch 'tmp-fix-fips-mode' into 'master'Nikos Mavrogiannopoulos2018-10-241-0/+8
|\
| * fips140: aligned code with documentationtmp-fix-fips-modeNikos Mavrogiannopoulos2018-10-231-0/+8
* | p11tool: fix initialization of security officer's PINtmp-initialize-so-pin-fixNikos Mavrogiannopoulos2018-10-241-2/+119
|/
* Merge branch 'tmp-update-tlsfuzzer' into 'master'Nikos Mavrogiannopoulos2018-10-195-4/+72
|\
| * tlsfuzzer: updated to latest upstream and enabled new teststmp-update-tlsfuzzerNikos Mavrogiannopoulos2018-10-165-4/+72
* | Merge branch 'tmp-uris' into 'master'Nikos Mavrogiannopoulos2018-10-182-3/+17
|\ \
| * | pkcs11 uris: the URI scheme is case insensitivetmp-urisNikos Mavrogiannopoulos2018-10-122-3/+17
* | | SKIP tests/global-init-override if weak symbols don't worktmp-fix-global-init-overrideTim Rühsen2018-10-181-5/+28
* | | tests: eagain-auto-auth: only compiled in systems with cmocka availableNikos Mavrogiannopoulos2018-10-161-2/+3
| |/ |/|
* | gnutls_init: added flag for automatic re-authenticationNikos Mavrogiannopoulos2018-10-164-1/+882
* | Merge branch 'tmp-fix-eina-cpu-on-solaris' into 'master'Nikos Mavrogiannopoulos2018-10-101-2/+2
|\ \
| * | Fix check for GNU C compiler in eina_cpu.ctmp-fix-eina-cpu-on-solarisTim Rühsen2018-10-091-2/+2
| |/
* | Skip tests/tls13/prf.c if visibility 'protected' doesn't worktmp-fix-584Tim Rühsen2018-10-082-1/+13
|/
* tests: added unit test for gnutls_session_set_idtmp-add-unit-testNikos Mavrogiannopoulos2018-10-062-1/+212
* gnutls_priority_set: do not override version on handshaketmp-fix-priority-set-callNikos Mavrogiannopoulos2018-10-033-1/+160
* Merge branch 'tlsfuzzer-ssl3' into 'master'Nikos Mavrogiannopoulos2018-09-2910-270/+272
|\
| * tlsfuzzer: disable SSL3.0 in export-ciphers-rejected testDmitry Eremin-Solenikov2018-09-271-1/+21
| * tlsfuzzer: support running from separate build dirDmitry Eremin-Solenikov2018-09-272-10/+9
| * tlsfuzzer: add missing scriptDmitry Eremin-Solenikov2018-09-271-0/+29
| * tlsfuzzer: move common code to separate fileDmitry Eremin-Solenikov2018-09-277-185/+72
| * tlsfuzzer: use random port for tls-fuzzer-nocert testDmitry Eremin-Solenikov2018-09-272-73/+136
| * tlsfuzzer: use random port for tls-fuzzer-cert testDmitry Eremin-Solenikov2018-09-272-13/+17
* | tests: removed unused fileNikos Mavrogiannopoulos2018-09-261-273/+0
|/
* tests: pkcs12-utf8 depend on bashtmp-enable-tls13Nikos Mavrogiannopoulos2018-09-241-2/+3
* Enable the TLS1.3 protocol by defaultNikos Mavrogiannopoulos2018-09-246-45/+4
* 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