summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7/pk7_doit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't leak the abuf on error in PKCS7_dataFinal()tb2024-11-301-1/+2
* Use EVP_MD_CTX_legacy_clear() internallytb2024-02-181-4/+4
* Fix various NULL dereferences in PKCS #12tb2024-01-251-2/+2
* Drop some unnecessary parenthesestb2023-11-151-19/+19
* Shuffle getters and adders down a bittb2023-11-151-34/+30
* Add missing error checking in PKCS7tb2023-03-091-3/+11
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-15/+15
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Make internal header file names consistenttb2022-11-261-3/+3
* Hide symbols in libcrypto/pkcs7beck2022-11-121-1/+15
* Simplify X509_ATTRIBUTE ASN.1 encoding.jsing2022-05-091-7/+3
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.tb2019-10-041-7/+8
* Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb2019-03-131-2/+2
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-25/+9
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-81/+53
* Expand ASN1_ITEM_rptr macros - no change in generated assembly.jsing2016-12-301-3/+3
* More X509_STORE_CTX_set_*() return value checks.miod2016-11-051-7/+6
* Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).jsing2015-09-301-5/+5
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-8/+8
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-291-3/+3
* Verify ASN1 objects types before attempting to access them as a particularmiod2015-07-191-1/+3
* Check the return value of ASN1_STRING_set(), for it may fail to allocatemiod2015-07-181-2/+5
* Remove dead code. Coverity CID 21688miod2015-07-151-4/+1
* Fix several crash causing defects from OpenSSL.tedu2015-03-191-15/+83
* Delete a lot of #if 0 code in libressl.doug2015-02-071-23/+2
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-4/+3
* BIO_free() returns immediately when the sole input is NULL.doug2014-07-251-3/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* Remove #if 0 code which dumps your data to stdout.miod2014-07-101-9/+1
* pk7_doit.c r1.20 introduced a NULL check that ensures that the signaturejsing2014-07-021-2/+2
* KNF.jsing2014-06-291-621/+565
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* Make sure PKCS7_get_octet_string() return values are checked for NULL.miod2014-05-061-2/+10
* XXXXXXXXXXXXXXXX -> XXXtedu2014-04-181-3/+3
* fix another potential double freejsg2014-04-181-2/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-16/+16
* resolve conflictsdjm2012-10-131-25/+76
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-3/+0
* resolve conflicts, fix local changesdjm2010-10-011-191/+295
* resolve conflictsdjm2008-09-061-110/+244
* resolve conflictsdjm2005-04-291-6/+36
* from openssl, 1.50.2.9, make S/MIME encrypt work again.markus2004-04-251-4/+9
* merge 0.9.7dmarkus2004-04-081-32/+26
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-0/+5
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-3/+3