summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
AgeCommit message (Expand)Author
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-05-05Fetch cipher-wrap after loading providers.Rich Salz
2021-04-22Remove an unused parameterRich Salz
2021-04-21Use build.info not file-wide ifndefRich Salz
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-12Fetch cipher after loading providersRich Salz
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2020-12-15Check non-option argumentsRich Salz
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Remove some more CMS key downgradesMatt Caswell
2020-10-07Avoid memory leak of parent on allocation failure for child structureBenny Baumann
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-09Add libctx support to CMS.Shane Lontis
2020-06-24CMS print should support string conversionDmitry Belyavskiy
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-10-05Add missing help text for some optionsRich Salz
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY
2019-05-02openssl cms: add error message if operation option is missingDr. Matthias St. Pierre
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-06Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak
2017-10-18Remove parentheses of return.KaoruToda
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY