aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs7
AgeCommit message (Expand)AuthorFilesLines
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-2/+1
2017-06-07make error tables const and separate header fileRich Salz1-99/+124
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+1
2017-02-28Remove dead code in crypto/pkcs7Emilia Kasper2-40/+0
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-05Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY1-10/+11
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY1-1/+5
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+1
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY3-3/+0
2016-06-13Add some missing return value checksMatt Caswell1-1/+2
2016-05-23Remove unused error/function codes.Rich Salz1-37/+12
2016-05-17Copyright consolidation 04/10Rich Salz10-529/+55
2016-04-28Free memory on error in PKCS7_dataFinal()Matt Caswell1-0/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-50/+0
2016-04-18Fix PKCS7 memory leakMatt Caswell1-0/+1
2016-04-15Make many X509_xxx types opaque.Rich Salz1-8/+11
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-17Remove Netware and OS/2Rich Salz1-1/+1
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz1-4/+12
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-06Enhance and clear the support of linker flagsRichard Levitte1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz10-10/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-1/+2
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-176/+68
2016-01-12make updateRichard Levitte1-67/+80
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson2-8/+3
2015-12-09make updateDr. Stephen Henson1-9/+3
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-7/+7
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-22/+36
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-8/+10
2015-11-05Rebuild error source files.Dr. Stephen Henson1-19/+13
2015-10-23Remove useless codeAlessandro Ghedini1-1/+0
2015-09-30Add GOST12 cms/smime capabilitiesMatt Caswell1-0/+2
2015-09-06Remove warning about use of uninitialised variableRichard Levitte1-2/+1
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson1-3/+3
2015-09-05RT3955: Reduce some stack usageRich Salz1-20/+34
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-2/+2
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson1-1/+1
2015-08-28GH354: Memory leak fixesAlessandro Ghedini1-20/+6
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper1-1/+15
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-5/+8
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte7-7/+7
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz4-24/+24