chacha-riscv64-v-zbb.pl: better format
[openssl.git] / crypto / cms / cms_err.c
2023-10-17 Dr. David von OheimbCMS_add1_signer(): add missing ERR_raise() calls
2022-12-22 Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-04-02 Viktor SöderqvistCMS sign digest
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-04-10 Richard LevitteCMS KARI: Temporarly downgrade newly generated EVP_PKEY...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-16 Rich SalzRegenerate mkerr files
2019-06-03 Shane LontisAdd the content type attribute to additional CMS signer...
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-03 Rich SalzSet error code on alloc failures
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-27 Josh SorefFix spelling errors in CMS.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2013-07-17 Dr. Stephen HensonCMS support for key agreeement recipient info.
2013-06-21 Dr. Stephen HensonCMS public key parameter support.
2013-02-26 Dr. Stephen HensonAdd function CMS_RecipientInfo_encrypt
2009-11-26 Dr. Stephen HensonExperimental CMS password based recipient Info support.
2008-04-06 Dr. Stephen HensonFix typo and add header files to err library.
2008-04-06 Dr. Stephen HensonGive consistent return value and add error code for...
2008-03-28 Dr. Stephen HensonSigned receipt generation code.
2008-03-28 Dr. Stephen HensonSupport for verification of signed receipts.
2008-03-26 Dr. Stephen HensonAdd support for signed receipt request printout and...
2008-03-26 Dr. Stephen HensonSigned Receipt Request utility functions and option...
2008-03-19 Dr. Stephen HensonAllow alternate eContentType oids to be set in cms...
2008-03-19 Dr. Stephen HensonRebuild CMS error codes.
2008-03-19 Dr. Stephen HensonAdd support for KEK decrypt in cms utility.
2008-03-18 Dr. Stephen HensonMore support for KEK RecipientInfo.
2008-03-17 Dr. Stephen HensonPartial support for KEKRecipientInfo type.
2008-03-17 Dr. Stephen HensonPreliminary support for enveloped data content type...
2008-03-16 Dr. Stephen HensonAdd support for random key generation: this will be...
2008-03-15 Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-15 Dr. Stephen HensonReturn error if no cipher set for encrypted data type.
2008-03-14 Dr. Stephen HensonReorganise encrypted content info code to avoid duplica...
2008-03-14 Dr. Stephen HensonEncrypted Data type processing. Add options to cms...
2008-03-14 Dr. Stephen HensonNew utility functions for encryptedData content type...
2008-03-12 Dr. Stephen HensonAnd so it begins...