aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_kari.c
Commit message (Expand)AuthorAgeFilesLines
* cms: remove TODOsPauli2021-06-021-1/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+7
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Fix external symbols for cms.Shane Lontis2021-02-221-27/+30
* 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-7/+12
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-9/+5
* Remove a CMS key downgradeMatt Caswell2020-10-151-46/+0
* Fix safestack issues in cms.hMatt Caswell2020-09-131-2/+0
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-2/+2
* Add libctx support to CMS.Shane Lontis2020-08-091-15/+37
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-0/+7
* coverity 1462567: Null pointer dereferencesPauli2020-04-301-3/+5
* coverity 1462543 Logically dead codePauli2020-04-301-18/+18
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2020-04-101-0/+47
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-031-10/+83
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-4/+5
* Fix a bundle of mischecks of return valuesPaul Yang2019-09-301-1/+1
* 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
* Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez2019-02-131-1/+4
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-061-1/+1
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Copyright consolidation 09/10Rich Salz2016-05-171-49/+5
* Fix no-desMatt Caswell2016-03-181-1/+4
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-7/+8
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-5/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-4/+3
* free null cleanup finaleRich Salz2015-05-011-3/+2
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* Fix ECDH key identifier support.Dr. Stephen Henson2015-04-101-0/+4
* free NULL cleanupRich Salz2015-03-281-5/+3
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-382/+363
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-0/+480