summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms_smime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up includes in cms_smime.ctb2023-12-221-7/+14
* Hide symbols in cms, comp, conf, and bufferbeck2023-07-081-1/+19
* Unifdef ZLIBtb2023-06-111-52/+1
* Make internal header file names consistenttb2022-11-261-3/+3
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.tb2019-10-041-1/+5
* Use ERR_asprintf_error_data() instead of ERR_add_error_data().jsing2019-08-111-3/+3
* Convert CMSerr() to CMSerror().jsing2019-08-111-38/+35
* Unlike OpenSSL we do not have our own special ssize_t.jsing2019-08-111-2/+2
* More style(9), whitespace and readability fixes.jsing2019-08-101-99/+144
* First pass at style(9).jsing2019-08-101-663/+663
* Fix includes for non-installed headers.jsing2019-08-101-3/+3
* Add $OpenBSD$ tags.jsing2019-08-101-0/+1
* Restore the original per-file licenses for CMS.jsing2019-08-101-5/+49
* Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto.jsing2019-08-101-0/+843
* Remove cms.jsing2016-09-041-821/+0
* Avoid an infinite loop that can occur when verifying a message with anlibressl-v2.2.0jsing2015-06-111-2/+2
* Make CMS_decrypt_set1_pkey() return an error if no recipient type matches,miod2014-07-111-3/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* KNF.jsing2014-05-241-283/+253
* Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).jsing2014-05-241-1/+1
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-1/+1
* resolve conflictsdjm2012-10-131-4/+57
* resolve conflicts, fix local changesdjm2010-10-011-18/+4
* resolve conflictsdjm2009-04-061-2/+2
* resolve conflictsdjm2009-01-091-0/+3
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-2/+4
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+806