58 次程式碼提交 (a19fc259f05e6ec2df0a55e7a37adc37506d3a91)

作者 SHA1 備註 提交日期
  David Benjamin 180d1eb04c Remove SSL_get_shared_ciphers. 10 年之前
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10 年之前
  David Benjamin ef5c4946f3 Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL. 10 年之前
  David Benjamin 5491e3fdb7 Clean up ssl_cipher_list_to_bytes a little. 10 年之前
  David Benjamin 7f520dbd8d Remove OPENSSL_NO_TLS1_2_CLIENT and OPENSSL_NO_DTLS1. 10 年之前
  David Benjamin e113608a1c Switch the reason code check to a compile-time assert. 10 年之前
  David Benjamin 859ec3cc09 Add SSL_CTX_set_keylog_bio. 10 年之前
  Adam Langley b2cb0ece76 Fix minor issues found by Clang's analysis. 10 年之前
  David Benjamin 6c7aed048c Client-side OCSP stapling support. 10 年之前
  David Benjamin 041b58a668 Remove session_ctx macro. 10 年之前
  David Benjamin 457112e197 unifdef a bunch of OPENSSL_NO_* ifdefs. 10 年之前
  Adam Langley 3cb50e0699 Move a variable declaration to function start. 10 年之前
  Håvard Molland 9169c96458 Implement client side of TLS signed certificate stamps extension. 10 年之前
  David Benjamin 422d3a4015 Remove some unused state and code. 10 年之前
  David Benjamin ef2116d33c Remove DSA-based cipher suites and client auth. 10 年之前
  David Benjamin 0da0e18a60 Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS. 10 年之前
  David Benjamin e712778a7b Remove rsa_md5, md5, and sha1 fields from SSL_CTX. 10 年之前
  David Benjamin 6f2600199c Mark all SSL_CIPHERs as const. 10 年之前
  David Benjamin f4501347c9 Remove default_timeout hook. 10 年之前
  Adam Langley 0f4746e207 Add SSL_SESSION_get_version. 10 年之前
  David Benjamin 1b96526c6f Merge tls1_* method hooks with the ssl3_* versions. 10 年之前
  David Benjamin 150c617cfc Add X509_up_ref and use it internally. 10 年之前
  Alex Chernyakhovsky 983f6bdb58 Set OPENSSL_NO_BUF_FREELISTS 10 年之前
  David Benjamin 072c953f40 Convert some malloc + memcpys into BUF_memdup. 10 年之前
  David Benjamin 61b66ffcc2 Fix error-handling bugs. 10 年之前
  David Benjamin 7e3305eebd Fix False Start without session tickets. 10 年之前
  David Benjamin 77a942b7fe Don't use the RSA key exchange with a signing-only key. 10 年之前
  David Benjamin 060d9d2c56 Remove support code for export cipher suites. 10 年之前
  David Benjamin ff175b4a46 unifdef OPENSSL_NO_PSK. 10 年之前
  David Benjamin 019c3cc64a Remove last remnants of GOST support. 10 年之前
  David Benjamin 0e498f14d2 Remove some remnants of SSLv2 support. 10 年之前
  David Benjamin 39482a13ac Remove get_cipher_by_char and put_cipher_by_char. 10 年之前
  David Benjamin 072334d943 Consistently use uint16_t for curve IDs. 10 年之前
  David Benjamin 22f9bccde5 Port ssl3_get_client_hello to CBS. 10 年之前
  David Benjamin ced551f967 Port ssl3_get_next_proto to CBS. 10 年之前
  David Benjamin 398ba895fb Remove SSL_copy_session_id. 10 年之前
  David Benjamin 5468b23797 Remove rest of DANE code. 10 年之前
  David Benjamin 64f4c91b89 Remove OPENSSL_FIPS blocks. 10 年之前
  David Benjamin 6dbd73db5d Remove OPENSSL_NO_TLSEXT compilation option. 10 年之前
  Alex Chernyakhovsky 3c5034e97c Remove OPENSSL_NO_RSA 10 年之前
  David Benjamin 2b0aeecabf Remove authz extension (RFC5878) 10 年之前
  David Benjamin fd76191821 Remove opaque_prf_input extension. 10 年之前
  David Benjamin d7e23c17a9 Remove serverinfo and custom extensions support. 10 年之前
  David Benjamin 95463b311d Remove crypto/comp and SSL_COMP support code. 10 年之前
  Adam Langley ac61fa379f Implement TLS_FALLBACK_SCSV support for the client. 10 年之前
  Adam Langley 041240485d Avoid out-of-bounds write in SSL_get_shared_ciphers 10 年之前
  Adam Langley 0289c73051 Fix TLS-PSK identity hint implementation issues. 10 年之前
  Adam Langley a5dc545bbc Set SID from SSL_CTX 10 年之前
  Adam Langley dc9b141127 Early callback support. 10 年之前
  Adam Langley 2970779684 Fallback SCSV. 10 年之前