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