aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Fix EVP_Cipher error-handling.David Benjamin1-4/+14
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin1-1/+0
2014-12-13Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin2-71/+44
2014-12-13Implement the V2ClientHello sniff in version-locked methods.David Benjamin2-0/+11
2014-12-13Add min_version and max_version APIs.David Benjamin1-0/+36
2014-12-13Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin1-2/+10
2014-12-13Remove SSL_CTX_set_ssl_version.David Benjamin1-3/+0
2014-12-13Remove redundant SSL_ST_BEFORE-related checks.David Benjamin1-1/+7
2014-12-13Mark SSL3_ENC_METHODs const and remove an unused one.David Benjamin1-1/+2
2014-12-09Remove EC_GROUP_set_point_conversion_formHåvard Molland1-5/+0
2014-12-08Remove ec hybrid point formatHåvard Molland1-4/+1
2014-12-05Update references to RFCs.David Benjamin2-14/+5
2014-12-04ClientHello Padding for Fast Radio Opening in 3G.Feng Lu1-0/+11
2014-12-04Renegerate OID outputs.David Benjamin1-16/+13
2014-12-04Remove SSL_set_debug.David Benjamin1-4/+0
2014-12-04Remove some unimplemented prototypes.David Benjamin1-20/+0
2014-12-02Add EVP_md5_sha1.David Benjamin1-0/+4
2014-12-02Replace s->first_packet with a s->s3->have_version bit.David Benjamin2-1/+4
2014-12-02Don't set s->state and s->server before the side is known.David Benjamin1-1/+5
2014-12-02Remove s->type from SSL.David Benjamin1-1/+0
2014-12-02Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.David Benjamin1-1/+0
2014-12-02Don't assign handshake_func in the handshake functions.David Benjamin1-0/+2
2014-12-02Remove SSL_(CTX_)get_ssl_method.David Benjamin1-6/+0
2014-12-02Recover SSL_OP_CIPHER_SERVER_PREFERENCE documentation.David Benjamin1-2/+2
2014-12-02Make it clear that SSL_OP_NO_DTLS* are the same as the TLS ones.David Benjamin1-2/+2
2014-12-02unifdef OPENSSL_NO_BIO.David Benjamin4-33/+1
2014-12-02Remove dead SSL BIO prototypes.David Benjamin1-9/+0
2014-12-02Remove method swap in SSL_set_session.David Benjamin1-2/+0
2014-12-01Make OCSP response and SCT list getter const-correct.David Benjamin1-2/+4
2014-11-24Cleanup of setting external bufferHåvard Molland1-8/+5
2014-11-21Remove SSL_set_session_secret_cb (EAP-FAST)David Benjamin2-31/+0
2014-11-19Add malloc failure tests.Adam Langley1-0/+1
2014-11-18Remove SSL_check_chain and unexport CERT_PKEY flags.David Benjamin2-22/+0
2014-11-18Remove CERT_PKEY_EXPLICIT_SIGN flag.David Benjamin1-2/+0
2014-11-18Remove SSL_get_peer_signature_nid and don't compute digests for peer_key.David Benjamin1-4/+0
2014-11-18Add EVP_PKEY_supports_digest.David Benjamin2-1/+15
2014-11-18Add zero copy read and write api for bio pairs.Håvard Molland1-0/+73
2014-11-17Remove some remnants of SSLv2.David Benjamin1-3/+1
2014-11-13Remove support for processing fragmented alertsAlex Chernyakhovsky2-3/+2
2014-11-10Remove psk_identity_hint from SSL_SESSION.David Benjamin2-4/+10
2014-11-10Remove SSL3_FLAGS_POP_BUFFER.David Benjamin1-2/+0
2014-11-10Compare r and s sizes to the order, not the degree.David Benjamin1-2/+2
2014-11-10Keep retransmit window size architecture-independent.David Benjamin1-5/+6
2014-11-10Remove DTLSv1_listen.David Benjamin2-6/+0
2014-11-10Remove i2d_X509_PKEY and d2i_X509_PKEY.David Benjamin1-2/+0
2014-11-10Remove pkey_ctrl.Adam Langley1-11/+0
2014-11-06Add digest_test with tests for all existing EVP_MDs.David Benjamin2-5/+1
2014-11-04Make SSL_MODE_AUTO_RETRY the default.Adam Langley1-3/+4
2014-11-04DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist.David Benjamin1-9/+0
2014-10-31Remove ERR_LIB_PKCS12.Adam Langley1-2/+0