summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/pkcs7
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Remove remaining error *_str_functs[]jsing1-41/+2
2020-01-21Remove redundant ASN1_INTEGER_set call in PKCS7_set_typeinoguchi1-2/+1
2019-10-04Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.tb1-7/+8
2019-03-13Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb2-5/+5
2017-05-02use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt1-25/+9
2017-01-29Send the function codes from the error functions to the bit bucket,beck4-173/+115
2016-12-30Expand ASN1_ITEM_rptr macros - no change in generated assembly.jsing4-13/+13
2016-12-27Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change injsing1-3/+3
2016-12-27Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have beenjsing1-4/+1
2016-12-27Expand DECLARE_ASN1_ITEM - no change to preprocessor output.jsing1-3/+3
2016-11-05More X509_STORE_CTX_set_*() return value checks.miod2-10/+12
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.jsing1-11/+51
2015-09-30Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).jsing2-9/+9
2015-09-30Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isjsing1-3/+3
2015-09-10Correct spelling of OPENSSL_cleanse.jsing1-8/+8
2015-07-29Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2-6/+6
2015-07-25Expand ASN.1 template macros - no change in generated assembly.jsing1-88/+544
2015-07-19Verify ASN1 objects types before attempting to access them as a particularmiod1-1/+3
2015-07-18Check the return value of ASN1_STRING_set(), for it may fail to allocatemiod1-2/+5
2015-07-15Remove dead code. Coverity CID 21688miod1-4/+1
2015-03-19Fix several crash causing defects from OpenSSL.tedu2-16/+86
2015-02-10Expand IMPLEMENT_ASN1_NDEF_FUNCTION and IMPLEMENT_ASN1_PRINT_FUNCTIONjsing1-3/+14
2015-02-10Manually expand ASN1_ITEM_rptr macros that should have been expanded withjsing1-2/+2
2015-02-10Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visiblejsing1-2/+7
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing1-11/+251
2015-02-07Don't support very old versions of Netscape (is there any other kind?).doug1-6/+5
2015-02-07Delete a lot of #if 0 code in libressl.doug1-23/+2
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod1-1/+3
2014-10-28Check the result of sk_*_push() operations for failure.miod1-17/+17
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing1-4/+3
2014-10-18None of these need to include <openssl/rand.h>jsing1-2/+1
2014-07-25BIO_free() returns immediately when the sole input is NULL.doug1-3/+2
2014-07-12if (x) FOO_free(x) -> FOO_free(x).miod2-10/+6
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing5-14/+16
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing1-1/+4
2014-07-10KNFmiod1-26/+34
2014-07-10Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removingmiod1-10/+6
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatjsing1-1/+3
2014-07-10Remove #if 0 code which dumps your data to stdout.miod1-9/+1
2014-07-08More KNF.jsing1-16/+18
2014-07-02pk7_doit.c r1.20 introduced a NULL check that ensures that the signaturejsing1-2/+2
2014-07-02Remove more unused cruft.jsing29-1633/+0
2014-07-02KNF.jsing1-61/+51
2014-06-29Remove yet another unused file... a backup copy (minus copyright andjsing1-66/+0
2014-06-29KNF.jsing11-1590/+1547
2014-06-29Remove another unused source file - I got suspicious when I found ajsing1-460/+0
2014-06-12tags as requested by miod and teduderaadt14-12/+14
2014-06-07Remove various test stubs. The good ones have been moved by jsingderaadt4-833/+0
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck1-2/+0
2014-05-25calloc instead of malloc/memset. from Benjamin Baiertedu1-3/+1