summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-10-30More state machine reorgMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-30Remove ssl_get_message from ssl_method_stMatt Caswell
2015-10-30Move PACKET creation into the state machineMatt Caswell
2015-10-30Remove the SSL state variableMatt Caswell
2015-10-30Remove the type variableMatt Caswell
2015-10-30Convert DTLSv1_listen to use new state machine codeMatt 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-30Delete unused 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-30Client TLS state machine rewrite cleanupMatt Caswell
2015-10-30Implement Client TLS state machineMatt 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-29BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq
2015-10-28Remove SSLeay history, etc., from docsRich Salz
2015-10-27Remove HAMC_cleanupRich Salz
2015-10-26Move crypto/threads to demo/threadsRich Salz
2015-10-25Probably fix travis (wine build).Ben Laurie
2015-10-24Improve make depend.Ben Laurie
2015-10-24Fix undeclared variable warnings.Ben Laurie
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Check memory allocationAlessandro Ghedini
2015-10-23Fix references to various RFCsAlessandro Ghedini
2015-10-23Fix typosAlessandro Ghedini
2015-10-23Set salt length after the malloc has succeededAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-23Replace malloc+strlcpy with strdupAlessandro Ghedini
2015-10-23Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini
2015-10-23Remove bugs/ and crypto/threads/Alessandro Ghedini
2015-10-22Clarify return values for EVP_DigestVerifyFinal.Adam Eijdenberg
2015-10-22Only include SRP headers when OPENSSL_NO_SRP is undefinedRichard Levitte
2015-10-22Make Configure die when unsupported options are givenRichard Levitte
2015-10-22Add an explicit list of options that can be disabled, enabled, ...Richard Levitte
2015-10-21make updateRichard Levitte
2015-10-21Don't forget to load the CT error stringsRichard Levitte
2015-10-21Handle CT error macros separatelyRichard Levitte
2015-10-21Don't use SSLv23_server_method in an exampleMatt Caswell
2015-10-21Avoid undefined behaviour in PACKET_buf_initMatt Caswell
2015-10-18ct_locl.h moved, reflect it in crypto/ct/MakefileRichard Levitte
2015-10-18make updateRichard Levitte
2015-10-18Add crypto/include/internal to the directories to scan for stack declarationsRichard Levitte
2015-10-18Because ct_locl.h is used between modules, move it to internal headersRichard Levitte
2015-10-18Move auto Host adding to query_responderDr. Stephen Henson