1. 3cbb029 Allow configuring QUIC method per-connection by Alessandro Ghedini · 6 years ago
  2. b84674b Delete the variants/draft code. by Steven Valdez · 7 years ago
  3. 6965d25 Work around a JDK 11 TLS 1.3 bug. by David Benjamin · 6 years ago
  4. c8e0f90 Add an interface for QUIC integration. by Steven Valdez · 7 years ago
  5. 8c7c635 Support symbol prefixes by Joshua Liebow-Feeser · 7 years ago
  6. 6855e0a Switch the default TLS 1.3 variant to tls13_rfc. by David Benjamin · 7 years ago
  7. d451453 Implement final TLS 1.3 RFC!!! by Steven Valdez · 7 years ago
  8. c59b9aa Remove more remnants of SSLv3. by David Benjamin · 7 years ago
  9. 9bb15f5 Remove SSL 3.0 implementation. by David Benjamin · 7 years ago
  10. fec83fc Order draft-28 over draft-23. by David Benjamin · 7 years ago
  11. 56c4ed9 Allow enabling all TLS 1.3 variants by setting |tls13_default|. by Steven Valdez · 7 years ago
  12. 0e9e0ba SSL_apply_handback: check that SSL version is valid. by Matthew Braithwaite · 7 years ago
  13. b7bc80a SSL_CONFIG: new struct for sheddable handshake configuration. by Matthew Braithwaite · 7 years ago
  14. 861f384 Implement TLS 1.3 draft28. by Steven Valdez · 7 years ago
  15. 7e5dd25 Remove draft22 and experiment2. by Steven Valdez · 7 years ago
  16. 74666da Update key share extension number for draft23. by Steven Valdez · 7 years ago
  17. 64cc121 Remove deprecated TLS 1.3 variants. by Steven Valdez · 7 years ago
  18. f98b582 Fix tls13_variant check to check max_version. by Steven Valdez · 7 years ago
  19. ba8f186 Disable 'draft 22' by default. by Steven Valdez · 7 years ago
  20. 964b237 Implement PR 1091 (TLS 1.3 draft '22'). by Steven Valdez · 7 years ago
  21. cd8470f Adding support for draft 21 as a TLS 1.3 variant. by Steven Valdez · 7 years ago
  22. d1e3ce1 Rename ssl3_send_alert and ssl3_protocol_version. by David Benjamin · 7 years ago
  23. a4bafd3 Add SSL_SESSION_{get,set}_protocol_version. by David Benjamin · 8 years ago
  24. 4c7f5fa Remove old TLS 1.3 variants (NoSessionID and RecordType). by Steven Valdez · 8 years ago
  25. ed9aed1 int to bool in ssl_versions.cc. by David Benjamin · 8 years ago
  26. c7d4d21 Add experiment without client CCS and fix session ID bug. by Steven Valdez · 8 years ago
  27. 1682126 Add Experiment 2 by Steven Valdez · 8 years ago
  28. c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
  29. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  30. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  31. 0e4a448 Add ClientHello no_session_id variant. by Steven Valdez · 8 years ago
  32. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  33. 0238d8f Switch more files to C++. by David Benjamin · 8 years ago[Renamed from ssl/ssl_versions.c]
  34. 52586f9 Adding TLS 1.3 variant to SSL*. by Steven Valdez · 8 years ago
  35. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  36. d9cbb53 Fix SSL_version on 0-RTT. by David Benjamin · 8 years ago
  37. 353577c Fix SSL_set_{min,max}_proto_version APIs in invalid versions. by David Benjamin · 8 years ago
  38. 8f36c51 Revise version negotiation logic on the C side. by Steven Valdez · 8 years ago