aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-307-41/+17
* Fix various error codesMatt Caswell2015-10-301-2/+2
* Remove the old state definesMatt Caswell2015-10-302-117/+0
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-3/+1
* Don't depend on SSL structure internalsMatt Caswell2015-10-301-2/+2
* Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell2015-10-301-4/+4
* Move PACKET creation into the state machineMatt Caswell2015-10-301-0/+2
* Redefine old state valuesMatt Caswell2015-10-302-91/+97
* Remove redundant codeMatt Caswell2015-10-301-7/+60
* Move server side DTLS to new state machineMatt Caswell2015-10-301-0/+1
* Move server side TLS to new state machineMatt Caswell2015-10-301-0/+1
* Split TLS server functionsMatt Caswell2015-10-301-0/+12
* Implement DTLS client move to new state machineMatt Caswell2015-10-301-0/+1
* dtls_get_message changes for state machine moveMatt Caswell2015-10-301-0/+1
* Split client message reading and writing functionsMatt Caswell2015-10-301-0/+16
* Add initial state machine rewrite codeMatt Caswell2015-10-301-0/+2
* Split ssl3_get_messageMatt Caswell2015-10-301-0/+2
* Remove HAMC_cleanupRich Salz2015-10-271-2/+0
* Fix references to various RFCsAlessandro Ghedini2015-10-231-25/+12
* embed support for ASN1_STRINGDr. Stephen Henson2015-10-111-0/+2
* Embed various OCSP fields.Dr. Stephen Henson2015-10-111-7/+7
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-1/+1
* Initial commit for Certificate Transparency supportAdam Eijdenberg2015-10-091-0/+2
* PACKET: simplify ServerKeyExchange parsingEmilia Kasper2015-10-081-0/+1
* Fix no-ripemd on WindowsMatt Caswell2015-10-081-1/+1
* Address more Windows warnings illuminated by mingw.Andy Polyakov2015-10-061-2/+6
* New cipher and cipher modes standardized in RussiaDmitry Belyavskiy2015-10-051-0/+27
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-051-0/+1
* Free up ASN.1 structures at top level only.Dr. Stephen Henson2015-10-051-1/+1
* Remove BIO_s_file_internal macro.Rich Salz2015-10-021-1/+0
* Revert "Custom cipher constants"Matt Caswell2015-10-011-12/+0
* Custom cipher constantsDmitry Belyavskiy2015-10-011-0/+12
* Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell2015-09-301-1/+1
* Make update / libeay.num fixRich Salz2015-09-301-11/+0
* Fix no-stdio buildDavid Woodhouse2015-09-297-21/+28
* asn1t.h: silence -Wmissing-prototype in Windows builds.Andy Polyakov2015-09-291-1/+1
* RT3948: Some structs have confusing names.Nicholas Cooper2015-09-282-4/+4
* Add ability to set default CA path and file locations individuallyMatt Caswell2015-09-251-0/+2
* DTLSv1_listen rewriteMatt Caswell2015-09-231-0/+5
* Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell2015-09-231-0/+2
* New function X509_get0_subject_key_id()Dr. Stephen Henson2015-09-221-0/+1
* Make X509 opaqueDr. Stephen Henson2015-09-221-42/+1
* BUF_strndup: tidyEmilia Kasper2015-09-221-2/+2
* Make BUF_strndup() read-safe on arbitrary inputsAlessandro Ghedini2015-09-221-0/+6
* New accessor X509_REQ_get_X509_PUBKEY()Dr. Stephen Henson2015-09-221-0/+1
* Additional X509_CRL accessors.Dr. Stephen Henson2015-09-221-0/+2
* Add accessors for X509_REVOKED.Dr. Stephen Henson2015-09-221-0/+2
* Add accessors for request and CRL signaturesDr. Stephen Henson2015-09-221-0/+6
* Move EVP_PKEY_METHOD into private headers.Dr. Stephen Henson2015-09-206-13/+0
* Embed various signature algorithms.Dr. Stephen Henson2015-09-171-6/+5