103 次代码提交 (fd4eb604979bbe934468dfb6f4bbba6805a1291f)

作者 SHA1 备注 提交日期
  Adam Langley b4a494cc32 Reformat SSL/TLS headers. 9 年前
  Adam Langley 66850ddec1 Add dummy variables to keep wpa_supplicant happy. 9 年前
  David Benjamin bc44c089fb Store SRTP_PROTECTION_PROFILES as const. 9 年前
  David Benjamin 7ce1c0ca75 Make SSL_load_error_strings a no-op. 9 年前
  David Benjamin 5b082e880d Various documentation fixes. 9 年前
  David Benjamin d9778fb418 Guard against small MTUs from the BIO. 9 年前
  David Benjamin f3a8b12ac3 Remove SSL_SESSION::cipher_id. 9 年前
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 年前
  David Benjamin 41ac979211 Add the PRF to SSL3_ENC_METHOD. 9 年前
  David Benjamin 31b1d81354 Factor SSLv3 key derivation steps into an ssl3_PRF. 9 年前
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 年前
  Adam Langley 7cc3f992ae Add declarations for Android compatibility funcs. 9 年前
  David Benjamin 780d6dd0fe Treat handshake_failure in response to ClientHello special. 9 年前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 年前
  David Benjamin 4b755cb0da Implement the V2ClientHello sniff in version-locked methods. 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 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 edb03cf31f Remove some unimplemented prototypes. 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 0b145c29a3 Don't assign handshake_func in the handshake functions. 10 年前
  David Benjamin 9cbd4a809e Remove SSL_(CTX_)get_ssl_method. 10 年前
  David Benjamin 502a909bd6 Recover SSL_OP_CIPHER_SERVER_PREFERENCE documentation. 10 年前
  David Benjamin 95eeb191c0 Make it clear that SSL_OP_NO_DTLS* are the same as the TLS ones. 10 年前
  David Benjamin 95f9cfcde0 unifdef OPENSSL_NO_BIO. 10 年前
  David Benjamin bafc58dfa4 Remove dead SSL BIO prototypes. 10 年前
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 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 b398d16c1d Remove SSL_check_chain and unexport CERT_PKEY flags. 10 年前
  David Benjamin 675227e0d2 Remove CERT_PKEY_EXPLICIT_SIGN flag. 10 年前
  David Benjamin 248f350ed8 Remove SSL_get_peer_signature_nid and don't compute digests for peer_key. 10 年前
  David Benjamin 5e4f6e9247 Remove some remnants of SSLv2. 10 年前
  Alex Chernyakhovsky 4cd8c43e73 Remove support for processing fragmented alerts 10 年前
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 年前
  David Benjamin 60e7992764 Remove DTLSv1_listen. 10 年前
  Adam Langley ec48af40a7 Make SSL_MODE_AUTO_RETRY the default. 10 年前
  David Benjamin 3cac450af5 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. 10 年前
  Adam Langley 7571292eac Extended master secret support. 10 年前
  David Benjamin 89abaea141 Reimplement i2d_SSL_SESSION using CBB. 10 年前
  David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS. 10 年前
  David Benjamin 2a39eaeec7 Don't condition on another header's #include guard. 10 年前
  David Benjamin d7a76e72c6 Remove key_arg and key_arg_length from SSL_SESSION. 10 年前
  David Benjamin a19fc259f0 Move ECC extensions out of SSL_SESSION. 10 年前