summaryrefslogtreecommitdiff
path: root/apps/lib/opt.c
Commit message (Expand)AuthorAgeFilesLines
* APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb2023-02-021-2/+7
* Avoid unchecked string concatenationBenny Baumann2022-05-231-17/+13
* Avoid potential OOB if width > sizeof(start)Benny Baumann2022-05-231-46/+58
* Update copyright yearMatt Caswell2022-05-031-1/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-1/+18
* fix Coverity 1494649: dead codePauli2021-12-101-3/+3
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-3/+37
* app: add library context and propq arguments to opt_md() and opt_cipher()Pauli2021-07-121-5/+14
* APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte2021-06-221-5/+40
* apps: limit get_cipher() to not return AEAD or XTS ciphersPauli2021-06-161-6/+37
* add libctx and property query to fetch functionsPauli2021-06-151-0/+1
* APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb2021-05-201-3/+8
* APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb2021-05-201-2/+9
* APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb2021-05-051-18/+11
* APPS: Document the core of the opt_ APIRich Salz2021-05-011-3/+3
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-281-15/+38
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-4/+28
* APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()Dr. David von Oheimb2021-04-241-2/+4
* Flip ordering backRich Salz2021-04-201-2/+2
* Fetch before get-by-nameRich Salz2021-04-201-2/+2
* Fetch and free cipher and md'sRich Salz2021-04-201-4/+10
* APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb2021-04-141-0/+3
* Switch to BIO_snprintf to avoid missing symbol problems on WindowsJon Spillett2021-02-051-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-0/+14
* apps/lib/opt.c: Fix error message on unknown option/digestDr. David von Oheimb2021-01-131-1/+2
* APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb2021-01-111-1/+2
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-111-1/+9
* Fix fipsinstall module pathShane Lontis2020-09-111-9/+34
* Extend error output of apps/opt_format() to all error casesDr. David von Oheimb2020-06-131-0/+2
* Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb2020-06-131-18/+7
* Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb2020-04-241-0/+35
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Tweak option error messagesRich Salz2020-01-111-3/+3
* Document command parameters.Rich Salz2019-11-201-9/+17
* Add "sections" to -help outputRich Salz2019-11-081-3/+9
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-1/+4
* Add option grouping capability to appsJon Spillett2019-09-191-30/+42
* Move libapps.a source to apps/libRichard Levitte2019-09-041-0/+955