summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-11-01Remove des_ver.h; broke build.Rich Salz
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-29BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq
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 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-23Remove bugs/ and crypto/threads/Alessandro Ghedini
2015-10-22Only include SRP headers when OPENSSL_NO_SRP is undefinedRichard 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-18ct_locl.h moved, reflect it in crypto/ct/MakefileRichard Levitte
2015-10-18make updateRichard Levitte
2015-10-18Because ct_locl.h is used between modules, move it to internal headersRichard Levitte
2015-10-18set string type when embeddingDr. Stephen Henson
2015-10-15Remove Obsolete enginesMatt Caswell
2015-10-15Fix self signed handling.Dr. Stephen Henson
2015-10-15embed CRL serial number and signature fieldsDr. Stephen Henson
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson
2015-10-15embed value field of X509_EXTENSIONDr. Stephen Henson
2015-10-15Handle embed flag in ASN1_STRING_copy().Dr. Stephen Henson
2015-10-14Remove EVP_CHECK_DES_KEYEmilia Kasper
2015-10-14ct_locl.h: fix some commentsEmilia Kasper
2015-10-13RFC5753 compliance.Dr. Stephen Henson
2015-10-11embed OCSP_CERTIDDr. Stephen Henson
2015-10-11embed support for ASN1_STRINGDr. Stephen Henson
2015-10-11Embed various OCSP fields.Dr. Stephen Henson
2015-10-11embed support for CHOICE typeDr. Stephen Henson
2015-10-11Typo.Dr. Stephen Henson
2015-10-09Fix Windows buildMatt Caswell
2015-10-09Initial commit for Certificate Transparency supportAdam Eijdenberg
2015-10-08Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell
2015-10-08When ENGINE_add finds that id or name is missing, actually returnRichard Levitte
2015-10-07Don't check pointer we just freed, always set it to NULL.Pascal Cuoq
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq
2015-10-07Set flags to 0 before calling BN_with_flags()Pascal Cuoq
2015-10-06Fix travis builds on masterAlessandro Ghedini
2015-10-05New cipher and cipher modes standardized in RussiaDmitry Belyavskiy
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov
2015-10-05bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov
2015-10-05Free up ASN.1 structures at top level only.Dr. Stephen Henson