aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz7-41/+17
2015-10-30Fix various error codesMatt Caswell1-2/+2
2015-10-30Remove the old state definesMatt Caswell2-117/+0
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell1-3/+1
2015-10-30Don't depend on SSL structure internalsMatt Caswell1-2/+2
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell1-4/+4
2015-10-30Move PACKET creation into the state machineMatt Caswell1-0/+2
2015-10-30Redefine old state valuesMatt Caswell2-91/+97
2015-10-30Remove redundant codeMatt Caswell1-7/+60
2015-10-30Move server side DTLS to new state machineMatt Caswell1-0/+1
2015-10-30Move server side TLS to new state machineMatt Caswell1-0/+1
2015-10-30Split TLS server functionsMatt Caswell1-0/+12
2015-10-30Implement DTLS client move to new state machineMatt Caswell1-0/+1
2015-10-30dtls_get_message changes for state machine moveMatt Caswell1-0/+1
2015-10-30Split client message reading and writing functionsMatt Caswell1-0/+16
2015-10-30Add initial state machine rewrite codeMatt Caswell1-0/+2
2015-10-30Split ssl3_get_messageMatt Caswell1-0/+2
2015-10-27Remove HAMC_cleanupRich Salz1-2/+0
2015-10-23Fix references to various RFCsAlessandro Ghedini1-25/+12
2015-10-11embed support for ASN1_STRINGDr. Stephen Henson1-0/+2
2015-10-11Embed various OCSP fields.Dr. Stephen Henson1-7/+7
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-1/+1
2015-10-09Initial commit for Certificate Transparency supportAdam Eijdenberg1-0/+2
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper1-0/+1
2015-10-08Fix no-ripemd on WindowsMatt Caswell1-1/+1
2015-10-06Address more Windows warnings illuminated by mingw.Andy Polyakov1-2/+6
2015-10-05New cipher and cipher modes standardized in RussiaDmitry Belyavskiy1-0/+27
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper1-0/+1
2015-10-05Free up ASN.1 structures at top level only.Dr. Stephen Henson1-1/+1
2015-10-02Remove BIO_s_file_internal macro.Rich Salz1-1/+0
2015-10-01Revert "Custom cipher constants"Matt Caswell1-12/+0
2015-10-01Custom cipher constantsDmitry Belyavskiy1-0/+12
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell1-1/+1
2015-09-30Make update / libeay.num fixRich Salz1-11/+0
2015-09-29Fix no-stdio buildDavid Woodhouse7-21/+28
2015-09-29asn1t.h: silence -Wmissing-prototype in Windows builds.Andy Polyakov1-1/+1
2015-09-28RT3948: Some structs have confusing names.Nicholas Cooper2-4/+4
2015-09-25Add ability to set default CA path and file locations individuallyMatt Caswell1-0/+2
2015-09-23DTLSv1_listen rewriteMatt Caswell1-0/+5
2015-09-23Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell1-0/+2
2015-09-22New function X509_get0_subject_key_id()Dr. Stephen Henson1-0/+1
2015-09-22Make X509 opaqueDr. Stephen Henson1-42/+1
2015-09-22BUF_strndup: tidyEmilia Kasper1-2/+2
2015-09-22Make BUF_strndup() read-safe on arbitrary inputsAlessandro Ghedini1-0/+6
2015-09-22New accessor X509_REQ_get_X509_PUBKEY()Dr. Stephen Henson1-0/+1
2015-09-22Additional X509_CRL accessors.Dr. Stephen Henson1-0/+2
2015-09-22Add accessors for X509_REVOKED.Dr. Stephen Henson1-0/+2
2015-09-22Add accessors for request and CRL signaturesDr. Stephen Henson1-0/+6
2015-09-20Move EVP_PKEY_METHOD into private headers.Dr. Stephen Henson6-13/+0
2015-09-17Embed various signature algorithms.Dr. Stephen Henson1-6/+5