94 Commit (d660b57208e433d7d64973d52c3ea06a77ec4b57)

Autore SHA1 Messaggio Data
  David Benjamin 9a38e924aa Return SSL_ERROR_SYSCALL on unclean EOF. 9 anni fa
  David Benjamin 710d227daa Fix memory leak in SSL_new if errors occur. 9 anni fa
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 anni fa
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 anni fa
  David Benjamin 62fd16283a Implement SSL_clear with ssl_new and ssl_free. 9 anni fa
  David Benjamin 02ddbfdf46 Move Channel ID initialization out of ssl3_new. 9 anni fa
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 anni fa
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9 anni fa
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 anni fa
  David Benjamin 1eb367c03e Add min_version and max_version APIs. 10 anni fa
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 anni fa
  David Benjamin ceb6f2880f Factor out remaining version-related functions. 10 anni fa
  David Benjamin 69b9e597ae Remove SSL_CTX_set_ssl_version. 10 anni fa
  David Benjamin 7e23746dd4 Remove redundant SSL_ST_BEFORE-related checks. 10 anni fa
  David Benjamin 338fcafe76 Mark SSL3_ENC_METHODs const and remove an unused one. 10 anni fa
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. 10 anni fa
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10 anni fa
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 anni fa
  David Benjamin f34a009834 Don't set s->state and s->server before the side is known. 10 anni fa
  David Benjamin 63246e8a99 Remove s->type from SSL. 10 anni fa
  David Benjamin ff42cc1eac Fix FALLBACK_SCSV, Channel ID, OCSP stapling, and SCTs with the generic method. 10 anni fa
  David Benjamin 0b145c29a3 Don't assign handshake_func in the handshake functions. 10 anni fa
  David Benjamin 8c6a295c39 Remove obsolete comment. 10 anni fa
  David Benjamin 9cbd4a809e Remove SSL_(CTX_)get_ssl_method. 10 anni fa
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10 anni fa
  David Benjamin bb15e3ddb5 Remove method-switching codepath in SSL_clear. 10 anni fa
  David Benjamin 52d699f668 Make OCSP response and SCT list getter const-correct. 10 anni fa
  David Benjamin d1681e614f Remove SSL_set_session_secret_cb (EAP-FAST) 10 anni fa
  David Benjamin ae3e487d51 Fix a couple more malloc test crashes. 10 anni fa
  Adam Langley 69a01608f3 Add malloc failure tests. 10 anni fa
  David Benjamin ec2f27dee1 Account for EVP_PKEY capabilities in selecting hash functions. 10 anni fa
  David Benjamin 033e5f47d1 Remove CERT_PKEY::valid_flags. 10 anni fa
  David Benjamin f31e681acf Clean up ssl_set_cert_masks. 10 anni fa
  David Benjamin 5e4f6e9247 Remove some remnants of SSLv2. 10 anni fa
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 anni fa
  David Benjamin 9f2c0d7a94 Remove T** parameter to ssl_bytes_to_cipher_list. 10 anni fa
  David Benjamin 180d1eb04c Remove SSL_get_shared_ciphers. 10 anni fa
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10 anni fa
  David Benjamin ef5c4946f3 Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL. 10 anni fa
  David Benjamin 5491e3fdb7 Clean up ssl_cipher_list_to_bytes a little. 10 anni fa
  David Benjamin 7f520dbd8d Remove OPENSSL_NO_TLS1_2_CLIENT and OPENSSL_NO_DTLS1. 10 anni fa
  David Benjamin e113608a1c Switch the reason code check to a compile-time assert. 10 anni fa
  David Benjamin 859ec3cc09 Add SSL_CTX_set_keylog_bio. 10 anni fa
  Adam Langley b2cb0ece76 Fix minor issues found by Clang's analysis. 10 anni fa
  David Benjamin 6c7aed048c Client-side OCSP stapling support. 10 anni fa
  David Benjamin 041b58a668 Remove session_ctx macro. 10 anni fa
  David Benjamin 457112e197 unifdef a bunch of OPENSSL_NO_* ifdefs. 10 anni fa
  Adam Langley 3cb50e0699 Move a variable declaration to function start. 10 anni fa
  Håvard Molland 9169c96458 Implement client side of TLS signed certificate stamps extension. 10 anni fa
  David Benjamin 422d3a4015 Remove some unused state and code. 10 anni fa