summaryrefslogtreecommitdiffstats
path: root/crypto/cms
AgeCommit message (Expand)Author
2015-12-09make updateDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-09-30Add GOST12 cms/smime capabilitiesMatt Caswell
2015-09-22New function X509_get0_subject_key_id()Dr. Stephen Henson
2015-09-11Fix zlib CMS compilation.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson
2015-08-12Fix memory leak if setup fails.Dr. Stephen Henson
2015-08-12Err isn't always malloc failure.Dr. Stephen Henson
2015-06-21RT3917: add cleanup on an error pathRich Salz
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-10Fix ECDH key identifier support.Dr. Stephen Henson
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-30Remove duplicate code.Dr. Stephen Henson
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24make dependDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-11make updateMatt Caswell
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-08-15cms_SignerInfo_content_sign: free sig on failure pathJonas Maebe
2014-07-10Don't clean up uninitialised EVP_CIPHER_CTX on error (CID 483259).Ben Laurie
2014-05-29Set version number correctly.Dr. Stephen Henson
2014-05-09Return an error if no recipient type matches.Dr. Stephen Henson
2014-05-06Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson
2014-02-19make dependDr. Stephen Henson
2014-02-15Remove duplicate statement.Dr. Stephen Henson
2014-02-13Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson
2013-12-22Canonicalise input in CMS_verify.Dr. Stephen Henson