1. 1682126 Add Experiment 2 by Steven Valdez · 8 years ago
  2. b0c761e Tolerate early ChangeCipherSpec in DTLS. by David Benjamin · 8 years ago
  3. 09ed119 Test that record-splitting splits records. by David Benjamin · 8 years ago
  4. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  5. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  6. a818134 Simplify ChangeCipherSpec code in runner. by David Benjamin · 8 years ago
  7. c94998a Revise version negotiation on the Go half. by Steven Valdez · 8 years ago
  8. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  9. bbba939 Acknowledge KeyUpdate messages. by David Benjamin · 8 years ago
  10. ebacdee Add SendServerHelloAsHelloRetryRequest test. by David Benjamin · 8 years ago
  11. 794cc59 Send half-RTT tickets when negotiating 0-RTT. by David Benjamin · 8 years ago
  12. 2d85062 Add Data-less Zero-RTT support. by Steven Valdez · 9 years ago
  13. 924a352 Remove experimental TLS 1.3 short record header extension. by Steven Valdez · 8 years ago
  14. ab20cec Read 0-RTT data in Bogo. by Nick Harper · 9 years ago
  15. f2511f1 Send 0-RTT data in bogo. by Nick Harper · 9 years ago
  16. 17b3083 Use a separate timeout scheme for TLS 1.3. by David Benjamin · 8 years ago
  17. 7cd0a97 Bogo: Send and receive 0.5-RTT data. by Nick Harper · 9 years ago
  18. 47383aa Skip over early data in bogo. by Nick Harper · 9 years ago
  19. e3fbb36 Test SSL_set_max_send_fragment. by David Benjamin · 9 years ago
  20. 9c33ae8 Fix TLS 1.3 NewSessionTicket processing. by David Benjamin · 9 years ago
  21. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 9 years ago
  22. 053fee9 Enforce the SSL 3.0 no_certificate alert in tests. by David Benjamin · 9 years ago
  23. 6f600d6 Add experimental TLS 1.3 short record header extension. by David Benjamin · 9 years ago
  24. a4ee74d Skipping early data on 0RTT rejection. by Steven Valdez · 9 years ago
  25. a833c35 Update to TLS 1.3 draft 18. by Steven Valdez · 9 years ago
  26. e6f2221 Enforce record-layer version numbers. by David Benjamin · 9 years ago
  27. c4aa727 Updating Key Schedule and KeyUpdate to draft 16. by Steven Valdez · 9 years ago
  28. 1286bee Test that unknown TLS 1.3 ticket extensions are tolerated. by David Benjamin · 9 years ago
  29. 1a5e8ec Apply GREASE to TLS 1.3 tickets. by David Benjamin · 9 years ago
  30. 5b98608 Updating NewSessionTicket message and updating PSK to Draft 15. by Steven Valdez · 9 years ago
  31. 7f0965a Check versions before trying to send KeyUpdate. by David Benjamin · 9 years ago
  32. 7a4aaa4 Fix TLS 1.3 fuzzer mode in Go. by David Benjamin · 9 years ago
  33. 639846e Add tests for trailing data in handshake messages. by David Benjamin · 9 years ago
  34. 0b3625b Add support for TLS 1.3 PSK resumption in Go. by Nick Harper · 9 years ago
  35. 1dc53d2 Adding handling for KeyUpdate post-handshake message. by Steven Valdez · 9 years ago
  36. 4792110 Forbid interleaving app data in a HelloRequest. by David Benjamin · 9 years ago
  37. 21c0028 Implement KeyUpdate in Go. by David Benjamin · 9 years ago
  38. d5a4ecb Support accepting TLS 1.3 tickets on the Go client. by David Benjamin · 9 years ago
  39. 5810488 Add support for sending TLS 1.3 tickets in Go. by David Benjamin · 9 years ago
  40. 12d2c48 Add a packed renegotiation test. by David Benjamin · 9 years ago
  41. 5440fe0 Adding HelloRetryRequest. by Steven Valdez · 9 years ago
  42. dcfbc67 Implement HelloRetryRequest in Go. by Nick Harper · 9 years ago
  43. 8d315d7 Remove enableTLS13Handshake. by David Benjamin · 9 years ago
  44. 0b8d5da Add much more aggressive WrongMessageType tests. by David Benjamin · 9 years ago
  45. 97a0a08 Implement exporters for TLS 1.3 in Go. by David Benjamin · 9 years ago
  46. 71dd666 Test that stray HelloRequests during the handshake are ignored. by David Benjamin · 9 years ago
  47. b41d2e4 Implement basic TLS 1.3 client handshake in Go. by Nick Harper · 9 years ago
  48. 582ba04 Add tests for packed handshake records in TLS. by David Benjamin · 9 years ago
  49. ff26f09 Fix c.in.decrypt error handling in runner. by David Benjamin · 9 years ago
  50. 24599a8 Rename EncryptedExtensions in Go in preparation for TLS 1.3. by David Benjamin · 9 years ago
  51. 60edffd Change SignatureAndHashAlgorithm to SignatureScheme in Go. by Nick Harper · 9 years ago
  52. c9ae27c Build up TLS 1.3 record-layer tests. by David Benjamin · 9 years ago
  53. bde0039 Stop messing with ssl->version before sending protocol_version. by David Benjamin · 9 years ago
  54. 1fd39d8 Add TLS 1.3 record layer to go implementation. by Nick Harper · 9 years ago
  55. 4d55961 Unflake Unclean-Shutdown-Alert on Windows. by David Benjamin · 9 years ago
  56. fa214e4 Tidy up shutdown state. by David Benjamin · 9 years ago
  57. 0d3a8c6 Don't allow alert records with multiple alerts. by David Benjamin · 9 years ago
  58. 0b7ca7d Add tests for doing client auth with no certificates. by David Benjamin · 9 years ago
  59. f2b8363 Fix the tests for the fuzzer mode. by David Benjamin · 9 years ago
  60. ef5dfd2 Add tests for malformed HelloRequests. by David Benjamin · 10 years ago
  61. 3e052de Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746. by David Benjamin · 10 years ago
  62. 27a0d08 Add ssl_renegotiate_ignore. by Adam Langley · 10 years ago
  63. 13e81fc Fix DTLS asynchronous write handling. by David Benjamin · 10 years ago
  64. dc7e9c4 Make the runner tests a go “test” by Adam Langley · 10 years ago
  65. 0d62f26 Adding more options for signing digest fallback. by Steven Valdez · 10 years ago
  66. af09675 Restore the NULL-SHA ciphersuite. (Alas.) by Matt Braithwaite · 10 years ago
  67. 4fac72e Add server-side support for Signed Certificate Timestamps. by Paul Lietar · 10 years ago
  68. 2c99d28 Fix buffer size computation. by David Benjamin · 10 years ago
  69. 30789da Add tests for bidirectional shutdown. by David Benjamin · 10 years ago
  70. 6ca9355 runner: check bounds on packets in skipPacket. by David Benjamin · 10 years ago
  71. 4cf369b Reject empty records of unexpected type. by David Benjamin · 10 years ago
  72. 8e6db49 Add more aggressive DTLS replay tests. by David Benjamin · 10 years ago
  73. 24f346d Limit the number of warning alerts silently consumed. by David Benjamin · 10 years ago
  74. a8ebe22 Add tests for empty record limit and make it work in the async case. by David Benjamin · 10 years ago
  75. af0e32c Add SSL_get_tls_unique. by Adam Langley · 10 years ago
  76. 9a41d1b Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. by David Benjamin · 10 years ago
  77. e9a80ff Add tests for CHACHA20_POLY1305 ciphers. by David Benjamin · 10 years ago
  78. c565ebb Add tests for SSL_export_keying_material. by David Benjamin · 10 years ago
  79. 340d5ed Test that warning alerts are ignored. by David Benjamin · 10 years ago
  80. 3fd1fbd Add test coverage for normal alert parsing. by David Benjamin · 10 years ago
  81. ddb9f15 Reject all invalid records. by David Benjamin · 10 years ago
  82. b3774b9 Add initial handshake reassembly tests. by David Benjamin · 10 years ago
  83. 83f9040 Add DTLS timeout and retransmit tests. by David Benjamin · 10 years ago
  84. d9b091b Revert "Drop retransmits in DTLS tests." by David Benjamin · 10 years ago
  85. c67a3ae Drop retransmits in DTLS tests. by David Benjamin · 11 years ago
  86. 1e29a6b Add assertions on the initial record version number. by David Benjamin · 11 years ago
  87. c44b1df Add test for renego client_version quirk. by David Benjamin · 11 years ago
  88. ca6c826 Add DTLS-SRTP tests. by David Benjamin · 11 years ago
  89. 4cd8c43 Remove support for processing fragmented alerts by Alex Chernyakhovsky · 11 years ago
  90. 5e961c1 Add DTLS replay tests. by David Benjamin · 11 years ago
  91. cf2d4f4 Test renegotiation with BoringSSL as the client. by Adam Langley · 11 years ago
  92. 2ae77d2 Test server-side renegotiation. by Adam Langley · 11 years ago
  93. 7571292 Extended master secret support. by Adam Langley · 11 years ago
  94. fc7b086 Test that ALPN is preferred over NPN. by David Benjamin · 11 years ago
  95. e58c4f5 Add a test to ensure False Start occurs. by David Benjamin · 11 years ago
  96. d30a990 Implement TLS Channel ID in runner.go by David Benjamin · 11 years ago
  97. 83c0bc9 Test-only DTLS implementation in runner.go. by David Benjamin · 11 years ago
  98. 9821454 Add tests for CVE-2014-3511. by David Benjamin · 11 years ago
  99. 43ec06f Test state machine asynchronous behavior. by David Benjamin · 11 years ago
  100. d86c767 Add a test to assert parsing V2ClientHellos works. by David Benjamin · 11 years ago