- 27fc786 Merge pull request #5098 from gilles-peskine-arm/ssl-opt-resend-retry-2.16 by paul-elliott-arm · 3 years, 9 months ago
- 46e57d9 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
- 355a1f4 Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
- 3712501 Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
- 8389025 Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
- e31a9ea Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
- ad58e92 Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago
- 342147a Move some code of run_test into auxiliary functions by Gilles Peskine · 3 years, 10 months ago
- 87b036f Add trivial record_outcome function to facilitate backports by Gilles Peskine · 3 years, 10 months ago
- 30b8132 Remove redundant "should we skip?" block by Gilles Peskine · 3 years, 10 months ago
- 0ab7941 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
- 316a6aa Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
- 6c64983 Spelling fix by Paul Elliott · 3 years, 10 months ago
- a470075 Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 19f1f78 Backport OPENSSL_NEXT to ssl-opt.sh by Paul Elliott · 3 years, 10 months ago
- f762433 Merge pull request #4697 from yutotakano/fix-ssl-opt.sh-hard-abort-2.16 by Gilles Peskine · 4 years ago
- c221e53 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
- c75df63 Add content length constraint to tests that use max_frag_len by Yuto Takano · 4 years, 1 month ago
- bc632c2 Move repetitive equality check to `requires_config_value_equals` by Yuto Takano · 4 years, 1 month ago
- 8df2d25 Reword and add explanatory comments for MAX_IM_CA tests by Yuto Takano · 4 years, 1 month ago
- 0807e1d Use `requires_max_content_len`, remove unneeded echo/comments by Yuto Takano · 4 years, 1 month ago
- bbf657a Add space between command substitution braces and content by Yuto Takano · 4 years, 1 month ago
- d8a5029 Add MAX_IM_CA requirement to int_max+1 chain as well by Yuto Takano · 4 years, 1 month ago
- e153ca2 Remove hard exit with MAX_INTERMEDIATE_CA in ssl-opt.sh by Yuto Takano · 4 years, 1 month ago
- 2e580ce Remove hard exit in ssh-opt.sh, replace with `requires` functions by Yuto Takano · 4 years, 1 month ago
- cee9e92 Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
- 5ee166b Merge pull request #4326 from gilles-peskine-arm/openssl-dhparam-robustness-2.16 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 3e7b61c More precise testing of dhm_min_len by Gilles Peskine · 4 years, 8 months ago
- 63a2b91 Fix SSL tests scripts with recent OpenSSL server with Diffie-Hellman by Gilles Peskine · 4 years, 4 months ago
- 05371be Merge pull request #3905 from gilles-peskine-arm/ssl-opt-less-grep-2.16 by Gilles Peskine · 4 years, 4 months ago
- c5714bb Fix regexp detection by Gilles Peskine · 4 years, 10 months ago
- b7bb068b Avoid using grep for test case names if possible by Gilles Peskine · 5 years ago
- 5bf15b6 Reduce the use of grep by Gilles Peskine · 5 years ago
- 2cf44b6 ssl-opt.sh: Only check the server exit for Mbed TLS by Gilles Peskine · 4 years, 6 months ago
- 634fe27 ssl-opt.sh: if the server fails, do treat it as a test failure by Gilles Peskine · 4 years, 6 months ago
- ffdcadf Fix printf escape errors in shell scripts by Gilles Peskine · 5 years ago
- 663d099 ssl-opt.sh --help: don't show regexps for -f and -e by Gilles Peskine · 5 years ago
- a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- a1919ad Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
- 7442f84 Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
- 581af9f Simplify test syntax by Manuel Pégourié-Gonnard · 5 years ago
- bedcb3e Fix logic error in setting client port by Manuel Pégourié-Gonnard · 5 years ago
- cbd5c03 ssl-opt.sh: include test name in log files by Manuel Pégourié-Gonnard · 5 years ago
- e63fc6d ssl-opt.sh: remove old buildbot-specific condition by Manuel Pégourié-Gonnard · 5 years ago
- fcf6c16 ssl-opt.sh: add proxy to all DTLS tests by Manuel Pégourié-Gonnard · 5 years ago
- f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
- 51b41d5 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
- 34cbf10 Adjust timeout of tests with "no resend" assertions by Manuel Pégourié-Gonnard · 6 years ago
- b85ce9e Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
- 98a879a Improve some test names in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
- 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
- 82ebf51 Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16 by Janos Follath · 5 years ago
- d20ae89 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
- 7c9add2 Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
- 95a17fb Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
- 43dc0d6 ssl-opt.sh: wait for proxy to start before running the script further by Unknown · 6 years ago
- a258ccd tests: Limit each log to 10 GiB by Jaeden Amero · 6 years ago
- 096bccf Merge remote-tracking branch 'origin/pr/2450' into mbedtls-2.16 by Jaeden Amero · 6 years ago
- 7a11e72 ssl-opt.sh: Auto-skip tests that use files if MBEDTLS_FS_IO unset by Hanno Becker · 6 years ago
- daed232 Merge remote-tracking branch 'origin/pr/2436' into mbedtls-2.16 by Jaeden Amero · 6 years ago
- 799cd57 Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16 by Simon Butcher · 6 years ago
- 3664fdb Merge remote-tracking branch 'public/pr/2449' into mbedtls-2.16 by Simon Butcher · 6 years ago
- f1e62e8 Fix failure in SSLv3 per-version suites test by Manuel Pégourié-Gonnard · 6 years ago
- abb843e Reenable GnuTLS next based tests by k-stachowiak · 6 years ago
- d5f4759 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
- b76e765 Specify server certificate to use in SHA-1 test by Ron Eldor · 7 years ago
- 0644678 ssl-opt: Use ssl_server2 to query config instead of grep and sed by Andres Amaya Garcia · 7 years ago
- a16c2b1 all.sh: don't insist on Linux; always run Valgrind by Gilles Peskine · 7 years ago
- f560a2d Disable test that trigger bug in old GnuTLS by Manuel Pégourié-Gonnard · 7 years ago
- 76cf60b Remove merge conflict marker in ssl-opt.sh by Simon Butcher · 7 years ago
- 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 7 years ago
- c774e32 Merge remote-tracking branch 'restricted/pr/517' into development by Simon Butcher · 7 years ago
- 837f821 Merge remote-tracking branch 'public/pr/1990' into development by Simon Butcher · 7 years ago
- 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 9580528 ssl-opt.sh: fix typo in mtu settings by Andrzej Kurek · 7 years ago
- b459346 ssl-opt.sh: add a check for i686 targets by Andrzej Kurek · 7 years ago
- 7782605 ssl-opt.sh: add comments regarding ciphersuite forcing by Andrzej Kurek · 7 years ago
- 7c6df83 ssl-opt.sh: revert unnecessary "autoreduction" checks by Andrzej Kurek · 7 years ago
- 7311c78 ssl-opt.sh: force ciphersuites to reduce mtu size by Andrzej Kurek · 7 years ago
- 35f2f30 ssl-opt.sh: change expected pattern from 'resend' to 'autoreduction' by Andrzej Kurek · 7 years ago
- 0fc9cf4 ssl-opt.sh: increase proxy mtu sizes to contain entire datagrams by Andrzej Kurek · 7 years ago
- 948fe80 ssl-opt.sh: adjust test timeouts to fit slower targets by Andrzej Kurek · 7 years ago
- 52f8491 ssl-opt.sh: adjust tests to fit slower targets by Andrzej Kurek · 7 years ago
- 0592ea7 Merge remote-tracking branch 'public/pr/1140' into development by Simon Butcher · 7 years ago
- c86993e Merge remote-tracking branch 'public/pr/1970' into development by Simon Butcher · 7 years ago
- 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 82986c1 Disable 3d test with no good openssl version by Manuel Pégourié-Gonnard · 7 years ago
- c1eda67 Disable fragmentation tests with openssl bugs by Manuel Pégourié-Gonnard · 7 years ago
- 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 7 years ago
- 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 7 years ago
- e50128a Merge remote-tracking branch 'public/pr/1994' into development by Simon Butcher · 7 years ago
- 108992e Add MTU auto-reduction test with valgrind by Hanno Becker · 7 years ago
- 37029eb Skip MTU auto-reduction test when running valgrind by Hanno Becker · 7 years ago
- 39b8bc9 Change wording of debug message by Hanno Becker · 7 years ago
- 7c48dd1 ssl-opt.sh: Add function extracting val or default val from config.h by Hanno Becker · 7 years ago
- dc1e950 DTLS reordering: Add test for buffering a proper fragment by Hanno Becker · 7 years ago
- 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 7 years ago
- 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 7 years ago
- 9598845 Merge remote-tracking branch 'public/pr/1955' into development by Simon Butcher · 7 years ago
- e604556 ssl-opt.sh: Don't hardcode varname in requires_config_value_xxx() by Hanno Becker · 7 years ago