summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cms/cms_pwri.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2022-01-19Check return value from EVP_CIPHER_CTX_new in cms_pwri.cKinichiro Inoguchi
2019-08-12Inline the equivalent of ASN1_TYPE_unpack_sequence().Joel Sing
2019-08-11Expand M_ASN1_new_of and M_ASN1_free_of macros.Joel Sing
2019-08-11Use arc4random_buf() instead of RAND_bytes().Joel Sing
2019-08-11Include string.h for memcmp()/memcpy().Joel Sing
2019-08-11Use freezero() rather than OPENSSL_clear_free().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-11Expand ASN.1 macros.Joel Sing
2019-08-11Unlike OpenSSL we do not have our own special ssize_t.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
2015-05-15Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.Jonathan Gray
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-07-11Avoid invoking EVP_CIPHER_CTX_cleanup() on uninitialized memory; fromMiod 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-24Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).Joel Sing
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2012-10-13import OpenSSL-1.0.1cDamien Miller