aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms
AgeCommit message (Expand)AuthorFilesLines
2017-08-08Support CMS decrypt without a certificate for all key typesDr. Stephen Henson1-6/+4
2017-06-07make error tables const and separate header fileRich Salz1-198/+231
2017-05-27Fix spelling errors in CMS.Josh Soref3-5/+5
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+1
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte1-13/+13
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte2-26/+26
2017-01-08Set EVP_PKEY_CTX in SignerInfoDr. Stephen Henson1-0/+1
2016-08-22Fix enable-zlibMatt Caswell1-1/+1
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson2-3/+3
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY1-4/+4
2016-07-25Constify CMS_decrypt_set1_key input bufferFdaSilvaYY1-1/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY2-2/+0
2016-06-15Constify CMS_get0_type inputFdaSilvaYY1-1/+1
2016-06-13GH1141: Different fix, preferred by Richard.Rich Salz1-2/+2
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell1-0/+4
2016-05-23Remove unused error/function codes.Rich Salz1-7/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 09/10Rich Salz14-686/+70
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson1-15/+16
2016-05-05typoDr. Stephen Henson1-1/+1
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson1-11/+14
2016-04-28Don't leak EVP_MD_CTX on error pathMatt Caswell1-1/+1
2016-04-28Don't leak memory on error in cms_RecipientInfo_pwri_cryptMatt Caswell1-3/+7
2016-04-20Remove --classic build entirelyRichard Levitte1-49/+0
2016-04-15Make many X509_xxx types opaque.Rich Salz1-7/+12
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-03-18Fix no-desMatt Caswell1-1/+4
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2-2/+3
2016-02-22Remove unused parameters from internal functionsRich Salz1-4/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-05GH601: Various spelling fixes.FdaSilvaYY3-5/+5
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+5
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz15-15/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson3-1/+3
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-310/+67
2016-01-12make updateRichard Levitte1-137/+164
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte4-30/+34
2016-01-07mem functions cleanupRich Salz1-20/+22
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson3-5/+2
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson1-4/+1
2015-12-09make updateDr. Stephen Henson1-22/+8
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte3-13/+13