1. c3b373b Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS. by David Benjamin · 3 years, 10 months ago
  2. 26f186b Implement a handshake hint for certificate compression. by David Benjamin · 3 years, 10 months ago
  3. 3a036c7 Add SSL_ech_accepted API and ech_is_required alerts. by David Benjamin · 3 years, 10 months ago
  4. 8acec00 Manage Channel ID handshake state better. by David Benjamin · 3 years, 11 months ago
  5. d89ec68 Remove draft tokbind implementation. by David Benjamin · 3 years, 11 months ago
  6. b571e77 Add experimental handshake hints API. by David Benjamin · 4 years ago
  7. 00e434d Add ECH server (draft-ietf-tls-esni-09). by Daniel McArdle · 4 years, 1 month ago
  8. 51607f1 Implement draft-vvv-tls-alps-01. by Steven Valdez · 4 years, 8 months ago
  9. 5fa22ed Avoid relying on SSL_get_session's behavior during the handshake. by David Benjamin · 4 years, 9 months ago
  10. 754d4c9 Fix client handling of 0-RTT rejects with cipher mismatch. by David Benjamin · 5 years ago
  11. 0c30649 Clean up TLS 1.3 handback logic. by David Benjamin · 5 years ago
  12. 8f299d5 SSL_apply_handback: don't choke on trailing data. by Matthew Braithwaite · 5 years ago
  13. fbea9de Check enum values in handoff. by Adam Langley · 5 years ago
  14. 9e23361 handoff: set |enable_early_data| as part of handback. by Matthew Braithwaite · 5 years ago
  15. f3c98ce Make TLS 1.3 split handshakes work with early data. by Matthew Braithwaite · 5 years ago
  16. cc0c286 TLS 1.3 split handshake initial support. by Matthew Braithwaite · 5 years ago
  17. f492830 Fold SSL_want constants into SSL_get_error constants. by David Benjamin · 6 years ago
  18. 6477012 Add SSL_get_early_data_reason. by David Benjamin · 6 years ago
  19. c9827e0 Output a ClientHello during handoff. by Adam Langley · 6 years ago
  20. 7b93593 Add initial HRSS support. by Adam Langley · 6 years ago
  21. c65eb2c Serialize SSL curve list in handoff and check it on application. by Matthew Braithwaite · 6 years ago
  22. d2ed382 Serialize SSL configuration in handoff and check it on application. by Matthew Braithwaite · 7 years ago
  23. 8c7c635 Support symbol prefixes by Joshua Liebow-Feeser · 7 years ago
  24. 4685376 Remove other unnecessary tlsext_ prefixes. by David Benjamin · 7 years ago
  25. 50596f8 Switch some easy SSL fields to UniquePtr. by David Benjamin · 7 years ago
  26. 9bb15f5 Remove SSL 3.0 implementation. by David Benjamin · 7 years ago
  27. 3e2b3ee Hand back in-progress handshakes after a session resumption. by Matthew Braithwaite · 7 years ago
  28. 9fdf7cb SSL_apply_handback: check session is where it's expected to be. by Matthew Braithwaite · 7 years ago
  29. 0e9e0ba SSL_apply_handback: check that SSL version is valid. by Matthew Braithwaite · 7 years ago
  30. b7bc80a SSL_CONFIG: new struct for sheddable handshake configuration. by Matthew Braithwaite · 7 years ago
  31. 9f0e7cb Move TB state to ssl->s3. by David Benjamin · 7 years ago
  32. c5154f7 SSL_serialize_handoff: serialize fewer things. by Matthew Braithwaite · 7 years ago
  33. 868ec73 SSL_apply_handback: check that |max_send_fragment| is nonzero. by Matthew Braithwaite · 7 years ago
  34. 56986f9 Hand back ECDHE split handshakes after the first server message. by Matthew Braithwaite · 7 years ago
  35. 3fe8fa7 Add initial, experimental support for split handshakes. by Adam Langley · 7 years ago