1. e850909 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  2. 559f064 Support setting per-connection OCSP staple by Alessandro Ghedini · 8 years ago
  3. f3c8f8d Pass explicit parameters elsewhere. by David Benjamin · 8 years ago
  4. 6e4fc33 Pass explicit hs parameters to tls13_*.c. by David Benjamin · 8 years ago
  5. c3c8882 Match state machine functions with new calling convention. by David Benjamin · 8 years ago
  6. ce8c9d2 Maintain SSL_HANDSHAKE lifetime outside of handshake_func. by David Benjamin · 8 years ago
  7. 6f5f49f Flush TLS 1.3 certificate extensions. by Adam Langley · 8 years ago
  8. cfa08c3 Enforce basic sanity of SCT lists. by Adam Langley · 8 years ago
  9. bbaf367 Add |SSL_set_retain_only_sha256_of_client_certs|. by David Benjamin · 8 years ago
  10. ffb1107 Add a helper function for parsing extensions blocks. by David Benjamin · 8 years ago
  11. a833c35 Update to TLS 1.3 draft 18. by Steven Valdez · 8 years ago
  12. 5eead16 Splitting finish_message to finish_message/queue_message. by Steven Valdez · 8 years ago
  13. c5ac2b6 Rename X.509 members in |SSL_SESSION| and |CERT|. by Adam Langley · 8 years ago
  14. 60a85cb Implement ChannelID for TLS 1.3. by Nick Harper · 9 years ago
  15. c4aa727 Updating Key Schedule and KeyUpdate to draft 16. by Steven Valdez · 8 years ago
  16. 1db9e1b Add the certificate_required alert. by David Benjamin · 8 years ago
  17. 04aa694 Implement BORINGSSL_UNSAFE_FUZZER_MODE for TLS 1.3. by David Benjamin · 9 years ago
  18. 7aa31d6 Remove ssl->verify_result. by David Benjamin · 9 years ago
  19. 32635b8 Add limit for consecutive KeyUpdate messages. by Steven Valdez · 9 years ago
  20. dd634eb s/nginx/NGINX/ by David Benjamin · 9 years ago
  21. 3764683 Have |SSL_get_verify_result| return |X509_V_OK| when no client certificate is given. by Adam Langley · 9 years ago
  22. 867bcba Move ssl_handshake_new, etc., into s3_both.c. by David Benjamin · 9 years ago
  23. 8a8349b Request contexts are now illegal during the handshake. by David Benjamin · 9 years ago
  24. 96a16cd Finish aligning up_ref functions with OpenSSL 1.1.0. by David Benjamin · 9 years ago
  25. 4087df9 Move more side-specific code out of tls13_process_certificate. by David Benjamin · 9 years ago
  26. e455e51 Push some duplicated code into ssl_verify_cert_chain. by David Benjamin · 9 years ago
  27. 1e6f11a Adding NewSessionTicket. by Steven Valdez · 9 years ago
  28. da2630c Remove redundant SSL_VERIFY_PEER check. by David Benjamin · 9 years ago
  29. 3ce4389 Move some client/server special-cases out of tls13_process_certificate. by David Benjamin · 9 years ago
  30. 1dc53d2 Adding handling for KeyUpdate post-handshake message. by Steven Valdez · 9 years ago
  31. 8e1c7be Adding Post-Handshake message handling. by Steven Valdez · 9 years ago
  32. 87eab49 Splitting SSL session state. by Steven Valdez · 9 years ago
  33. 613fe3b Call expect_flight and received_flight in the 1.3 logic. by David Benjamin · 9 years ago
  34. 5440fe0 Adding HelloRetryRequest. by Steven Valdez · 9 years ago
  35. f2401eb Add a ssl_hs_flush_and_read_message wait mode. by David Benjamin · 9 years ago
  36. 143e8b3 Add TLS 1.3 1-RTT. by Steven Valdez · 9 years ago