1 コミット (3a1dd46e4e902ce669616a9bb5f54a9e7c801df6)

作成者 SHA1 メッセージ 日付
  David Benjamin 0238d8f4ff Switch more files to C++. 7年前
  David Benjamin a6bae93bf8 Never set not_resumable on an immutable session. 7年前
  Steven Valdez 8f36c51f98 Revise version negotiation logic on the C side. 7年前
  Steven Valdez e831a81518 Adding support for sending early data on the client. 7年前
  David Benjamin d94682dce5 Remove ex_data's dup hook. 7年前
  Adam Langley 4c341d0299 Support asynchronous ticket decryption with TLS 1.0–1.2. 7年前
  David Benjamin be49706c42 Rename initial_ctx to session_ctx. 7年前
  David Benjamin ad8f5e1de9 Don't use long for timestamps. 7年前
  David Benjamin 45738dd496 Move new_cipher and new_session to SSL_HANDSHAKE. 7年前
  David Benjamin 5960a90964 Move sid_ctx from SSL/SSL_CTX to CERT. 7年前
  Steven Valdez 27a9e6ae1b Adding ALPN to session. 7年前
  David Benjamin 9e766d7532 Unexport the handshake's internal state. 7年前
  Adam Langley 46db7af2c9 Remove |X509| things from SSL_SESSION. 7年前
  Steven Valdez 908ac19e8e Moving transcript and PRF functions to SSL_TRANSCRIPT. 7年前
  Alessandro Ghedini 33fe4a0d14 Remove support for setting per-connection default session timeout 7年前
  Steven Valdez 2f82a0e51b Don't stash tlsext_hostname in ssl_get_new_session. 7年前
  David Benjamin 17b3083373 Use a separate timeout scheme for TLS 1.3. 7年前
  David Benjamin 0b1bb12ce8 Push the SSL_CTX session_timeout zero logic up. 7年前
  David Benjamin b5c58db9ff TLS 1.3 sessions should not be added to the server session cache. 7年前
  Steven Valdez 08b65f4e31 Enabling 0-RTT on new Session Tickets. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  David Benjamin f1050fd79a Preserve the peer signature algorithm across resumes. 7年前
  David Benjamin 4882a6c50b Replace key_exchange_info with group_id. 7年前
  Adam Langley 68e7124ddf Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. 7年前
  Adam Langley 364f7a6d21 Push the difference in chain semantics to the edge. 7年前
  David Benjamin cb0c29ff75 Move state and next_state to SSL_HANDSHAKE. 7年前
  David Benjamin 5edfc8cc17 Emulate the client_cert_cb with cert_cb. 7年前
  David Benjamin 5888946777 Remove SSL_CTX_get_client_cert_cb. 7年前
  Adam Langley c0fc7a1385 Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well." 7年前
  Adam Langley e8509090cf Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. 8年前
  David Benjamin 30c4c30d4a Revise some integer sizes. 7年前
  David Benjamin 731058ec8e Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO. 8年前
  David Benjamin f3c8f8d19d Pass explicit parameters elsewhere. 8年前
  Alessandro Ghedini bf48364a8c Support setting per-connection default session lifetime value 8年前
  David Benjamin bbaf367969 Add |SSL_set_retain_only_sha256_of_client_certs|. 8年前
  David Benjamin f01f42a2ce Negotiate ciphers before resumption. 8年前
  David Benjamin 4eb95ccfd6 Parse ClientHello extensions before deciding on resumption. 8年前
  David Benjamin 75f9914e17 Align TLS 1.2 and 1.3 server session validity checks. 8年前
  David Benjamin 78476f6065 Move tlsext_ticket_expected to SSL_HANDSHAKE. 8年前
  Adam Langley c5ac2b6c78 Rename X.509 members in |SSL_SESSION| and |CERT|. 8年前
  David Benjamin 123db57009 Measure session->timeout from ticket issuance. 8年前
  David Benjamin 8e816eb7b6 Treat sessions as expired on the boundary second. 8年前
  David Benjamin 1b22f85a56 Reject tickets from the future. 8年前
  Steven Valdez 5b9860827f Updating NewSessionTicket message and updating PSK to Draft 15. 8年前
  David Benjamin fbc45d7228 No-op ticket encryption in fuzzer mode. 8年前
  David Benjamin 01a905717c Fix remaining non-determinism in fuzzer transcripts. 8年前
  David Benjamin 4d0be24319 Only allow SSL_set_session before the handshake. 8年前
  Adam Langley 81f433540e Don't crash when a session callback returns NULL. 8年前
  David Benjamin 29e5cf7209 Remove SSL_SESSION_get_key_exchange_info. 8年前
  David Benjamin 7aa31d68fc Remove ssl->verify_result. 8年前