summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* handshake: don't regenerate legacy_session_id in second CH after HRRDaiki Ueno2021-04-221-0/+20
* priority: add option to disable TLS 1.3 middlebox compatibility modeDaiki Ueno2021-04-172-1/+141
* lib/nettle: get rid of _rnd_system_entropy_checkAlexander Sosedkin2021-03-081-1/+0
* Add unit test for id-on-xmppAddr decoding errorSteffen Jaeckel2021-03-053-1/+88
* tests: remove *hello_random_value testsDaiki Ueno2021-02-194-868/+2
* tests: make any ad-hoc timeout setting controllable through envvarDaiki Ueno2021-02-1771-141/+197
* tests: suffix .sh for all shell-script testsDaiki Ueno2021-02-1781-26/+26
* tests: don't conditionalize valgrind with --disable-full-test-suiteDaiki Ueno2021-02-171-3/+0
* tests: don't run shell-script tests under valgrindDaiki Ueno2021-02-172-5/+1
* tests: fix memory leak in tests/tls13/no-auto-send-ticketDaiki Ueno2021-02-171-0/+1
* tests: remove init_fds testDaiki Ueno2021-02-172-81/+1
* safe-memfuncs: rely on explicit_bzero implementation from gnulibDaiki Ueno2021-02-172-84/+1
* Fix test error with nettle in non-default locationAndreas Metzler2021-02-131-18/+9
* Merge branch 'wip/dueno/hrr-resumption' into 'master'Daiki Ueno2021-02-104-0/+324
|\
| * tests: close unused fd opened by socketpairDaiki Ueno2021-02-042-0/+4
| * handshake: TLS 1.3: don't generate session ID in resumption modeDaiki Ueno2021-02-042-0/+320
* | tests/gnutls-cli-debug.sh: don't unset system priority settingsDaiki Ueno2021-02-091-3/+1
* | Merge branch 'wip/dueno/dupes' into 'master'Daiki Ueno2021-02-082-1/+102
|\ \
| * | gnutls_x509_trust_list_verify_crt2: ignore duplicate certificatesDaiki Ueno2021-02-082-1/+102
| |/
* | testcompat-openssl: run TLS 1.3 client/server tests in parallelDaiki Ueno2021-02-014-609/+673
* | testcompat-openssl: remove hand-written parallelismDaiki Ueno2021-01-3113-972/+1610
* | testcompat-polarssl: remove hand-written parallelismDaiki Ueno2021-01-256-451/+557
|/
* fips: avoid memleak in (EC)DH internal APIsDaiki Ueno2021-01-222-9/+9
* testcompat-openssl: specify -sigalgs on s_client command lineDaiki Ueno2020-12-291-1/+1
* testpkcs11: use datefudge to trick certificate expiryDaiki Ueno2020-12-291-1/+11
* tests: Fix tpmtool_test due to changes in trousersStefan Berger2020-12-291-10/+27
* Merge branch '#1074' into 'master'Daiki Ueno2020-12-083-12/+18
|\
| * Fix non-empty session id (TLS13_APPENDIX_D4)Norbert Pocs2020-12-083-12/+18
* | Merge branch 'wip/dueno/aia-api' into 'master'Daiki Ueno2020-11-214-272/+530
|\ \
| * | x509: rework issuer callbackDaiki Ueno2020-11-194-272/+530
* | | crypto-backend: remove ability of overriding ciphersDaiki Ueno2020-11-206-693/+14
* | | handshake: add functions to read/write handshake messages directlyDaiki Ueno2020-11-192-1/+165
* | | pkcs11: increase the maximum PIN length from 31 to 255Daiki Ueno2020-11-131-2/+9
|/ /
* | Merge branch 'cert_validation' into 'master'Daiki Ueno2020-11-101-0/+139
|\ \
| * | Adds a new API gnutls_session_set_verify_output_function() that allows TLS ap...Sahana Prasad2020-11-101-0/+139
* | | Merge branch 'tmp-nettle-3.6' into 'master'Daiki Ueno2020-11-104-6/+6
|\ \ \ | |/ / |/| |
| * | testcompat-openssl: use RC4-SHA instead of RC4-MD5 for testingDaiki Ueno2020-11-041-6/+6
| * | tls-fuzzer: update submodulesDaiki Ueno2020-11-043-0/+0
* | | Make y parameter optional in gnutls_privkey_import_dsa_raw().Hans Leidekker2020-11-031-0/+25
|/ /
* | psktool: Fix hex-encoding logic of usernameDaiki Ueno2020-10-311-2/+30
|/
* mini-record-timing: use only async-signal-safe functions in handlerDaiki Ueno2020-10-301-5/+24
* tests: add missing ${EXEEXT}Daiki Ueno2020-10-035-6/+6
* tests: prolong timeout in wait_for_portDaiki Ueno2020-10-031-6/+7
* tests: remove unused lock facility using lockfile-createDaiki Ueno2020-10-031-8/+0
* tests: create lock for tests using GETPORTDaiki Ueno2020-10-032-3/+23
* tests: simplify program detectionDaiki Ueno2020-10-037-56/+54
* tests: rewrite launch_server using launch_bare_serverDaiki Ueno2020-10-036-158/+150
* tests: remove launch_pkcs11_serverDaiki Ueno2020-09-252-10/+1
* tests: remove unused first argument from launch_serverDaiki Ueno2020-09-2533-176/+168
* tests: use ": ${FOO=BAR}" syntax for default handling in shell scriptsDaiki Ueno2020-09-25156-437/+437