summaryrefslogtreecommitdiffstats
path: root/crypto/cms
AgeCommit message (Expand)Author
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-07-25Constify CMS_decrypt_set1_key input bufferFdaSilvaYY
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-15Constify CMS_get0_type inputFdaSilvaYY
2016-06-13GH1141: Different fix, preferred by Richard.Rich Salz
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson
2016-05-05typoDr. Stephen Henson
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson
2016-04-28Don't leak EVP_MD_CTX on error pathMatt Caswell
2016-04-28Don't leak memory on error in cms_RecipientInfo_pwri_cryptMatt Caswell
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Fix no-desMatt Caswell
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-07mem functions cleanupRich Salz
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
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