1. 17b3083 Use a separate timeout scheme for TLS 1.3. by David Benjamin · 8 years ago
  2. 0b1bb12 Push the SSL_CTX session_timeout zero logic up. by David Benjamin · 8 years ago
  3. b5c58db TLS 1.3 sessions should not be added to the server session cache. by David Benjamin · 8 years ago
  4. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 8 years ago
  5. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 8 years ago
  6. f1050fd Preserve the peer signature algorithm across resumes. by David Benjamin · 8 years ago
  7. 4882a6c Replace key_exchange_info with group_id. by David Benjamin · 8 years ago
  8. 68e7124 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  9. 364f7a6 Push the difference in chain semantics to the edge. by Adam Langley · 8 years ago
  10. cb0c29f Move state and next_state to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  11. 5edfc8c Emulate the client_cert_cb with cert_cb. by David Benjamin · 8 years ago
  12. 5888946 Remove SSL_CTX_get_client_cert_cb. by David Benjamin · 8 years ago
  13. 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
  14. e850909 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  15. 30c4c30 Revise some integer sizes. by David Benjamin · 8 years ago
  16. 731058e Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO. by David Benjamin · 8 years ago
  17. f3c8f8d Pass explicit parameters elsewhere. by David Benjamin · 8 years ago
  18. bf48364 Support setting per-connection default session lifetime value by Alessandro Ghedini · 8 years ago
  19. bbaf367 Add |SSL_set_retain_only_sha256_of_client_certs|. by David Benjamin · 8 years ago
  20. f01f42a Negotiate ciphers before resumption. by David Benjamin · 8 years ago
  21. 4eb95cc Parse ClientHello extensions before deciding on resumption. by David Benjamin · 8 years ago
  22. 75f9914 Align TLS 1.2 and 1.3 server session validity checks. by David Benjamin · 8 years ago
  23. 78476f6 Move tlsext_ticket_expected to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  24. c5ac2b6 Rename X.509 members in |SSL_SESSION| and |CERT|. by Adam Langley · 8 years ago
  25. 123db57 Measure session->timeout from ticket issuance. by David Benjamin · 8 years ago
  26. 8e816eb Treat sessions as expired on the boundary second. by David Benjamin · 8 years ago
  27. 1b22f85 Reject tickets from the future. by David Benjamin · 8 years ago
  28. 5b98608 Updating NewSessionTicket message and updating PSK to Draft 15. by Steven Valdez · 9 years ago
  29. fbc45d7 No-op ticket encryption in fuzzer mode. by David Benjamin · 9 years ago
  30. 01a9057 Fix remaining non-determinism in fuzzer transcripts. by David Benjamin · 9 years ago
  31. 4d0be24 Only allow SSL_set_session before the handshake. by David Benjamin · 9 years ago
  32. 81f4335 Don't crash when a session callback returns NULL. by Adam Langley · 9 years ago
  33. 29e5cf7 Remove SSL_SESSION_get_key_exchange_info. by David Benjamin · 9 years ago
  34. 7aa31d6 Remove ssl->verify_result. by David Benjamin · 9 years ago
  35. 4aa154e Adding code to send session as PSK Identity. by Steven Valdez · 9 years ago
  36. 96a16cd Finish aligning up_ref functions with OpenSSL 1.1.0. by David Benjamin · 9 years ago
  37. baafa4a Undo rename of tlsext_tick_lifetime_hint. by Martin Kreichgauer · 9 years ago
  38. b919540 Align SSL_SESSION_up_ref with OpenSSL. by David Benjamin · 9 years ago
  39. 56d280d Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check. by David Benjamin · 9 years ago
  40. 721e8b7 Test that servers enforce session timeouts. by David Benjamin · 9 years ago
  41. 33dad1b Stop pretending to ssl_clear_bad_session. by David Benjamin · 9 years ago
  42. 1e6f11a Adding NewSessionTicket. by Steven Valdez · 9 years ago
  43. d4aae0f Minor typo fixes. by Adam Langley · 9 years ago
  44. 9498e74 Don't have the default value of |verify_result| be X509_V_OK. by Adam Langley · 9 years ago
  45. 87eab49 Splitting SSL session state. by Steven Valdez · 9 years ago
  46. 29270de Split unlock functions into read/write variants. by David Benjamin · 9 years ago
  47. fa214e4 Tidy up shutdown state. by David Benjamin · 9 years ago
  48. 818aff0 Add SSL_SESSION_get_master_key. by David Benjamin · 9 years ago
  49. 51545ce Remove a number of unnecessary stdio.h includes. by David Benjamin · 9 years ago
  50. 5ba0689 Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. by Brian Smith · 9 years ago
  51. ef1b009 Consider session if the client supports tickets but offered a session ID. by David Benjamin · 9 years ago
  52. 0d56f88 Switch s to ssl everywhere. by David Benjamin · 9 years ago
  53. 8a58933 Remove the CRYPTO_EX_new callback. by David Benjamin · 9 years ago
  54. 415660b Tidy up SSL_CTX_add_session. by David Benjamin · 9 years ago
  55. 0f65395 Add tests for the internal session cache behavior. by David Benjamin · 9 years ago
  56. dc2aea2 Remove all the logic around custom session IDs and retrying on collisions. by David Benjamin · 9 years ago
  57. 8217024 Document the info callback. by David Benjamin · 9 years ago
  58. fd8e69f Better document the callbacks around client certificates. by David Benjamin · 9 years ago
  59. c7ce977 Ignore all extensions but renegotiation_info in SSL 3.0. by David Benjamin · 9 years ago
  60. 20c0e90 Allow NULL inputs in SSL_SESSION_get_time. by David Benjamin · 9 years ago
  61. 9e4e01e Align the SSL stack on #include style. by David Benjamin · 10 years ago
  62. dafbdd4 Document session cache functions. by David Benjamin · 10 years ago
  63. 14e2b50 const-correct a few SSL_SESSION functions. by David Benjamin · 10 years ago
  64. abb6c1c Reorder ssl_session.c slightly to match the header. by David Benjamin · 10 years ago
  65. 190ab7f Move ex_data functions in ssl.h to a section. by David Benjamin · 10 years ago
  66. 8f3cc26 Rename ssl_sess.c to ssl_session.c. by David Benjamin · 10 years ago[Renamed from ssl/ssl_sess.c]
  67. a6b8cdf Document functions acting on an SSL_SESSION. by David Benjamin · 10 years ago
  68. 443a1f6 Toss file-related convenience bits of ssl/ into a corner. by David Benjamin · 10 years ago
  69. 26416e9 Remove the last of SESS_CERT. by David Benjamin · 10 years ago
  70. 2b23d24 Make key exchange strength available. by Sigbjorn Vik · 10 years ago
  71. aa58513 Reserve ex_data index zero for app_data. by David Benjamin · 10 years ago
  72. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  73. 3e53633 Fix Windows build. by David Benjamin · 10 years ago
  74. e3aa1d9 Cleanup ticket processing and session lookup. by David Benjamin · 10 years ago
  75. bed6354 Increment the reference count of sessions inside the lock. by David Benjamin · 10 years ago
  76. 4bdb6e4 Remove remaining calls to the old lock functions. by Adam Langley · 10 years ago
  77. 0b5e390 Convert reference counts in ssl/ by Adam Langley · 10 years ago
  78. 60da0cd Fix STACK_OF pointer style. by David Benjamin · 10 years ago
  79. 2755a3e Remove unnecessary NULL checks, part 5. by David Benjamin · 10 years ago
  80. 4fcc2e2 Make a few variable names saner. by David Benjamin · 10 years ago
  81. 9f33fc6 Remove hash table lookups from ex_data. by David Benjamin · 10 years ago
  82. 546f1a5 Unexpose the generic ex_data functions. by David Benjamin · 10 years ago
  83. f0ae170 Include-what-you-use ssl/internal.h. by David Benjamin · 10 years ago
  84. 2ee94aa Rename ssl_locl.h to internal.h by David Benjamin · 10 years ago
  85. b6d0c6d Remove the stats block in SSL_CTX. by David Benjamin · 10 years ago
  86. b18f024 Minor formatting tweaks. by David Benjamin · 10 years ago
  87. a54e2e8 Remove server-side HelloVerifyRequest support. by David Benjamin · 10 years ago
  88. 23a8ca1 Implement SSL_get1_session with SSL_SESSION_up_ref. by David Benjamin · 10 years ago
  89. 3363984 Add SSL_SESSION_up_ref. by David Benjamin · 10 years ago
  90. efed221 Enable more warnings & treat warnings as errors on Windows. by Brian Smith · 10 years ago
  91. aa3f6da Tag a number of globals as const. by David Benjamin · 10 years ago
  92. a307dfd Add (void) to some macros to satisfy compiler. by Adam Langley · 10 years ago
  93. fcf2583 Reformat the rest of ssl/. by Adam Langley · 10 years ago
  94. a6d8101 Consistently use RAND_bytes and check for failure. by David Benjamin · 10 years ago
  95. 7e23746 Remove redundant SSL_ST_BEFORE-related checks. by David Benjamin · 10 years ago
  96. 0f1e64b Remove method swap in SSL_set_session. by David Benjamin · 10 years ago
  97. d1681e6 Remove SSL_set_session_secret_cb (EAP-FAST) by David Benjamin · 10 years ago
  98. 5e4f6e9 Remove some remnants of SSLv2. by David Benjamin · 10 years ago
  99. 688d8df Remove psk_identity_hint from SSL_SESSION. by David Benjamin · 10 years ago
  100. d7a76e7 Remove key_arg and key_arg_length from SSL_SESSION. by David Benjamin · 10 years ago