36 İşlemeler (9a5f49eec089f080e7fac41c387086f6fc0ae6a5)

Yazar SHA1 Mesaj Tarih
  David Benjamin 4d0be24319 Only allow SSL_set_session before the handshake. 8 yıl önce
  Adam Langley 81f433540e Don't crash when a session callback returns NULL. 8 yıl önce
  David Benjamin 29e5cf7209 Remove SSL_SESSION_get_key_exchange_info. 8 yıl önce
  David Benjamin 7aa31d68fc Remove ssl->verify_result. 8 yıl önce
  Steven Valdez 4aa154e08f Adding code to send session as PSK Identity. 8 yıl önce
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8 yıl önce
  Martin Kreichgauer baafa4a653 Undo rename of tlsext_tick_lifetime_hint. 8 yıl önce
  David Benjamin b9195402b4 Align SSL_SESSION_up_ref with OpenSSL. 8 yıl önce
  David Benjamin 56d280da2f Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check. 8 yıl önce
  David Benjamin 721e8b79a9 Test that servers enforce session timeouts. 8 yıl önce
  David Benjamin 33dad1b7a1 Stop pretending to ssl_clear_bad_session. 8 yıl önce
  Steven Valdez 1e6f11a7ff Adding NewSessionTicket. 8 yıl önce
  Adam Langley d4aae0f965 Minor typo fixes. 8 yıl önce
  Adam Langley 9498e74a92 Don't have the default value of |verify_result| be X509_V_OK. 8 yıl önce
  Steven Valdez 87eab4902d Splitting SSL session state. 8 yıl önce
  David Benjamin 29270dea85 Split unlock functions into read/write variants. 8 yıl önce
  David Benjamin fa214e4a18 Tidy up shutdown state. 8 yıl önce
  David Benjamin 818aff01fb Add SSL_SESSION_get_master_key. 8 yıl önce
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8 yıl önce
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8 yıl önce
  David Benjamin ef1b009344 Consider session if the client supports tickets but offered a session ID. 9 yıl önce
  David Benjamin 0d56f888c3 Switch s to ssl everywhere. 8 yıl önce
  David Benjamin 8a58933db0 Remove the CRYPTO_EX_new callback. 9 yıl önce
  David Benjamin 415660b26b Tidy up SSL_CTX_add_session. 9 yıl önce
  David Benjamin 0f653957c1 Add tests for the internal session cache behavior. 9 yıl önce
  David Benjamin dc2aea2231 Remove all the logic around custom session IDs and retrying on collisions. 9 yıl önce
  David Benjamin 82170248e7 Document the info callback. 9 yıl önce
  David Benjamin fd8e69f26d Better document the callbacks around client certificates. 9 yıl önce
  David Benjamin c7ce977fb9 Ignore all extensions but renegotiation_info in SSL 3.0. 9 yıl önce
  David Benjamin 20c0e90d11 Allow NULL inputs in SSL_SESSION_get_time. 9 yıl önce
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 yıl önce
  David Benjamin dafbdd49c7 Document session cache functions. 9 yıl önce
  David Benjamin 14e2b5070b const-correct a few SSL_SESSION functions. 9 yıl önce
  David Benjamin abb6c1c191 Reorder ssl_session.c slightly to match the header. 9 yıl önce
  David Benjamin 190ab7f179 Move ex_data functions in ssl.h to a section. 9 yıl önce
  David Benjamin 8f3cc26812 Rename ssl_sess.c to ssl_session.c. 9 yıl önce
  David Benjamin a6b8cdfbe9 Document functions acting on an SSL_SESSION. 9 yıl önce
  David Benjamin 443a1f65e2 Toss file-related convenience bits of ssl/ into a corner. 9 yıl önce
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9 yıl önce
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. 9 yıl önce
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9 yıl önce
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 yıl önce
  David Benjamin 3e536334be Fix Windows build. 9 yıl önce
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9 yıl önce
  David Benjamin bed63548d1 Increment the reference count of sessions inside the lock. 9 yıl önce
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9 yıl önce
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ 9 yıl önce
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9 yıl önce
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 yıl önce
  David Benjamin 4fcc2e2031 Make a few variable names saner. 9 yıl önce