1. 9233be6 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Jaeden Amero · 8 years ago
  2. d6b8ce4 Merge remote-tracking branch 'upstream-restricted/pr/413' into mbedtls-1.3-restricted by Jaeden Amero · 8 years ago
  3. 0870c21 wait_server_start: warn if lsof is not available by Gilles Peskine · 8 years ago
  4. 1bca5ef Increase waiting times compat.sh and ssl-opt.sh by Manuel Pégourié-Gonnard · 8 years ago
  5. b76115a Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  6. 80f6be7 wait_server_start: minor efficiency improvement by Gilles Peskine · 8 years ago
  7. 258bf59 Merge remote-tracking branch 'upstream-restricted/pr/426' into mbedtls-1.3-restricted by Gilles Peskine · 8 years ago
  8. 251bab5 Fix heap corruption in ssl_decrypt_buf by Hanno Becker · 8 years ago
  9. e8f3d93 Add dep'n on !DISABLE_RENEGOTIATION to renego tests in ssl-opt.sh by Hanno Becker · 8 years ago
  10. 11f740a Use 2048-bit DHE parameters from RFC 3526 instead of 5114 by default by Hanno Becker · 8 years ago
  11. ea111c5 Renegotiation: Add tests for SigAlg ext parsing by Janos Follath · 8 years ago
  12. e513cf7 Remove the check in ssl-opt.sh for MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  13. 5a0ea97 Check value of POLARSSL_X509_MAX_INTERMEDIATE_CA in ssl-opt.sh by Hanno Becker · 8 years ago
  14. 33e8d34 Fix filtering bug in ssl-opt.sh by Manuel Pégourié-Gonnard · 8 years ago
  15. 77644f2 Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  16. a68d591 Add SSL tests for long cert chains by Manuel Pégourié-Gonnard · 8 years ago
  17. 6fd6d24 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  18. a1cf6c8 More tests of FALLBACK_SCSV by Gilles Peskine · 8 years ago
  19. 696f92e Add simple test for repeated IVs when using AEAD by Simon Butcher · 9 years ago
  20. 8abaa8b Add a test for SSLv3 with extensions, server side by Janos Follath · 9 years ago
  21. 4dfecab Update default configuration by Janos Follath · 9 years ago
  22. 84690c3 Make ssl-opt.sh more tolerant to start timeouts by Manuel Pégourié-Gonnard · 10 years ago
  23. 6461f36 Use good DH params with OpenSSL in tests by Manuel Pégourié-Gonnard · 10 years ago
  24. e16b62c Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  25. 0c6ce2f Use x509_crt_verify_info() in programs by Manuel Pégourié-Gonnard · 10 years ago
  26. 751286b Make tests/*.sh runnable from anywhere by Manuel Pégourié-Gonnard · 10 years ago
  27. 539d972 Add missing guards for gnuTLS by Paul Bakker · 10 years ago
  28. dc370e4 Improve script portability by Manuel Pégourié-Gonnard · 11 years ago
  29. 51d8166 Adapt tests to new defaults/errors. by Manuel Pégourié-Gonnard · 11 years ago
  30. 5b8f7ea Merge new security defaults for programs (RC4 disabled, SSL3 disabled) by Paul Bakker · 11 years ago
  31. c82b7e2 Merge option to disable truncated hmac on the server-side by Paul Bakker · 11 years ago
  32. e522d0f Merge smarter certificate selection for pre-TLS-1.2 clients by Paul Bakker · 11 years ago
  33. 9835bc0 Fix racy test. by Manuel Pégourié-Gonnard · 11 years ago
  34. a852cf4 Fix issue with non-blocking I/O & record splitting by Manuel Pégourié-Gonnard · 11 years ago
  35. f356115 Merge support for 1/n-1 record splitting by Paul Bakker · 11 years ago
  36. f6080b8 Merge support for enabling / disabling renegotiation support at compile-time by Paul Bakker · 11 years ago
  37. d9e2dd2 Merge support for Encrypt-then-MAC by Paul Bakker · 11 years ago
  38. bd47a58 Add ssl_set_arc4_support() by Manuel Pégourié-Gonnard · 11 years ago
  39. 54b1a8f Merge support for Extended Master Secret (session-hash) by Paul Bakker · 11 years ago
  40. b52b015 Merge support for FALLBACK_SCSV by Paul Bakker · 11 years ago
  41. 448ea50 Set min version to TLS 1.0 in programs by Manuel Pégourié-Gonnard · 11 years ago
  42. e117a8f Make truncated hmac a runtime option server-side by Manuel Pégourié-Gonnard · 11 years ago
  43. f01768c Specific error for suites in common but none good by Manuel Pégourié-Gonnard · 11 years ago
  44. df331a5 Prefer SHA-1 certificates for pre-1.2 clients by Manuel Pégourié-Gonnard · 11 years ago
  45. 3ff7823 Add tests for CBC record splitting by Manuel Pégourié-Gonnard · 11 years ago
  46. c82ee35 Fix tests that were failing with record splitting by Manuel Pégourié-Gonnard · 11 years ago
  47. f46f128 Fix test scripts portability issues by Manuel Pégourié-Gonnard · 11 years ago
  48. 590f416 Add tests for periodic renegotiation by Manuel Pégourié-Gonnard · 11 years ago
  49. 85d915b Add tests for renego security enforcement by Manuel Pégourié-Gonnard · 11 years ago
  50. b575b54 Forbid extended master secret with SSLv3 by Manuel Pégourié-Gonnard · 11 years ago
  51. 169dd6a Adjust minimum length for EtM by Manuel Pégourié-Gonnard · 11 years ago
  52. 78e745f Don't send back EtM extension if not using CBC by Manuel Pégourié-Gonnard · 11 years ago
  53. 0098e7d Preparation for EtM by Manuel Pégourié-Gonnard · 11 years ago
  54. 699cafa Implement initial negotiation of EtM by Manuel Pégourié-Gonnard · 11 years ago
  55. 01b2699 Implement FALLBACK_SCSV server-side by Manuel Pégourié-Gonnard · 11 years ago
  56. 1cbd39d Implement FALLBACK_SCSV client-side by Manuel Pégourié-Gonnard · 11 years ago
  57. 367381f Add negotiation of Extended Master Secret by Manuel Pégourié-Gonnard · 11 years ago
  58. 7fa6772 Scripts print more info on failure within buildbot by Manuel Pégourié-Gonnard · 11 years ago
  59. c2b0092 Fix leaving around temporary file in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  60. 72e51ee Use arithmetic expansion in scripts, avoid bashisms by Manuel Pégourié-Gonnard · 11 years ago
  61. c0f6a69 Add client timeout to ssl-opt.sh and compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  62. a4afadf Fix bug in OpenSSL v2 support testing by Manuel Pégourié-Gonnard · 11 years ago
  63. 644e8f3 Adapt debug_level in ssl-opt.sh to new levels by Manuel Pégourié-Gonnard · 11 years ago
  64. 8e03c71 Normalize names in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  65. 5136296 Add interop testing of renegotiation by Manuel Pégourié-Gonnard · 11 years ago
  66. f2629b9 Rm now useless tricks from ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  67. 480905d Fix selection of hash from sig_alg ClientHello ext. by Manuel Pégourié-Gonnard · 11 years ago
  68. baa7f07 Add GnuTLS support to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  69. f07f421 Fix server-initiated renego with non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  70. a8c0a0d Add "exchanges" option to test server and client by Manuel Pégourié-Gonnard · 11 years ago
  71. 6591962 Allow delay on renego on client by Manuel Pégourié-Gonnard · 11 years ago
  72. 74b1170 Simplify terminating ssl_server2 in test scripts by Manuel Pégourié-Gonnard · 11 years ago
  73. 6f4fbbb Add a "skip" feature in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  74. e73b263 Add config-full to all.sh by Manuel Pégourié-Gonnard · 11 years ago
  75. fae355e Add tests for ssl_set_renegotiation_enforced() by Manuel Pégourié-Gonnard · 11 years ago
  76. a9964db Add ssl_set_renegotiation_enforced() by Manuel Pégourié-Gonnard · 11 years ago
  77. 8920f69 Add test for packets of max size by Manuel Pégourié-Gonnard · 11 years ago
  78. ee41503 Add tests for small packets by Manuel Pégourié-Gonnard · 11 years ago
  79. fab2a3c Fix port selection in ssl test scripts by Manuel Pégourié-Gonnard · 11 years ago
  80. 0c1ec47 Make ssl-opt.sh faster and more robust by Manuel Pégourié-Gonnard · 11 years ago
  81. bbcb1ce Revert "Avoid sleep 1 at server start in ssl-opt.sh" by Manuel Pégourié-Gonnard · 11 years ago
  82. 14c78c9 Merge more SSL tests and required ssl_server2 additions by Paul Bakker · 11 years ago
  83. 95c0a63 Add tests for ssl_get_bytes_avail() by Manuel Pégourié-Gonnard · 11 years ago
  84. 90805a8 Add test for ssl_set_ciphersuites_for_version() by Manuel Pégourié-Gonnard · 11 years ago
  85. 10c3c9f Add test for PSK without a key by Manuel Pégourié-Gonnard · 11 years ago
  86. a6781c9 Add tests for PSK callback by Manuel Pégourié-Gonnard · 11 years ago
  87. 0cc7e31 Add test for ssl_set_dh_param_ctx() by Manuel Pégourié-Gonnard · 11 years ago
  88. db2a6c1 Avoid sleep 1 at server start in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  89. 32f8f4d Catch SERVERQUIT timeout in ssl test scripts by Manuel Pégourié-Gonnard · 11 years ago
  90. bc3b16c Also use unique names for temp files by Manuel Pégourié-Gonnard · 11 years ago
  91. 8066b81 Pick a "unique" port in SSL test scripts by Manuel Pégourié-Gonnard · 11 years ago
  92. 1ebc0c5 Fix typos by Paul Bakker · 11 years ago
  93. 17cde5f Fix ssl-opt.sh for new ciphersuites order by Manuel Pégourié-Gonnard · 11 years ago
  94. 0408fd1 Add extendedKeyUsage checking in SSL modules by Manuel Pégourié-Gonnard · 11 years ago
  95. a9db85d Add tests for keyUsage with client auth by Manuel Pégourié-Gonnard · 11 years ago
  96. 7f2a07d Check keyUsage in SSL client and server by Manuel Pégourié-Gonnard · 11 years ago
  97. 17b85cb Merged additional tests and improved code coverage by Paul Bakker · 11 years ago
  98. 83d8c73 Disable ALPN by default by Manuel Pégourié-Gonnard · 11 years ago
  99. f6521de Add ALPN tests to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  100. 913030c Enable SSLv2 testing if OPENSSL_CMD is set by Manuel Pégourié-Gonnard · 11 years ago