123 コミット (7a8e62dbd9df2ca2ee522fb3072edbfef6aafd11)

作成者 SHA1 メッセージ 日付
  Adam Langley 3f92d21094 Add SSL_get_rc4_state. 9年前
  Adam Langley 524e717b87 Add a callback for DDoS protection. 9年前
  David Benjamin ee562b987e Get rid of the RSMBLY macros. 9年前
  David Benjamin 7538122ca6 Rework DTLS handshake message reassembly logic. 9年前
  David Benjamin 6f5c0f4471 Add tests for installing the certificate on the early callback. 9年前
  Adam Langley 44972944fd Add SSL_get_cipher_by_value. 9年前
  Adam Langley 5f0efe06e1 Use SSL_MODE_SEND_FALLBACK_SCSV. 9年前
  David Benjamin 9d0847ae6d Add some missing error failure checks. 9年前
  David Benjamin ed7c475154 Rename cutthrough to False Start. 9年前
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9年前
  David Benjamin 689be0f4b7 Reset all the error codes. 9年前
  David Benjamin 65226257c1 Add SSL_CIPHER_get_rfc_name. 9年前
  David Benjamin ed3d302190 Unrefcount SSL*. 9年前
  David Benjamin 3363984d0d Add SSL_SESSION_up_ref. 9年前
  David Benjamin ccf74f8085 Revise SSL_cutthrough_complete and SSL_in_init. 9年前
  David Benjamin 0ea8dda93e Remove alert_fragment and handshake_fragment. 9年前
  David Benjamin 2cdace913e Forbid initiating renegotiate in DTLS. 9年前
  David Benjamin d4f924c4b1 Remove SSL_renegotiate_abbreviated. 9年前
  David Benjamin 377fc3160c Document DTLS timeout API and add current_time_cb hook. 9年前
  David Benjamin f4600adb0e Add missing OPENSSL_EXPORTs. 9年前
  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年前