1. 50e7ea5 LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl by Anton Bikineev · 3 years, 2 months ago
  2. 18b6836 Update to draft-ietf-tls-esni-13. by David Benjamin · 3 years, 10 months ago
  3. a75027b Make ssl_parse_extensions a little easier to use. by David Benjamin · 3 years, 8 months ago
  4. ba423c9 Implement ClientHelloOuter handshakes. by David Benjamin · 3 years, 10 months ago
  5. fb4d257 Shift some complexity out of ssl_add_clienthello_tlsext. by David Benjamin · 3 years, 10 months ago
  6. 5acf9f4 Replace hs->needs_psk_binder with an output parameter. by David Benjamin · 3 years, 10 months ago
  7. 33e8c78 Initialize grease_seed on construction. by David Benjamin · 3 years, 11 months ago
  8. 3a036c7 Add SSL_ech_accepted API and ech_is_required alerts. by David Benjamin · 3 years, 10 months ago
  9. b587911 Remove the Channel ID callback. by David Benjamin · 3 years, 11 months ago
  10. 8acec00 Manage Channel ID handshake state better. by David Benjamin · 3 years, 11 months ago
  11. 9b2cdb7 Add SSL_can_release_private_key. by David Benjamin · 4 years ago
  12. b571e77 Add experimental handshake hints API. by David Benjamin · 4 years ago
  13. 00e434d Add ECH server (draft-ietf-tls-esni-09). by Daniel McArdle · 4 years, 1 month ago
  14. 9bcf307 Fix some unreachable code in the QUIC handshaker driver. by David Benjamin · 4 years ago
  15. c295935 Send ECH acceptance signal from backend server. by Dan McArdle · 4 years, 5 months ago
  16. 5351c8b Rename the master_key field in SSL_SESSION to secret. by David Benjamin · 4 years, 4 months ago
  17. c4ec14c Switch ssl_parse_extensions to bool and Span. by David Benjamin · 4 years, 6 months ago
  18. 5fa22ed Avoid relying on SSL_get_session's behavior during the handshake. by David Benjamin · 4 years, 9 months ago
  19. 44099d5 Tidy up transitions out of 0-RTT keys on the client. by David Benjamin · 5 years ago
  20. f9cc26f Require handshake flights end at record boundaries. by David Benjamin · 5 years ago
  21. f3c98ce Make TLS 1.3 split handshakes work with early data. by Matthew Braithwaite · 5 years ago
  22. ee0716f Defer early keys to QUIC clients to after certificate reverification. by David Benjamin · 5 years ago
  23. b11902a HelloRetryRequest getter by Kris Kwiatkowski · 6 years ago
  24. f492830 Fold SSL_want constants into SSL_get_error constants. by David Benjamin · 6 years ago
  25. e530ea3 Use spans for the various TLS 1.3 secrets. by David Benjamin · 6 years ago
  26. b244e3a Switch another low-level function to spans. by David Benjamin · 6 years ago
  27. 6477012 Add SSL_get_early_data_reason. by David Benjamin · 6 years ago
  28. 6c1b376 Implement server support for delegated credentials. by Christopher Patton · 7 years ago
  29. 3cbb029 Allow configuring QUIC method per-connection by Alessandro Ghedini · 6 years ago
  30. 6965d25 Work around a JDK 11 TLS 1.3 bug. by David Benjamin · 6 years ago
  31. c8e0f90 Add an interface for QUIC integration. by Steven Valdez · 7 years ago
  32. 8c7c635 Support symbol prefixes by Joshua Liebow-Feeser · 7 years ago
  33. 1c337e5 Option to reverify certs on resumption. by Jesse Selover · 7 years ago
  34. 0a3e07a Remove custom extensions support. by David Benjamin · 7 years ago
  35. 50596f8 Switch some easy SSL fields to UniquePtr. by David Benjamin · 7 years ago
  36. bfdd1a9 Give SSL_SESSION a destructor. by David Benjamin · 7 years ago
  37. 9bb15f5 Remove SSL 3.0 implementation. by David Benjamin · 7 years ago
  38. a307cb7 Preliminary support for compressed certificates. by Adam Langley · 7 years ago
  39. 911cc0a The legacy client OCSP callback should run without server OCSP. by David Benjamin · 7 years ago
  40. 103ed08 Implement legacy OCSP APIs for libssl. by David Benjamin · 7 years ago
  41. b7bc80a SSL_CONFIG: new struct for sheddable handshake configuration. by Matthew Braithwaite · 7 years ago
  42. 56986f9 Hand back ECDHE split handshakes after the first server message. by Matthew Braithwaite · 7 years ago
  43. 3fe8fa7 Add initial, experimental support for split handshakes. by Adam Langley · 7 years ago
  44. 5301c10 ssl_verify_peer_cert: implement |SSL_VERIFY_NONE| as advertised. by Matthew Braithwaite · 7 years ago
  45. a7bc944 Don't use the client_random entropy for GREASE. by David Benjamin · 7 years ago
  46. 964b237 Implement PR 1091 (TLS 1.3 draft '22'). by Steven Valdez · 7 years ago
  47. 32ce0ac Move init_buf and rwstate into SSL3_STATE. by David Benjamin · 7 years ago
  48. 8e7bbba Use more scopers. by David Benjamin · 7 years ago
  49. ea712e3 Make SSL3_BUFFER a proper C++ class. by David Benjamin · 7 years ago
  50. f6632da Make all read errors idempotent. by David Benjamin · 7 years ago
  51. d9229f9 Lift BIO above SSL_PROTOCOL_METHOD. by David Benjamin · 7 years ago
  52. 97250f4 Switch a bunch of things from int to bool. by David Benjamin · 7 years ago
  53. 75a1f23 Have a bit more fun with Span. by David Benjamin · 7 years ago
  54. 00f48c8 Rename and move a few more ssl3_ functions around. by David Benjamin · 7 years ago
  55. d1e3ce1 Rename ssl3_send_alert and ssl3_protocol_version. by David Benjamin · 7 years ago
  56. a84b6f2 Fix comment. by David Benjamin · 7 years ago
  57. e52f4c4 Replay the entire error queue on ssl_hs_error. by David Benjamin · 7 years ago
  58. b949355 Add bssl::Span<T>::subspan and use it. by David Benjamin · 8 years ago
  59. b1cf48e Store the peer_sigalgs as an Array. by David Benjamin · 8 years ago
  60. 879efc3 Switch more things to Array. by David Benjamin · 8 years ago
  61. 08f5c76 Convert more things to Array. by David Benjamin · 8 years ago
  62. cf0ce67 Use Span and Array for the curve list. by David Benjamin · 8 years ago
  63. 499742c Introduce bssl::Array<T> and use it in SSLKeyShare. by David Benjamin · 8 years ago
  64. b7e5b08 Remove some redundant OPENSSL_cleanses. by David Benjamin · 8 years ago
  65. 6dc892f Remove redundant calls to |OPENSSL_cleanse| and |OPENSSL_realloc_clean|. by Martin Kreichgauer · 8 years ago
  66. 74795b3 More miscellaneous bools. by David Benjamin · 8 years ago
  67. fd45ee7 Replace bits in SSL_HANDSHAKE with bool. by David Benjamin · 8 years ago
  68. d816874 Set SSL_in_init to false before new_session_cb. by Steven Valdez · 8 years ago
  69. 6abaa31 Remove unnecessary parameter. by David Benjamin · 8 years ago
  70. c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
  71. 4d71a9a Migrate TLS 1.2 and below state machines to the new style. by Steven Valdez · 8 years ago