summaryrefslogtreecommitdiffstats
path: root/apps/cms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks from missing checks of return value from sk_OPENSSL_STRING_p...Frederik Wedel-Heinen9 days1-9/+18
* Fix CMS encryption with key agreement when originator setJakub Zelenka12 days1-1/+8
* Fix originator cert leak in cms appJakub Zelenka12 days1-0/+1
* Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()Peter Juhasz2024-12-261-1/+7
* apps: Change default cipher to aes-256-cbc for req, cms and smime appsAditya2024-11-041-9/+2
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* apps/cms.c, apps/smime.c: Fix -crlfeol help messagesAndreas Treichel2024-08-151-1/+1
* {CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb2024-07-171-1/+4
* Fix a possible memleak in cms_mainBernd Edlinger2023-12-121-2/+4
* Fix a possible memory leak in make_receipt_requestBernd Edlinger2023-12-011-2/+7
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* apps/cms.c: Fix unreachable code in cms_main()atishkov2023-07-191-13/+10
* 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-111-5/+11
* Process digest option after loading providersRich Salz2021-02-111-3/+4
* Load rand state after loading providersRich Salz2021-02-111-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