1. fd45ee7 Replace bits in SSL_HANDSHAKE with bool. by David Benjamin · 8 years ago
  2. c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
  3. 398085b Simplify states with hs_wait_t returns. by Steven Valdez · 8 years ago
  4. 4d71a9a Migrate TLS 1.2 and below state machines to the new style. by Steven Valdez · 8 years ago
  5. 8fc2dc0 Put SCTs and OCSP responses in CRYPTO_BUFFERs. by David Benjamin · 8 years ago
  6. 72912d2 Rotate the default ticket encryption key. by Martin Kreichgauer · 8 years ago
  7. ca9e8f5 Tidy up handshake digest logic. by David Benjamin · 8 years ago
  8. 27e377e Fix miscellaneous clang-tidy warnings. by David Benjamin · 8 years ago
  9. 37af90f Convert a few more scopers. by David Benjamin · 8 years ago
  10. 31b0c9b Add a bunch of scopers. by David Benjamin · 8 years ago
  11. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  12. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  13. 0238d8f Switch more files to C++. by David Benjamin · 8 years ago[Renamed (95%) from ssl/ssl_session.c]
  14. a6bae93 Never set not_resumable on an immutable session. by David Benjamin · 8 years ago
  15. 8f36c51 Revise version negotiation logic on the C side. by Steven Valdez · 8 years ago
  16. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  17. d94682d Remove ex_data's dup hook. by David Benjamin · 8 years ago
  18. 4c341d0 Support asynchronous ticket decryption with TLS 1.0–1.2. by Adam Langley · 8 years ago
  19. be49706 Rename initial_ctx to session_ctx. by David Benjamin · 8 years ago
  20. ad8f5e1 Don't use long for timestamps. by David Benjamin · 8 years ago
  21. 45738dd Move new_cipher and new_session to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  22. 5960a90 Move sid_ctx from SSL/SSL_CTX to CERT. by David Benjamin · 8 years ago
  23. 27a9e6a Adding ALPN to session. by Steven Valdez · 8 years ago
  24. 9e766d7 Unexport the handshake's internal state. by David Benjamin · 8 years ago
  25. 46db7af Remove |X509| things from SSL_SESSION. by Adam Langley · 8 years ago
  26. 908ac19 Moving transcript and PRF functions to SSL_TRANSCRIPT. by Steven Valdez · 9 years ago
  27. 33fe4a0 Remove support for setting per-connection default session timeout by Alessandro Ghedini · 8 years ago
  28. 2f82a0e Don't stash tlsext_hostname in ssl_get_new_session. by Steven Valdez · 8 years ago
  29. 17b3083 Use a separate timeout scheme for TLS 1.3. by David Benjamin · 8 years ago
  30. 0b1bb12 Push the SSL_CTX session_timeout zero logic up. by David Benjamin · 8 years ago
  31. b5c58db TLS 1.3 sessions should not be added to the server session cache. by David Benjamin · 8 years ago
  32. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 9 years ago
  33. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 9 years ago
  34. f1050fd Preserve the peer signature algorithm across resumes. by David Benjamin · 9 years ago
  35. 4882a6c Replace key_exchange_info with group_id. by David Benjamin · 9 years ago
  36. 68e7124 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 9 years ago
  37. 364f7a6 Push the difference in chain semantics to the edge. by Adam Langley · 9 years ago
  38. cb0c29f Move state and next_state to SSL_HANDSHAKE. by David Benjamin · 9 years ago
  39. 5edfc8c Emulate the client_cert_cb with cert_cb. by David Benjamin · 9 years ago
  40. 5888946 Remove SSL_CTX_get_client_cert_cb. by David Benjamin · 9 years ago
  41. c0fc7a1 Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well." by Adam Langley · 9 years ago
  42. e850909 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 9 years ago
  43. 30c4c30 Revise some integer sizes. by David Benjamin · 9 years ago
  44. 731058e Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO. by David Benjamin · 9 years ago
  45. f3c8f8d Pass explicit parameters elsewhere. by David Benjamin · 9 years ago
  46. bf48364 Support setting per-connection default session lifetime value by Alessandro Ghedini · 9 years ago
  47. bbaf367 Add |SSL_set_retain_only_sha256_of_client_certs|. by David Benjamin · 9 years ago
  48. f01f42a Negotiate ciphers before resumption. by David Benjamin · 9 years ago
  49. 4eb95cc Parse ClientHello extensions before deciding on resumption. by David Benjamin · 9 years ago
  50. 75f9914 Align TLS 1.2 and 1.3 server session validity checks. by David Benjamin · 9 years ago
  51. 78476f6 Move tlsext_ticket_expected to SSL_HANDSHAKE. by David Benjamin · 9 years ago
  52. c5ac2b6 Rename X.509 members in |SSL_SESSION| and |CERT|. by Adam Langley · 9 years ago
  53. 123db57 Measure session->timeout from ticket issuance. by David Benjamin · 9 years ago
  54. 8e816eb Treat sessions as expired on the boundary second. by David Benjamin · 9 years ago
  55. 1b22f85 Reject tickets from the future. by David Benjamin · 9 years ago
  56. 5b98608 Updating NewSessionTicket message and updating PSK to Draft 15. by Steven Valdez · 9 years ago
  57. fbc45d7 No-op ticket encryption in fuzzer mode. by David Benjamin · 9 years ago
  58. 01a9057 Fix remaining non-determinism in fuzzer transcripts. by David Benjamin · 9 years ago
  59. 4d0be24 Only allow SSL_set_session before the handshake. by David Benjamin · 9 years ago
  60. 81f4335 Don't crash when a session callback returns NULL. by Adam Langley · 9 years ago
  61. 29e5cf7 Remove SSL_SESSION_get_key_exchange_info. by David Benjamin · 9 years ago
  62. 7aa31d6 Remove ssl->verify_result. by David Benjamin · 9 years ago
  63. 4aa154e Adding code to send session as PSK Identity. by Steven Valdez · 9 years ago
  64. 96a16cd Finish aligning up_ref functions with OpenSSL 1.1.0. by David Benjamin · 9 years ago
  65. baafa4a Undo rename of tlsext_tick_lifetime_hint. by Martin Kreichgauer · 9 years ago
  66. b919540 Align SSL_SESSION_up_ref with OpenSSL. by David Benjamin · 9 years ago
  67. 56d280d Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check. by David Benjamin · 9 years ago
  68. 721e8b7 Test that servers enforce session timeouts. by David Benjamin · 9 years ago
  69. 33dad1b Stop pretending to ssl_clear_bad_session. by David Benjamin · 9 years ago
  70. 1e6f11a Adding NewSessionTicket. by Steven Valdez · 9 years ago
  71. d4aae0f Minor typo fixes. by Adam Langley · 9 years ago
  72. 9498e74 Don't have the default value of |verify_result| be X509_V_OK. by Adam Langley · 9 years ago
  73. 87eab49 Splitting SSL session state. by Steven Valdez · 9 years ago
  74. 29270de Split unlock functions into read/write variants. by David Benjamin · 9 years ago
  75. fa214e4 Tidy up shutdown state. by David Benjamin · 9 years ago
  76. 818aff0 Add SSL_SESSION_get_master_key. by David Benjamin · 9 years ago
  77. 51545ce Remove a number of unnecessary stdio.h includes. by David Benjamin · 9 years ago
  78. 5ba0689 Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. by Brian Smith · 9 years ago
  79. ef1b009 Consider session if the client supports tickets but offered a session ID. by David Benjamin · 10 years ago
  80. 0d56f88 Switch s to ssl everywhere. by David Benjamin · 10 years ago
  81. 8a58933 Remove the CRYPTO_EX_new callback. by David Benjamin · 10 years ago
  82. 415660b Tidy up SSL_CTX_add_session. by David Benjamin · 10 years ago
  83. 0f65395 Add tests for the internal session cache behavior. by David Benjamin · 10 years ago
  84. dc2aea2 Remove all the logic around custom session IDs and retrying on collisions. by David Benjamin · 10 years ago
  85. 8217024 Document the info callback. by David Benjamin · 10 years ago
  86. fd8e69f Better document the callbacks around client certificates. by David Benjamin · 10 years ago
  87. c7ce977 Ignore all extensions but renegotiation_info in SSL 3.0. by David Benjamin · 10 years ago
  88. 20c0e90 Allow NULL inputs in SSL_SESSION_get_time. by David Benjamin · 10 years ago
  89. 9e4e01e Align the SSL stack on #include style. by David Benjamin · 10 years ago
  90. dafbdd4 Document session cache functions. by David Benjamin · 10 years ago
  91. 14e2b50 const-correct a few SSL_SESSION functions. by David Benjamin · 10 years ago
  92. abb6c1c Reorder ssl_session.c slightly to match the header. by David Benjamin · 10 years ago
  93. 190ab7f Move ex_data functions in ssl.h to a section. by David Benjamin · 10 years ago
  94. 8f3cc26 Rename ssl_sess.c to ssl_session.c. by David Benjamin · 10 years ago[Renamed from ssl/ssl_sess.c]
  95. a6b8cdf Document functions acting on an SSL_SESSION. by David Benjamin · 10 years ago
  96. 443a1f6 Toss file-related convenience bits of ssl/ into a corner. by David Benjamin · 10 years ago
  97. 26416e9 Remove the last of SESS_CERT. by David Benjamin · 10 years ago
  98. 2b23d24 Make key exchange strength available. by Sigbjorn Vik · 10 years ago
  99. aa58513 Reserve ex_data index zero for app_data. by David Benjamin · 10 years ago
  100. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago