aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger2019-09-101-4/+8
* Add the ability to perform signatures in a providerMatt Caswell2019-09-091-0/+36
* Regenerate mkerr filesRich Salz2019-07-161-61/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-0/+1
* Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte2018-12-068-8/+8
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Remove redundant ASN1_INTEGER_set callEric Brown2018-09-031-1/+0
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Improve error handling in pk7_doitMatt Caswell2018-03-121-3/+5
* Remove parentheses of return.KaoruToda2017-10-182-27/+27
* Code hygiene; initialize some pointers.Mouse2017-10-161-1/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-092-10/+10
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-2/+1
* make error tables const and separate header fileRich Salz2017-06-071-99/+124
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* Remove dead code in crypto/pkcs7Emilia Kasper2017-02-282-40/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY2016-07-051-10/+11
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+5
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-183-3/+0
* Add some missing return value checksMatt Caswell2016-06-131-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-37/+12
* Copyright consolidation 04/10Rich Salz2016-05-1710-529/+55
* Free memory on error in PKCS7_dataFinal()Matt Caswell2016-04-281-0/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-50/+0
* Fix PKCS7 memory leakMatt Caswell2016-04-181-0/+1
* Make many X509_xxx types opaque.Rich Salz2016-04-151-8/+11
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove Netware and OS/2Rich Salz2016-03-171-1/+1
* Add PKCS7_NO_DUAL_CONTENT flagRich Salz2016-02-231-4/+12
* 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
* Enhance and clear the support of linker flagsRichard Levitte2016-02-061-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+4
* Templatize util/domdRich Salz2016-01-291-2/+1
* Configure et al: split up the lflags configuration item into twoRichard Levitte2016-01-291-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2610-10/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+2
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-176/+68
* make updateRichard Levitte2016-01-121-67/+80
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-312-8/+3
* make updateDr. Stephen Henson2015-12-091-9/+3
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-7/+7
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-22/+36
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-092-8/+10