summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_pwri.c
AgeCommit message (Expand)Author
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