summaryrefslogtreecommitdiff
path: root/apps/cms.c
Commit message (Expand)AuthorAgeFilesLines
* Enable some disabled __owursDmitry Belyavskiy2023-02-071-1/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* CMS sign digestViktor Söderqvist2022-04-021-9/+43
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-3/+3
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-4/+2
* CMS app: Fix new -wrap optionDr. David von Oheimb2021-08-251-1/+1
* Get rid of warn_binaryDmitry Belyavskiy2021-08-201-29/+0
* cms: Fix handling of -rctform optionTomas Mraz2021-08-051-8/+4
* cms: Do not try to check binary format on stdinTomas Mraz2021-08-051-0/+2
* apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli2021-06-161-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb2021-05-221-5/+20
* apps/cms: Simplify handling of encerts; add warning if they are ignoredDr. David von Oheimb2021-05-221-20/+22
* apps/cms: Clean up order of options in help output and documentationDr. David von Oheimb2021-05-201-143/+156
* apps/cms.c: Simplify make_receipt_request() and load_content_info(()Dr. David von Oheimb2021-05-191-36/+27
* apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb2021-05-191-13/+42
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-7/+9
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Fetch cipher-wrap after loading providers.Rich Salz2021-05-051-14/+7
* Remove an unused parameterRich Salz2021-04-221-1/+1
* Use build.info not file-wide ifndefRich Salz2021-04-211-30/+26
* Fetch and free cipher and md'sRich Salz2021-04-201-7/+10
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-3/+3
* apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz2021-03-151-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fetch cipher after loading providersRich Salz2021-02-121-5/+11
* Process digest option after loading providersRich Salz2021-02-121-3/+4
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-051-14/+12
* Check non-option argumentsRich Salz2020-12-151-0/+2
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-9/+6
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+5
* Remove some more CMS key downgradesMatt Caswell2020-10-151-14/+0
* Avoid memory leak of parent on allocation failure for child structureBenny Baumann2020-10-071-2/+4
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-10/+9
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+2
* Fix safestack issues in cms.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-031-0/+15
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-2/+1
* Add libctx support to CMS.Shane Lontis2020-08-091-49/+74
* CMS print should support string conversionDmitry Belyavskiy2020-06-241-3/+20
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-3/+10
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-7/+8
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1