1243 次代码提交 (4c341d0299c9eef218a5e7219d0b12da0d88dd42)

作者 SHA1 备注 提交日期
  Adam Langley 4c341d0299 Support asynchronous ticket decryption with TLS 1.0–1.2. 7 年前
  David Benjamin be49706c42 Rename initial_ctx to session_ctx. 7 年前
  Matthew Braithwaite 6ad20dc912 Move error-on-empty-cipherlist into ssl_create_cipher_list(). 7 年前
  Adam Langley d04ca95356 Add |SSL[_CTX]_set_chain_and_key|. 7 年前
  David Benjamin 35ac5b7500 Export server-side ticket_age skew. 7 年前
  Adam Langley fe36672bf5 Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake. 7 年前
  David Benjamin 8ebeabf0e2 Add SSL_CTX_get_ciphers. 7 年前
  David Benjamin f29c429324 Remove support for old-style SSL_PRIVATE_KEY_METHOD types. 7 年前
  David Benjamin f465461062 Add SSL_get0_peer_certificates. 7 年前
  Steven Valdez 924a352d1b Remove experimental TLS 1.3 short record header extension. 7 年前
  Adam Langley d6c22ee938 Add |SSL_get0_server_requested_CAs|. 7 年前
  David Benjamin a58baaf9e6 Forbid the server certificate from changing on renego. 7 年前
  David Benjamin ad8f5e1de9 Don't use long for timestamps. 7 年前
  David Benjamin 11c82895d7 Remove support for blocking DTLS timeout handling. 7 年前
  Adam Langley 39425b0f36 Add |TLS_with_buffers_method|. 7 年前
  Adam Langley 34b4c829fd Hold CA names as |CRYPTO_BUFFER|s. 7 年前
  David Benjamin adec7726ec Remove SSL_CIPHER_has_MD5_HMAC. 7 年前
  Michel Lespinasse de5c325e04 Fix SSL_write doc comment 7 年前
  Matthew Braithwaite a57dcfb69c Add new cipherlist-setting APIs that reject nonsense. 7 年前
  Matthew Braithwaite c4796c92e0 ECDSA: const EC_KEY* arguments where possible. 7 年前
  David Benjamin 699e55bb0e Unexport time_support.h. 7 年前
  David Benjamin c92f29dcc5 Remove freelist_max_len. 7 年前
  David Benjamin 3e8b782c0c Remove "raw" versions of PKCS8_encrypt and PKCS8_decrypt. 7 年前
  David Benjamin 5960a90964 Move sid_ctx from SSL/SSL_CTX to CERT. 7 年前
  David Benjamin 26e1ff3dfb Remove some unnecessary return values. 7 年前
  Steven Valdez 27a9e6ae1b Adding ALPN to session. 7 年前
  David Benjamin 83a321231b Move SCT lists and OCSP responses to CERT. 7 年前
  David Benjamin 16b1b1d4d1 Simplify state and info_callback management. 7 年前
  David Benjamin 77458a436e Avoid transitioning into SSL_ST_OK and back out. 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 年前
  Rob Sloan b987355a10 Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. 7 年前
  Adam Langley 3509dacc3c Add |X509_METHOD| and, using it, move many functions to ssl_x509.c. 7 年前
  David Benjamin dc8c1d962e Remove some dead state constants. 7 年前
  Alessandro Ghedini 8df6766d01 Support setting per-connection SCT list 7 年前
  Alessandro Ghedini 33fe4a0d14 Remove support for setting per-connection default session timeout 7 年前
  David Benjamin 3f2611a98f Hide SSL struct. 7 年前
  David Benjamin 58966a455f Remove legacy ChaCha20-Poly1305 cipher name aliases. 7 年前
  David Benjamin 2056f63bdb Recommend ex_data for SSL_CTX_set_cert_verify_callback. 7 年前
  Adam Langley bdcfd1366f Move the SSL BIO into ssl/ from decrepit/. 7 年前
  David Benjamin 42bfeb3623 Remove an unnecessary TLS 1.2 ClientHello state. 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 41a26e819f Remove buffer BIOs. 7 年前
  Steven Valdez 258508fce1 Adding V2ClientHello counter. 7 年前
  David Benjamin 16315f7cc7 Remove the rest of write_message. 7 年前
  David Benjamin daf207a52a Don't use the buffer BIO in TLS. 7 年前
  David Benjamin 1a999cf54d Don't use the buffer BIO in DTLS. 7 年前
  David Benjamin 330282a654 Remove SHA_LBLOCK and SHA_LONG. 7 年前