226 Commits (78e6978ab9b043c8eae118279a382a8cd1f3d095)

Author SHA1 Message Date
  David Benjamin 00505ec2e1 Add EVP_md5_sha1. 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 e319a2f73a Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. 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
  Håvard Molland 4e0a7e5a1d Cleanup of setting external buffer 10 years ago
  David Benjamin d1681e614f Remove SSL_set_session_secret_cb (EAP-FAST) 10 years ago
  Adam Langley 69a01608f3 Add malloc failure tests. 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 c20febe177 Add EVP_PKEY_supports_digest. 10 years ago
  Håvard Molland ce5be4bd5c Add zero copy read and write api for bio pairs. 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 e1b20a0136 Remove SSL3_FLAGS_POP_BUFFER. 10 years ago
  David Benjamin b145c8140b Compare r and s sizes to the order, not the degree. 10 years ago
  David Benjamin d8138e91d0 Keep retransmit window size architecture-independent. 10 years ago
  David Benjamin 60e7992764 Remove DTLSv1_listen. 10 years ago
  David Benjamin b044020f84 Remove i2d_X509_PKEY and d2i_X509_PKEY. 10 years ago
  Adam Langley 0e7f89f96c Remove pkey_ctrl. 10 years ago
  David Benjamin 9da9035b50 Add digest_test with tests for all existing EVP_MDs. 10 years ago
  Adam Langley ec48af40a7 Make SSL_MODE_AUTO_RETRY the default. 10 years ago
  David Benjamin a0ca1b742f DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist. 10 years ago
  Adam Langley e6def376fe Remove ERR_LIB_PKCS12. 10 years ago
  David Benjamin b06711ca34 Move the X509_NAME typedef into x509.h. 10 years ago
  David Benjamin e167976126 Make EVP_DigestVerifyFinal return only zero or one. 10 years ago
  David Benjamin 3cac450af5 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. 10 years ago
  David Benjamin aeb8d00e76 Add less dangerous versions of SRTP functions. 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 b5b6854968 Add CBB_add_asn1_uint64. 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 b698617007 Add CBS_peek_asn1_tag. 10 years ago
  David Benjamin 0248889950 Don't mix and match libraries and errors. 10 years ago
  Adam Langley 7ea848165b Add generic OPERATION_NOT_SUPPORTED error code. 10 years ago
  David Benjamin 8f160a680b Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm. 10 years ago
  David Benjamin 2e1594dfb5 Remove #if-0'd ASN1_sign. 10 years ago