1. 11c67ee HelloRetryRequest updates for draft-19 by Matt Caswell · 8 years ago
  2. e984b53 Update the TLSv1.3 version indicator for draft-19 by Matt Caswell · 8 years ago
  3. db0e0ab Fix a hang in tests that use sessionfile by Matt Caswell · 8 years ago
  4. 717afd9 Add a test to check that if a PSK extension is not last then we fail by Matt Caswell · 8 years ago
  5. ee70022 Add a test for TLSv1.3 cookies by Matt Caswell · 8 years ago
  6. 0adb641 Update TLSProxy to know about HelloRetryRequest messages by Matt Caswell · 8 years ago
  7. 38f5c30 Update the key_share tests for HelloRetryRequest by Matt Caswell · 8 years ago
  8. 1c361b4 Add a capability for TLSProxy to wait for a session before killing s_client by Matt Caswell · 8 years ago
  9. b2f7e8c Add support for the psk_key_exchange_modes extension by Matt Caswell · 8 years ago
  10. 57a1920 Check the exit code from the server process by Bernd Edlinger · 8 years ago
  11. 357d096 Teach TLSProxy how to re-encrypt a TLSv1.3 message after changes by Matt Caswell · 8 years ago
  12. 79d8c16 Extend ServerKeyExchange parsing to work with a signature by Matt Caswell · 8 years ago
  13. adb403d Teach TLSProxy about the CertificateVerify message by Matt Caswell · 8 years ago
  14. e96e0f8 Create Certificate messages in TLS1.3 format by Matt Caswell · 8 years ago
  15. 397f4f7 Add a test to check the EC point formats extension appears when we expect by Matt Caswell · 8 years ago
  16. 9615387 Fix various indentation by Matt Caswell · 8 years ago
  17. a1448c2 Remove some spurious whitespace by Matt Caswell · 8 years ago
  18. d70bde8 Fix a bug in TLSProxy where zero length messages were not being recorded by Matt Caswell · 8 years ago
  19. efab158 Support renegotiation in TLSProxy by Matt Caswell · 8 years ago
  20. 9ce3ed2 Add tests for new extension code by Matt Caswell · 8 years ago
  21. 70af3d8 Avoid repeatedly scanning the list of extensions by Matt Caswell · 8 years ago
  22. e46f233 Add EncryptedExtensions message by Matt Caswell · 8 years ago
  23. 71728dd Send and Receive a TLSv1.3 format ServerHello by Matt Caswell · 8 years ago
  24. b4c6e37 Add more TLS1.3 record tests by Matt Caswell · 8 years ago
  25. e60ce9c Update the record layer to use TLSv1.3 style record construction by Matt Caswell · 8 years ago
  26. bebc0c7 Use the TLSv1.3 nonce construction by Matt Caswell · 8 years ago
  27. 20b65c7 Fix some TLSProxy warnings by Matt Caswell · 8 years ago
  28. 9970290 Fix the tests following the state machine changes for TLSv1.3 by Matt Caswell · 8 years ago
  29. 5a8e54d Add some tests for the key_share extension by Matt Caswell · 8 years ago
  30. 203b1cd Add a test for the supported_versions extension by Matt Caswell · 8 years ago
  31. cd99883 Add server side support for supported_versions extension by Matt Caswell · 8 years ago
  32. 8e47ee1 Add a test for the wrong version number in a record by Matt Caswell · 8 years ago
  33. 1f3e70a Add a test for unrecognised record types by Matt Caswell · 8 years ago
  34. 837e591 Enable TLSProxy to talk TLS1.3 by Matt Caswell · 8 years ago
  35. 582a17d Add the SSL_METHOD for TLSv1.3 and all other base changes required by Matt Caswell · 8 years ago
  36. 8523288 Test CBC mode padding. by David Benjamin · 9 years ago
  37. a2a0c86 Add some SSLv2 ClientHello tests by Matt Caswell · 9 years ago
  38. c3fd55d Add a test for fragmented alerts by Matt Caswell · 9 years ago
  39. b02b574 Skip the TLSProxy tests if environmental problems are an issue by Matt Caswell · 9 years ago
  40. 6ae5452 Workaround an IO::Socket::IP bug by Matt Caswell · 9 years ago
  41. 7ad5fb6 Fix TLSProxy race by adding missing eval by Viktor Dukhovni · 9 years ago
  42. ac3d0e1 Copyright consolidation; .pm and Configure by Rich Salz · 9 years ago
  43. 5427976 Fix a TLSProxy race condition by Matt Caswell · 9 years ago
  44. 180df31 Don't use 'parent' in util/dofile.pl by Richard Levitte · 9 years ago
  45. dca97e9 Work-around for proxy->s_server retry logic by Viktor Dukhovni · 9 years ago
  46. aa474d1 TLS: reject duplicate extensions by Emilia Kasper · 9 years ago
  47. f9c693d Be more verbose when debugging is on by Richard Levitte · 9 years ago
  48. 98ac876 Prefer IO::Socket::INET6 over IO::Socket::IP by Richard Levitte · 9 years ago
  49. cc5a9ba Restore -no_comp switch for backwards compatible behaviour by Viktor Dukhovni · 9 years ago
  50. 4c35c93 Handle localhost being either 127.0.0.1 or ::1 by Viktor Dukhovni · 9 years ago
  51. b7d53d4 Refactoring BIO: small test correction by Richard Levitte · 9 years ago
  52. 72b65aa Refactoring BIO: add a simple networking test of s_client and s_server by Richard Levitte · 9 years ago
  53. dc5744c RT3234: disable compression by Emilia Kasper · 9 years ago
  54. 0d0769a Prefer ReuseAddr over Reuse, with IO::Socket::INET by Richard Levitte · 9 years ago
  55. ef96e4a Add test for missing CertificateStatus message by Matt Caswell · 9 years ago
  56. b3fce9c Add extms extension by Dr. Stephen Henson · 9 years ago
  57. 040c878 TLSProxy update by Dr. Stephen Henson · 9 years ago
  58. cf7f859 Empty NewSessionTicket: test session resumption by Emilia Kasper · 10 years ago
  59. 7f6d90a Empty session ticket: add a test by Emilia Kasper · 10 years ago
  60. 50db968 Fix some test failures when Configured with zlib by Matt Caswell · 10 years ago
  61. ddcc5e5 Add NewSessionTicket test suite by Matt Caswell · 10 years ago
  62. 8af538e Fix TLSProxy end of test detection by Matt Caswell · 10 years ago
  63. 00bf500 for test_sslvertol, add a value to display SSL version < 3 in debug by Richard Levitte · 10 years ago
  64. 4deefd6 Fixups in libssl test harness by Richard Levitte · 10 years ago
  65. c0cbb4c Use dynamic engine for libssl test harness by Richard Levitte · 10 years ago
  66. a1accbb Extend TLSProxy capabilities by Matt Caswell · 10 years ago
  67. 631c120 Add a libssl test harness by Matt Caswell · 10 years ago