summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_pwri.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-08-09Add libctx support to CMS.Shane Lontis
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-13Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi
2018-12-06Following the license change, modify the boilerplates in crypto/cms/Richard Levitte
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-28Don't leak memory on error in cms_RecipientInfo_pwri_cryptMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-30Remove duplicate code.Dr. Stephen Henson
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-07-10Don't clean up uninitialised EVP_CIPHER_CTX on error (CID 483259).Ben Laurie
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
2010-07-26Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson
2009-11-26Experimental CMS password based recipient Info support.Dr. Stephen Henson