1. f356115 Merge support for 1/n-1 record splitting by Paul Bakker · 11 years ago
  2. f6080b8 Merge support for enabling / disabling renegotiation support at compile-time by Paul Bakker · 11 years ago
  3. d9e2dd2 Merge support for Encrypt-then-MAC by Paul Bakker · 11 years ago
  4. 54b1a8f Merge support for Extended Master Secret (session-hash) by Paul Bakker · 11 years ago
  5. b52b015 Merge support for FALLBACK_SCSV by Paul Bakker · 11 years ago
  6. 3ff7823 Add tests for CBC record splitting by Manuel Pégourié-Gonnard · 11 years ago
  7. c82ee35 Fix tests that were failing with record splitting by Manuel Pégourié-Gonnard · 11 years ago
  8. f46f128 Fix test scripts portability issues by Manuel Pégourié-Gonnard · 11 years ago
  9. 590f416 Add tests for periodic renegotiation by Manuel Pégourié-Gonnard · 11 years ago
  10. 85d915b Add tests for renego security enforcement by Manuel Pégourié-Gonnard · 11 years ago
  11. b575b54 Forbid extended master secret with SSLv3 by Manuel Pégourié-Gonnard · 11 years ago
  12. 169dd6a Adjust minimum length for EtM by Manuel Pégourié-Gonnard · 11 years ago
  13. 78e745f Don't send back EtM extension if not using CBC by Manuel Pégourié-Gonnard · 11 years ago
  14. 0098e7d Preparation for EtM by Manuel Pégourié-Gonnard · 11 years ago
  15. 699cafa Implement initial negotiation of EtM by Manuel Pégourié-Gonnard · 11 years ago
  16. 01b2699 Implement FALLBACK_SCSV server-side by Manuel Pégourié-Gonnard · 11 years ago
  17. 1cbd39d Implement FALLBACK_SCSV client-side by Manuel Pégourié-Gonnard · 11 years ago
  18. 367381f Add negotiation of Extended Master Secret by Manuel Pégourié-Gonnard · 11 years ago
  19. 7fa6772 Scripts print more info on failure within buildbot by Manuel Pégourié-Gonnard · 11 years ago
  20. c2b0092 Fix leaving around temporary file in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  21. 72e51ee Use arithmetic expansion in scripts, avoid bashisms by Manuel Pégourié-Gonnard · 11 years ago
  22. c0f6a69 Add client timeout to ssl-opt.sh and compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  23. a4afadf Fix bug in OpenSSL v2 support testing by Manuel Pégourié-Gonnard · 11 years ago
  24. 644e8f3 Adapt debug_level in ssl-opt.sh to new levels by Manuel Pégourié-Gonnard · 11 years ago
  25. 8e03c71 Normalize names in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  26. 5136296 Add interop testing of renegotiation by Manuel Pégourié-Gonnard · 11 years ago
  27. f2629b9 Rm now useless tricks from ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  28. 480905d Fix selection of hash from sig_alg ClientHello ext. by Manuel Pégourié-Gonnard · 11 years ago
  29. baa7f07 Add GnuTLS support to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  30. f07f421 Fix server-initiated renego with non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  31. a8c0a0d Add "exchanges" option to test server and client by Manuel Pégourié-Gonnard · 11 years ago
  32. 6591962 Allow delay on renego on client by Manuel Pégourié-Gonnard · 11 years ago
  33. 74b1170 Simplify terminating ssl_server2 in test scripts by Manuel Pégourié-Gonnard · 11 years ago
  34. 6f4fbbb Add a "skip" feature in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  35. e73b263 Add config-full to all.sh by Manuel Pégourié-Gonnard · 11 years ago
  36. fae355e Add tests for ssl_set_renegotiation_enforced() by Manuel Pégourié-Gonnard · 11 years ago
  37. a9964db Add ssl_set_renegotiation_enforced() by Manuel Pégourié-Gonnard · 11 years ago
  38. 8920f69 Add test for packets of max size by Manuel Pégourié-Gonnard · 11 years ago
  39. ee41503 Add tests for small packets by Manuel Pégourié-Gonnard · 11 years ago
  40. fab2a3c Fix port selection in ssl test scripts by Manuel Pégourié-Gonnard · 11 years ago
  41. 0c1ec47 Make ssl-opt.sh faster and more robust by Manuel Pégourié-Gonnard · 11 years ago
  42. bbcb1ce Revert "Avoid sleep 1 at server start in ssl-opt.sh" by Manuel Pégourié-Gonnard · 11 years ago
  43. 14c78c9 Merge more SSL tests and required ssl_server2 additions by Paul Bakker · 11 years ago
  44. 95c0a63 Add tests for ssl_get_bytes_avail() by Manuel Pégourié-Gonnard · 11 years ago
  45. 90805a8 Add test for ssl_set_ciphersuites_for_version() by Manuel Pégourié-Gonnard · 11 years ago
  46. 10c3c9f Add test for PSK without a key by Manuel Pégourié-Gonnard · 11 years ago
  47. a6781c9 Add tests for PSK callback by Manuel Pégourié-Gonnard · 11 years ago
  48. 0cc7e31 Add test for ssl_set_dh_param_ctx() by Manuel Pégourié-Gonnard · 11 years ago
  49. db2a6c1 Avoid sleep 1 at server start in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  50. 32f8f4d Catch SERVERQUIT timeout in ssl test scripts by Manuel Pégourié-Gonnard · 11 years ago
  51. bc3b16c Also use unique names for temp files by Manuel Pégourié-Gonnard · 11 years ago
  52. 8066b81 Pick a "unique" port in SSL test scripts by Manuel Pégourié-Gonnard · 11 years ago
  53. 1ebc0c5 Fix typos by Paul Bakker · 11 years ago
  54. 17cde5f Fix ssl-opt.sh for new ciphersuites order by Manuel Pégourié-Gonnard · 11 years ago
  55. 0408fd1 Add extendedKeyUsage checking in SSL modules by Manuel Pégourié-Gonnard · 11 years ago
  56. a9db85d Add tests for keyUsage with client auth by Manuel Pégourié-Gonnard · 11 years ago
  57. 7f2a07d Check keyUsage in SSL client and server by Manuel Pégourié-Gonnard · 11 years ago
  58. 17b85cb Merged additional tests and improved code coverage by Paul Bakker · 11 years ago
  59. 83d8c73 Disable ALPN by default by Manuel Pégourié-Gonnard · 11 years ago
  60. f6521de Add ALPN tests to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  61. 913030c Enable SSLv2 testing if OPENSSL_CMD is set by Manuel Pégourié-Gonnard · 11 years ago
  62. 00d538f Disable renegotiation by default in example cli/srv by Manuel Pégourié-Gonnard · 11 years ago
  63. 76b8ab7 ssl-opt.sh: address some robustness issues by Manuel Pégourié-Gonnard · 11 years ago
  64. e01af4c Tune compat.sh and ssl-opt.sh error reporting by Manuel Pégourié-Gonnard · 11 years ago
  65. 417d46c Add --filter, --exclude to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  66. 74faf3c Fix usage of environment variables for commands by Manuel Pégourié-Gonnard · 11 years ago
  67. 84fd687 Use ssl_client2 to terminate ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  68. ba0b844 compat.sh and ssl-opt.sh cosmetics by Manuel Pégourié-Gonnard · 11 years ago
  69. 3eec604 Add memcheck support to compat.sh by Manuel Pégourié-Gonnard · 11 years ago
  70. de515cc Add tests for client w/o certificate by Manuel Pégourié-Gonnard · 11 years ago
  71. f7a2690 Make the openssl command configurable in sh tests by Manuel Pégourié-Gonnard · 11 years ago
  72. 9dea8bd Minor compat.sh clean-up by Manuel Pégourié-Gonnard · 11 years ago
  73. c73339f Add a --memcheck option to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  74. a3d808e Add tests for version bounds by Manuel Pégourié-Gonnard · 11 years ago
  75. 0b6609b Add tests for non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  76. db735f6 Add tests for sess-id-based resume with OpenSSL by Manuel Pégourié-Gonnard · 11 years ago
  77. fccd325 Add tests for tickets with OpenSSL by Manuel Pégourié-Gonnard · 11 years ago
  78. 677884d Add a few checks in ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  79. a9062e9 shell scripts: clean up when exiting on signal by Manuel Pégourié-Gonnard · 11 years ago
  80. c1da664 Add test for SSLv2 ClientHello by Manuel Pégourié-Gonnard · 11 years ago
  81. 96ea2f2 Add tests for SNI by Manuel Pégourié-Gonnard · 11 years ago
  82. 4145b89 compat.sh cosmetics by Manuel Pégourié-Gonnard · 11 years ago
  83. 8520dac Add tests for auth_mode by Manuel Pégourié-Gonnard · 11 years ago
  84. 33a752e ssl-opt.sh: count and report failures by Manuel Pégourié-Gonnard · 11 years ago
  85. f8bdbb5 ssl-opt.sh: cosmetics by Manuel Pégourié-Gonnard · 11 years ago
  86. dbe1ee1 Add tests for session ticket lifetime by Manuel Pégourié-Gonnard · 11 years ago
  87. c55a5b7 Add tests for cache timeout by Manuel Pégourié-Gonnard · 11 years ago
  88. 4c88345 Add test for ssl_cache max_entries by Manuel Pégourié-Gonnard · 11 years ago
  89. 780d671 Add tests for renegotiation by Manuel Pégourié-Gonnard · 11 years ago
  90. de14378 Add tests for max fragment length extension by Manuel Pégourié-Gonnard · 11 years ago
  91. f7c5201 Add basic tests for session resumption by Manuel Pégourié-Gonnard · 11 years ago
  92. eaadc50 New ssl-opt.sh test script by Manuel Pégourié-Gonnard · 11 years ago