102 Commits (78e6978ab9b043c8eae118279a382a8cd1f3d095)

Author SHA1 Message Date
  David Benjamin d9778fb418 Guard against small MTUs from the BIO. 9 years ago
  David Benjamin f3a8b12ac3 Remove SSL_SESSION::cipher_id. 9 years ago
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 years ago
  David Benjamin 41ac979211 Add the PRF to SSL3_ENC_METHOD. 9 years ago
  David Benjamin 31b1d81354 Factor SSLv3 key derivation steps into an ssl3_PRF. 9 years ago
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 years ago
  Adam Langley 7cc3f992ae Add declarations for Android compatibility funcs. 9 years ago
  David Benjamin 780d6dd0fe Treat handshake_failure in response to ClientHello special. 9 years ago
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 years ago
  David Benjamin 4b755cb0da Implement the V2ClientHello sniff in version-locked methods. 10 years ago
  David Benjamin 1eb367c03e Add min_version and max_version APIs. 10 years ago
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 years ago
  David Benjamin 69b9e597ae Remove SSL_CTX_set_ssl_version. 10 years ago
  David Benjamin 7e23746dd4 Remove redundant SSL_ST_BEFORE-related checks. 10 years ago
  David Benjamin 338fcafe76 Mark SSL3_ENC_METHODs const and remove an unused one. 10 years ago
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. 10 years ago
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10 years ago
  David Benjamin edb03cf31f Remove some unimplemented prototypes. 10 years ago
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 years ago
  David Benjamin f34a009834 Don't set s->state and s->server before the side is known. 10 years ago
  David Benjamin 63246e8a99 Remove s->type from SSL. 10 years ago
  David Benjamin 0b145c29a3 Don't assign handshake_func in the handshake functions. 10 years ago
  David Benjamin 9cbd4a809e Remove SSL_(CTX_)get_ssl_method. 10 years ago
  David Benjamin 502a909bd6 Recover SSL_OP_CIPHER_SERVER_PREFERENCE documentation. 10 years ago
  David Benjamin 95eeb191c0 Make it clear that SSL_OP_NO_DTLS* are the same as the TLS ones. 10 years ago
  David Benjamin 95f9cfcde0 unifdef OPENSSL_NO_BIO. 10 years ago
  David Benjamin bafc58dfa4 Remove dead SSL BIO prototypes. 10 years ago
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10 years ago
  David Benjamin 52d699f668 Make OCSP response and SCT list getter const-correct. 10 years ago
  David Benjamin d1681e614f Remove SSL_set_session_secret_cb (EAP-FAST) 10 years ago
  David Benjamin b398d16c1d Remove SSL_check_chain and unexport CERT_PKEY flags. 10 years ago
  David Benjamin 675227e0d2 Remove CERT_PKEY_EXPLICIT_SIGN flag. 10 years ago
  David Benjamin 248f350ed8 Remove SSL_get_peer_signature_nid and don't compute digests for peer_key. 10 years ago
  David Benjamin 5e4f6e9247 Remove some remnants of SSLv2. 10 years ago
  Alex Chernyakhovsky 4cd8c43e73 Remove support for processing fragmented alerts 10 years ago
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 years ago
  David Benjamin 60e7992764 Remove DTLSv1_listen. 10 years ago
  Adam Langley ec48af40a7 Make SSL_MODE_AUTO_RETRY the default. 10 years ago
  David Benjamin 3cac450af5 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. 10 years ago
  Adam Langley 7571292eac Extended master secret support. 10 years ago
  David Benjamin 89abaea141 Reimplement i2d_SSL_SESSION using CBB. 10 years ago
  David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS. 10 years ago
  David Benjamin 2a39eaeec7 Don't condition on another header's #include guard. 10 years ago
  David Benjamin d7a76e72c6 Remove key_arg and key_arg_length from SSL_SESSION. 10 years ago
  David Benjamin a19fc259f0 Move ECC extensions out of SSL_SESSION. 10 years ago
  David Benjamin 180d1eb04c Remove SSL_get_shared_ciphers. 10 years ago
  David Benjamin ef5c4946f3 Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL. 10 years ago
  David Benjamin bb0a17c5e1 Add a set of tests for cipher string parsing. 10 years ago
  Adam Langley bed8ce78f0 Add misc functions for easier porting. 10 years ago
  David Benjamin d7c5368a0f Add missing errors codes for alerts. 10 years ago