summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_kari.c
AgeCommit message (Expand)Author
2021-06-02cms: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-02-22Fix external symbols for cms.Shane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-18CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Remove a CMS key downgradeMatt Caswell
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-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-04-30coverity 1462567: Null pointer dereferencesPauli
2020-04-30coverity 1462543 Logically dead codePauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-10CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-30Fix a bundle of mischecks of return valuesPaul Yang
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
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez
2018-12-06Following the license change, modify the boilerplates in crypto/cms/Richard Levitte
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-18Fix no-desMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-10Fix ECDH key identifier support.Dr. Stephen Henson
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-07-17CMS support for key agreeement recipient info.Dr. Stephen Henson