aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rebuild error source files.Dr. Stephen Henson2015-11-051-19/+13
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* Add GOST12 cms/smime capabilitiesMatt Caswell2015-09-301-0/+2
* Remove warning about use of uninitialised variableRichard Levitte2015-09-061-2/+1
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-3/+3
* RT3955: Reduce some stack usageRich Salz2015-09-051-20/+34
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-2/+2
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-311-1/+1
* GH354: Memory leak fixesAlessandro Ghedini2015-08-281-20/+6
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-5/+8
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-147-7/+7
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-114-24/+24
* free null cleanup finaleRich Salz2015-05-011-5/+3