1. bbba939 Acknowledge KeyUpdate messages. by David Benjamin · 8 years ago
  2. a232a71 Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. by David Benjamin · 8 years ago
  3. 681eb6a Adding support for receiving early data on the server. by Steven Valdez · 8 years ago
  4. 794cc59 Send half-RTT tickets when negotiating 0-RTT. by David Benjamin · 8 years ago
  5. 2d85062 Add Data-less Zero-RTT support. by Steven Valdez · 8 years ago
  6. 707af29 Support asynchronous ticket decryption with TLS 1.3. by David Benjamin · 8 years ago
  7. ab1d28e Trim x509.h includes. by David Benjamin · 8 years ago
  8. 2a3b343 Move X509-related verification code into ssl_x509.c. by Adam Langley · 8 years ago
  9. 45738dd Move new_cipher and new_session to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  10. 83a3212 Move SCT lists and OCSP responses to CERT. by David Benjamin · 8 years ago
  11. 46db7af Remove |X509| things from SSL_SESSION. by Adam Langley · 8 years ago
  12. 908ac19 Moving transcript and PRF functions to SSL_TRANSCRIPT. by Steven Valdez · 8 years ago
  13. c68e5b9 Establish that the default value of an out-arg for alerts is SSL_AD_DECODE_ERROR. by Adam Langley · 8 years ago
  14. 8df6766 Support setting per-connection SCT list by Alessandro Ghedini · 8 years ago
  15. f71036e Remove ssl_hash_message_t from ssl_get_message. by David Benjamin · 8 years ago
  16. 276b7e8 Move optional message type checks out of ssl_get_message. by David Benjamin · 8 years ago
  17. 3a2b47a Don't use |X509| objects in |CERT|, by default. by Adam Langley · 8 years ago
  18. 0f24bed Rename tls13_prepare_* to tls13_add_*. by David Benjamin · 8 years ago
  19. 25ac251 Remove write_message from TLS 1.3 handshakes. by David Benjamin · 8 years ago
  20. daf207a Don't use the buffer BIO in TLS. by David Benjamin · 8 years ago
  21. 8d5f9da Abstract away BIO_flush calls in the handshake. by David Benjamin · 8 years ago
  22. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 8 years ago
  23. a4b9198 Make TLS 1.3 check ECDSA KeyUsage and add test. by Adam Langley · 8 years ago
  24. 0c29425 Don't use |X509_get_pubkey| in TLS 1.3 code either. by Adam Langley · 8 years ago
  25. f1050fd Preserve the peer signature algorithm across resumes. by David Benjamin · 8 years ago
  26. d519bf6 Add |SSL_CTX_set0_buffer_pool|. by Adam Langley · 8 years ago
  27. 68e7124 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  28. 364f7a6 Push the difference in chain semantics to the edge. by Adam Langley · 8 years ago
  29. c0fc7a1 Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well." by Adam Langley · 8 years ago
  30. 5a6e616 Add |SSL_CTX_set0_buffer_pool|. by Adam Langley · 8 years ago
  31. e850909 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  32. 559f064 Support setting per-connection OCSP staple by Alessandro Ghedini · 8 years ago
  33. f3c8f8d Pass explicit parameters elsewhere. by David Benjamin · 8 years ago
  34. 6e4fc33 Pass explicit hs parameters to tls13_*.c. by David Benjamin · 8 years ago
  35. c3c8882 Match state machine functions with new calling convention. by David Benjamin · 8 years ago
  36. ce8c9d2 Maintain SSL_HANDSHAKE lifetime outside of handshake_func. by David Benjamin · 8 years ago
  37. 6f5f49f Flush TLS 1.3 certificate extensions. by Adam Langley · 8 years ago
  38. cfa08c3 Enforce basic sanity of SCT lists. by Adam Langley · 8 years ago
  39. bbaf367 Add |SSL_set_retain_only_sha256_of_client_certs|. by David Benjamin · 8 years ago
  40. ffb1107 Add a helper function for parsing extensions blocks. by David Benjamin · 8 years ago
  41. a833c35 Update to TLS 1.3 draft 18. by Steven Valdez · 8 years ago
  42. 5eead16 Splitting finish_message to finish_message/queue_message. by Steven Valdez · 8 years ago
  43. c5ac2b6 Rename X.509 members in |SSL_SESSION| and |CERT|. by Adam Langley · 8 years ago
  44. 60a85cb Implement ChannelID for TLS 1.3. by Nick Harper · 9 years ago
  45. c4aa727 Updating Key Schedule and KeyUpdate to draft 16. by Steven Valdez · 8 years ago
  46. 1db9e1b Add the certificate_required alert. by David Benjamin · 8 years ago
  47. 04aa694 Implement BORINGSSL_UNSAFE_FUZZER_MODE for TLS 1.3. by David Benjamin · 9 years ago
  48. 7aa31d6 Remove ssl->verify_result. by David Benjamin · 9 years ago
  49. 32635b8 Add limit for consecutive KeyUpdate messages. by Steven Valdez · 9 years ago
  50. dd634eb s/nginx/NGINX/ by David Benjamin · 9 years ago
  51. 3764683 Have |SSL_get_verify_result| return |X509_V_OK| when no client certificate is given. by Adam Langley · 9 years ago
  52. 867bcba Move ssl_handshake_new, etc., into s3_both.c. by David Benjamin · 9 years ago
  53. 8a8349b Request contexts are now illegal during the handshake. by David Benjamin · 9 years ago
  54. 96a16cd Finish aligning up_ref functions with OpenSSL 1.1.0. by David Benjamin · 9 years ago
  55. 4087df9 Move more side-specific code out of tls13_process_certificate. by David Benjamin · 9 years ago
  56. e455e51 Push some duplicated code into ssl_verify_cert_chain. by David Benjamin · 9 years ago
  57. 1e6f11a Adding NewSessionTicket. by Steven Valdez · 9 years ago
  58. da2630c Remove redundant SSL_VERIFY_PEER check. by David Benjamin · 9 years ago
  59. 3ce4389 Move some client/server special-cases out of tls13_process_certificate. by David Benjamin · 9 years ago
  60. 1dc53d2 Adding handling for KeyUpdate post-handshake message. by Steven Valdez · 9 years ago
  61. 8e1c7be Adding Post-Handshake message handling. by Steven Valdez · 9 years ago
  62. 87eab49 Splitting SSL session state. by Steven Valdez · 9 years ago
  63. 613fe3b Call expect_flight and received_flight in the 1.3 logic. by David Benjamin · 9 years ago
  64. 5440fe0 Adding HelloRetryRequest. by Steven Valdez · 9 years ago
  65. f2401eb Add a ssl_hs_flush_and_read_message wait mode. by David Benjamin · 9 years ago
  66. 143e8b3 Add TLS 1.3 1-RTT. by Steven Valdez · 9 years ago