summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cms/cms_env.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2021-09-08Fix leak in cms_RecipientInfo_kekri_decrypt()Theo Buehler
2019-10-04Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.Theo Buehler
2019-08-11Include string.h for explicit_bzero().Joel Sing
2019-08-11Expand M_ASN1_new_of and M_ASN1_free_of macros.Joel Sing
2019-08-11Use freezero() rather than OPENSSL_clear_free().Joel Sing
2019-08-11Use explicit_bzero() instead of OPENSSL_cleanse().Joel Sing
2019-08-11Use malloc(3) and free(3), rather than OPENSSL_{malloc,free}().Joel Sing
2019-08-11Convert CMSerr() to CMSerror().Joel Sing
2019-08-10More style(9), whitespace and readability fixes.Joel Sing
2019-08-10First pass at style(9).Joel Sing
2019-08-10Fix includes for non-installed headers.Joel Sing
2019-08-10Add $OpenBSD$ tags.Joel Sing
2019-08-10Restore the original per-file licenses for CMS.Joel Sing
2019-08-10Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto.Joel Sing
2016-09-04Remove cms.Joel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-24KNF.Joel Sing
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2008-09-06import of OpenSSL 0.9.8hDamien Miller