summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
AgeCommit message (Expand)Author
2023-12-12Fix a possible memleak in cms_mainBernd Edlinger
2023-12-01Fix a possible memory leak in make_receipt_requestBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-07-19apps/cms.c: Fix unreachable code in cms_main()atishkov
2023-02-07Enable some disabled __owursDmitry Belyavskiy
2022-05-03Update copyright yearMatt Caswell
2022-04-02CMS sign digestViktor Söderqvist
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-08-25CMS app: Fix new -wrap optionDr. David von Oheimb
2021-08-20Get rid of warn_binaryDmitry Belyavskiy
2021-08-05cms: Fix handling of -rctform optionTomas Mraz
2021-08-05cms: Do not try to check binary format on stdinTomas Mraz
2021-06-16apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-22apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb
2021-05-22apps/cms: Simplify handling of encerts; add warning if they are ignoredDr. David von Oheimb
2021-05-20apps/cms: Clean up order of options in help output and documentationDr. David von Oheimb
2021-05-19apps/cms.c: Simplify make_receipt_request() and load_content_info(()Dr. David von Oheimb
2021-05-19apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
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