1. 8d83218 Increase UDP record packing time in ssl-opt.sh by Hanno Becker · 7 years ago
  2. 7b6582b Kill server and proxy via SIGQUIT in ssl-opt.sh by Hanno Becker · 7 years ago
  3. bc6c110 Add test to ssl-opt.sh demonstrating the need for ssl_check_pending by Hanno Becker · 7 years ago
  4. 6a33f59 Add tests for event-driven I/O in DTLS to ssl-opt.sh by Hanno Becker · 7 years ago
  5. 72a4f03 Add tests for UDP proxy packing option by Hanno Becker · 8 years ago
  6. 0007671 Add tests for event-driven I/O by Hanno Becker · 8 years ago
  7. 4ac73e7 Use shell string processing instead of sed in ssl-opt.sh by Hanno Becker · 8 years ago
  8. 52c6dc6 Correct length check for DTLS records from old epochs. by Hanno Becker · 8 years ago
  9. d82d846 ssl-opt.sh: Kill server via KILL signal if TERM doesn't succeed by Hanno Becker · 8 years ago
  10. cadb5bb Add slight delay before killing server in ssl-opt.sh for log output by Hanno Becker · 8 years ago
  11. 17c0493 Allow default arguments for client/server/proxy in ssl-opt.sh by Hanno Becker · 8 years ago
  12. bcfa6f4 Fix the check for max CA intermediates in ssl-opt.sh by Simon Butcher · 8 years ago
  13. efdfeeb Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  14. 06b7863 Change a ssl-opt.sh script sanity checks by Simon Butcher · 8 years ago
  15. a6bca9f Check value of MBEDTLS_X509_MAX_INTERMEDIATE_CA in ssl-opt.sh by Hanno Becker · 8 years ago
  16. 9107b5f Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  17. 81bb6b6 Add SSL tests for long cert chains by Manuel Pégourié-Gonnard · 8 years ago
  18. af63c21 Fix issue in testing SHA-1 compile-time option by Manuel Pégourié-Gonnard · 8 years ago
  19. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  20. ddc6e52 Merge remote-tracking branch 'gilles/iotssl-1223/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  21. 383a118 Merge remote-tracking branch 'gilles/IOTSSL-1330/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  22. 5d2511c SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  23. 62469d9 Allow SHA-1 in test scripts by Gilles Peskine · 8 years ago
  24. bc70a18 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  25. d50177f Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  26. 89baba2 Add tests for the CA suppression option by Janos Follath · 8 years ago
  27. 1cc8e34 Send TLS alerts in many more cases by Gilles Peskine · 8 years ago
  28. fd8332e SSL tests: server requires auth, client has no certificate by Gilles Peskine · 8 years ago
  29. f93c7d3 Support setting the ports on the command line by Gilles Peskine · 8 years ago
  30. 692ad84 Add DTLS test to check 6 byte record ctr is cmp by Andres AG · 9 years ago
  31. 8e00410 Merge fix for AEAD Random IVs by Simon Butcher · 9 years ago
  32. 9900014 Merge fix for IE Certificate Compatibility by Simon Butcher · 9 years ago
  33. f04f54d Add seed cmdline arg to test scripts by Andres AG · 9 years ago
  34. 74537a6 ECJPAKE: Fix intermittently failing tests by Janos Follath · 9 years ago
  35. 3c0d7b8 Adds check for valgrind to ssl-opt.sh (#488) by Simon Butcher · 9 years ago
  36. 58eddef Updates copyright and attribution in comment header in ssl-opt.sh by Simon Butcher · 9 years ago
  37. a410af5 Fixes RC4 config dependencies in tests in ssl-opt.h by Simon Butcher · 9 years ago
  38. 362689d Split test into valgrind and no-valgrind version by Paul Bakker · 9 years ago
  39. 1f65092 Add fix to ignore valgrind messages related to compressed debug symbols by Paul Bakker · 9 years ago
  40. acaac85 Add option to preserve all logs in ssl-opt.sh by Paul Bakker · 9 years ago
  41. e20310a Add option to print test numbers in ssl-opt.sh output by Paul Bakker · 9 years ago
  42. b7584a5 Add ability to only run select numbered tests in ssl-opt.sh by Paul Bakker · 9 years ago
  43. 00efff7 Add a test for SSLv3 with extensions, server side by Janos Follath · 9 years ago
  44. 4b852db Merge branch 'iotssl-629-der-trailing-bytes' by Simon Butcher · 9 years ago
  45. e2681a4 Update default configuration by Janos Follath · 9 years ago
  46. 0b24234 x509: trailing bytes in DER: add integration tests by Janos Follath · 9 years ago
  47. 12ca6f5 Update ssl-opt.sh for EC J-PAKE disabled by default by Manuel Pégourié-Gonnard · 10 years ago
  48. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  49. ca700b2 Add config-thread.h to test-ref-configs.pl by Manuel Pégourié-Gonnard · 10 years ago
  50. d0d8cb3 Cache ClientHello extension by Manuel Pégourié-Gonnard · 10 years ago
  51. 921f2d0 Add test cases with DTLS and/or password mismatch by Manuel Pégourié-Gonnard · 10 years ago
  52. 0f1660a Implement key exchange messages and PMS derivation by Manuel Pégourié-Gonnard · 10 years ago
  53. 0a1324a Add client-side extension parsing by Manuel Pégourié-Gonnard · 10 years ago
  54. 55c7f99 Add server writing of the extension by Manuel Pégourié-Gonnard · 10 years ago
  55. bf57be6 Add server extension parsing by Manuel Pégourié-Gonnard · 10 years ago
  56. e511b4e Ignore ECJPAKE suite if not configured on server by Manuel Pégourié-Gonnard · 10 years ago
  57. 6ad23b9 Make failing test more robust by Manuel Pégourié-Gonnard · 10 years ago
  58. 259db91 Add test without cookies by Manuel Pégourié-Gonnard · 10 years ago
  59. d745a1a Add tests for hard reconnect by Manuel Pégourié-Gonnard · 10 years ago
  60. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  61. d68434e Disable some tests with valgrind by Manuel Pégourié-Gonnard · 10 years ago
  62. 4b7027a Avoid race condition in test by Manuel Pégourié-Gonnard · 10 years ago
  63. ab5f7b4 Fix indentation by Manuel Pégourié-Gonnard · 10 years ago
  64. a365add Make ssl-opt.sh more robust against client timeout by Manuel Pégourié-Gonnard · 10 years ago
  65. 74681fa Make ssl-opt.sh more tolerant to start timeouts by Manuel Pégourié-Gonnard · 10 years ago
  66. d55bc20 Fix missing gnutls guard in ssl-opt.sh by Manuel Pégourié-Gonnard · 10 years ago
  67. 4268ae0 Fix test for new debug message level by Manuel Pégourié-Gonnard · 10 years ago
  68. 0a88574 DTLS: treat bad MAC on Finished as an error by Manuel Pégourié-Gonnard · 10 years ago
  69. 4cc8c63 Add test for extensionless ClientHello by Manuel Pégourié-Gonnard · 10 years ago
  70. 7eb58cb Rm obsolete hack in ssl-opt.sh by Manuel Pégourié-Gonnard · 10 years ago
  71. 31cafa3 Rm obsolete test in ssl-opt.sh by Manuel Pégourié-Gonnard · 10 years ago
  72. 03db6b0 Cosmetics in test scripts by Manuel Pégourié-Gonnard · 10 years ago
  73. 6ea831d Add tests for mbedtls_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  74. c948a79 Add tests for mbedtls_ssl_set_hs_authmode() by Manuel Pégourié-Gonnard · 10 years ago
  75. 4d6f178 Add support for SNI CA and authmode in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  76. 6195767 Fix default of openssl s_server by Manuel Pégourié-Gonnard · 10 years ago
  77. 7a010aa Add tests for dhm_min_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  78. 2240486 Allow more time for DTLS interop tests with proxy by Manuel Pégourié-Gonnard · 10 years ago
  79. 662c6e8 Disable truncated HMAC by default by Manuel Pégourié-Gonnard · 10 years ago
  80. 6df3196 Fix typo in test name by Manuel Pégourié-Gonnard · 10 years ago
  81. e6efa6f manually merge 9f98251 make extKeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  82. 89addc4 manually merge 0c6ce2f use x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  83. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  84. fa44f20 Change authmode default to Required on client by Manuel Pégourié-Gonnard · 10 years ago
  85. 988209f Adapt to SSlv2 Hello disabled by default by Manuel Pégourié-Gonnard · 10 years ago
  86. ea0920f Adjust test scripts to new RC4 defaults by Manuel Pégourié-Gonnard · 10 years ago
  87. 19db8ea Make tests/*.sh runnable from anywhere by Manuel Pégourié-Gonnard · 10 years ago
  88. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  89. 8fe411e Avoid issue with OpenSSl in interop test by Manuel Pégourié-Gonnard · 10 years ago
  90. 9699996 Add missing require_gnutls guards in ssl-opt.sh by Manuel Pégourié-Gonnard · 10 years ago
  91. f7d2bba Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  92. 539d972 Add missing guards for gnuTLS by Paul Bakker · 10 years ago
  93. 3bb0801 Add default/basic test for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  94. 3a173f4 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  95. dc370e4 Improve script portability by Manuel Pégourié-Gonnard · 11 years ago
  96. 23eb74d Fix issues with new defaults by Manuel Pégourié-Gonnard · 11 years ago
  97. 67505bf Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  98. bfccdd3 Merge commit '36adc36' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  99. 0017c2b Merge commit '9835bc0' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  100. 8fbb01e Merge commit 'b2eaac1' into dtls by Manuel Pégourié-Gonnard · 11 years ago