1. 1c58471 Add TLS 1.3 EXPORTER_SECRET to SSLKEYLOGFILE. by David Benjamin · 8 years ago
  2. a4bafd3 Add SSL_SESSION_{get,set}_protocol_version. by David Benjamin · 8 years ago
  3. b949355 Add bssl::Span<T>::subspan and use it. by David Benjamin · 8 years ago
  4. c7d4d21 Add experiment without client CCS and fix session ID bug. by Steven Valdez · 8 years ago
  5. c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
  6. ca9e8f5 Tidy up handshake digest logic. by David Benjamin · 8 years ago
  7. 7934f08 Replace init_msg/init_num with a get_message hook. by David Benjamin · 8 years ago
  8. 6dc8bf6 Convert SSL_TRANSCRIPT to C++. by David Benjamin · 8 years ago
  9. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  10. 1386aad Switch various things to scopers. by David Benjamin · 8 years ago
  11. cfc11c2 C++-ify SSL_AEAD_CTX. by David Benjamin · 8 years ago
  12. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  13. 81678aa Switch t1_lib, tls_record, and tls13_both to C++. by David Benjamin · 8 years ago[Renamed from ssl/tls13_enc.c]
  14. 8f36c51 Revise version negotiation logic on the C side. by Steven Valdez · 8 years ago
  15. 2f3404b Enforce incrementing counter for TLS 1.2 AES-GCM. by Steven Valdez · 8 years ago
  16. 794cc59 Send half-RTT tickets when negotiating 0-RTT. by David Benjamin · 8 years ago
  17. 2d85062 Add Data-less Zero-RTT support. by Steven Valdez · 9 years ago
  18. 45738dd Move new_cipher and new_session to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  19. 908ac19 Moving transcript and PRF functions to SSL_TRANSCRIPT. by Steven Valdez · 9 years ago
  20. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 9 years ago
  21. 4cb8494 Splitting handshake traffic derivation from key change. by Steven Valdez · 9 years ago
  22. 6e4fc33 Pass explicit hs parameters to tls13_*.c. by David Benjamin · 9 years ago
  23. 3d622e5 Add missing bounds check in tls13_derive_resumption_secret. by David Benjamin · 9 years ago
  24. 32b47a5 Allow PSK binder mismatches in fuzzer mode. by David Benjamin · 9 years ago
  25. a833c35 Update to TLS 1.3 draft 18. by Steven Valdez · 9 years ago
  26. 4b0d0e4 Validate input iv/mac sizes in SSL_AEAD_CTX_new. by David Benjamin · 9 years ago
  27. c4aa727 Updating Key Schedule and KeyUpdate to draft 16. by Steven Valdez · 9 years ago
  28. 0fb46d4 const-correct a variable. by David Benjamin · 9 years ago
  29. 4aa154e Adding code to send session as PSK Identity. by Steven Valdez · 9 years ago
  30. 1dc53d2 Adding handling for KeyUpdate post-handshake message. by Steven Valdez · 9 years ago
  31. 87eab49 Splitting SSL session state. by Steven Valdez · 9 years ago
  32. e776cc2 Implement SSLKEYLOGFILE support for TLS 1.3. by David Benjamin · 9 years ago
  33. 143e8b3 Add TLS 1.3 1-RTT. by Steven Valdez · 9 years ago