aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* Support CMS decrypt without a certificate for all key typesDr. Stephen Henson2017-08-081-6/+4
* make error tables const and separate header fileRich Salz2017-06-071-198/+231
* Fix spelling errors in CMS.Josh Soref2017-05-273-5/+5
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-13/+13
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-102-26/+26
* Set EVP_PKEY_CTX in SignerInfoDr. Stephen Henson2017-01-081-0/+1
* Fix enable-zlibMatt Caswell2016-08-221-1/+1
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-172-3/+3
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-4/+4
* Constify CMS_decrypt_set1_key input bufferFdaSilvaYY2016-07-251-1/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-182-2/+0
* Constify CMS_get0_type inputFdaSilvaYY2016-06-151-1/+1
* GH1141: Different fix, preferred by Richard.Rich Salz2016-06-131-2/+2
* RT3053: Check for NULL before dereferencingPhillip Hellewell2016-06-121-0/+4
* Remove unused error/function codes.Rich Salz2016-05-231-7/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-1714-686/+70
* Only set CMS parameter when encryptingDr. Stephen Henson2016-05-061-15/+16
* typoDr. Stephen Henson2016-05-051-1/+1
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* Don't leak EVP_MD_CTX on error pathMatt Caswell2016-04-281-1/+1
* Don't leak memory on error in cms_RecipientInfo_pwri_cryptMatt Caswell2016-04-281-3/+7
* Remove --classic build entirelyRichard Levitte2016-04-201-49/+0
* Make many X509_xxx types opaque.Rich Salz2016-04-151-7/+12
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Fix no-desMatt Caswell2016-03-181-1/+4
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-082-2/+3
* Remove unused parameters from internal functionsRich Salz2016-02-221-4/+2
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-053-5/+5
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+5
* Templatize util/domdRich Salz2016-01-291-2/+1
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-271-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2615-15/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-203-1/+3
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-310/+67
* make updateRichard Levitte2016-01-121-137/+164
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-124-30/+34
* mem functions cleanupRich Salz2016-01-071-20/+22
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-073-5/+2
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-4/+1
* make updateDr. Stephen Henson2015-12-091-22/+8
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-073-13/+13