58 Révisions (a19fc259f05e6ec2df0a55e7a37adc37506d3a91)

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