aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_pwri.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-0/+8
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-25/+31
* Check that IV length is not less than zeroDmitry Belyavskiy2022-08-011-0/+4
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-271-0/+4
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-4/+4
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-3/+4
* Fix external symbols for cms.Shane Lontis2021-02-221-10/+10
* Update copyright yearRichard Levitte2021-01-281-1/+1
* CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis2021-01-181-3/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-23/+18
* Fix safestack issues in cms.hMatt Caswell2020-09-131-2/+0
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-6/+10
* Add libctx support to CMS.Shane Lontis2020-08-091-13/+19
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi2018-12-131-0/+1
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-061-1/+1
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-49/+5
* Don't leak memory on error in cms_RecipientInfo_pwri_cryptMatt Caswell2016-04-281-3/+7
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-19/+20
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-7/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Remove duplicate code.Dr. Stephen Henson2015-03-301-7/+3
* RAND_bytes updatesMatt Caswell2015-03-251-3/+4
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-384/+359
* Don't clean up uninitialised EVP_CIPHER_CTX on error (CID 483259).Ben Laurie2014-07-101-1/+2
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-9/+11
* Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson2010-07-261-2/+3
* Experimental CMS password based recipient Info support.Dr. Stephen Henson2009-11-261-0/+453