94 次代码提交 (d660b57208e433d7d64973d52c3ea06a77ec4b57)

作者 SHA1 备注 提交日期
  David Benjamin 9a38e924aa Return SSL_ERROR_SYSCALL on unclean EOF. 9 年前
  David Benjamin 710d227daa Fix memory leak in SSL_new if errors occur. 9 年前
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 年前
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 年前
  David Benjamin 62fd16283a Implement SSL_clear with ssl_new and ssl_free. 9 年前
  David Benjamin 02ddbfdf46 Move Channel ID initialization out of ssl3_new. 9 年前
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 年前
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9 年前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 年前
  David Benjamin 1eb367c03e Add min_version and max_version APIs. 10 年前
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 年前
  David Benjamin ceb6f2880f Factor out remaining version-related functions. 10 年前
  David Benjamin 69b9e597ae Remove SSL_CTX_set_ssl_version. 10 年前
  David Benjamin 7e23746dd4 Remove redundant SSL_ST_BEFORE-related checks. 10 年前
  David Benjamin 338fcafe76 Mark SSL3_ENC_METHODs const and remove an unused one. 10 年前
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. 10 年前
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10 年前
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 年前
  David Benjamin f34a009834 Don't set s->state and s->server before the side is known. 10 年前
  David Benjamin 63246e8a99 Remove s->type from SSL. 10 年前
  David Benjamin ff42cc1eac Fix FALLBACK_SCSV, Channel ID, OCSP stapling, and SCTs with the generic method. 10 年前
  David Benjamin 0b145c29a3 Don't assign handshake_func in the handshake functions. 10 年前
  David Benjamin 8c6a295c39 Remove obsolete comment. 10 年前
  David Benjamin 9cbd4a809e Remove SSL_(CTX_)get_ssl_method. 10 年前
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10 年前
  David Benjamin bb15e3ddb5 Remove method-switching codepath in SSL_clear. 10 年前
  David Benjamin 52d699f668 Make OCSP response and SCT list getter const-correct. 10 年前
  David Benjamin d1681e614f Remove SSL_set_session_secret_cb (EAP-FAST) 10 年前
  David Benjamin ae3e487d51 Fix a couple more malloc test crashes. 10 年前
  Adam Langley 69a01608f3 Add malloc failure tests. 10 年前
  David Benjamin ec2f27dee1 Account for EVP_PKEY capabilities in selecting hash functions. 10 年前
  David Benjamin 033e5f47d1 Remove CERT_PKEY::valid_flags. 10 年前
  David Benjamin f31e681acf Clean up ssl_set_cert_masks. 10 年前
  David Benjamin 5e4f6e9247 Remove some remnants of SSLv2. 10 年前
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 年前
  David Benjamin 9f2c0d7a94 Remove T** parameter to ssl_bytes_to_cipher_list. 10 年前
  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 年前