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