94 Cometimentos (d660b57208e433d7d64973d52c3ea06a77ec4b57)

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