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