]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/lib/opt.c
apps/opt: refactor input format parsing
[thirdparty/openssl.git] / apps / lib / opt.c
2023-06-09  Dr. Matthias St... apps/opt: refactor input format parsing
2023-02-02  Dr. David von OheimbAPPS/{storeutl,gendsa}: give error on extra arguments...
2022-05-23  Benny BaumannAvoid unchecked string concatenation
2022-05-23  Benny BaumannAvoid potential OOB if width > sizeof(start)
2022-05-03  Matt CaswellUpdate copyright year
2022-01-11  Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-09  Paulifix Coverity 1494649: dead code
2021-12-07  Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-07-11  Pauliapp: add library context and propq arguments to opt_md...
2021-06-22  Richard LevitteAPPS: Make fallback opt_[u]intmax() implementations...
2021-06-16  Pauliapps: limit get_cipher() to not return AEAD or XTS...
2021-06-15  Pauliadd libctx and property query to fetch functions
2021-05-20  Dr. David von OheimbAPPS: Allow duplicate entries in options list, marking...
2021-05-20  Dr. David von OheimbAPPS: Allow non-option parameters appear anywhere in...
2021-05-05  Dr. David von OheimbAPPS: Slightly extend and improve documentation of...
2021-05-01  Rich SalzAPPS: Document the core of the opt_ API
2021-04-28  Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-24  Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-24  Dr. David von OheimbAPPS: Prevent ASAN hickup on idempotent strncpy() in...
2021-04-20  Rich SalzFlip ordering back
2021-04-20  Rich SalzFetch before get-by-name
2021-04-20  Rich SalzFetch and free cipher and md's
2021-04-14  Dr. David von OheimbAPPS and TEST: Make sure prog name is set for usage...
2021-02-05  Jon SpillettSwitch to BIO_snprintf to avoid missing symbol problems...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-13  Dr. David von Oheimbapps/lib/opt.c: Fix error message on unknown option...
2021-01-11  Dr. David von OheimbAPPS: Print help also on -h and --h; print high-level...
2021-01-11  Dr. David von OheimbAPPS: Fix confusion between program and app/command...
2020-09-10  Shane LontisFix fipsinstall module path
2020-06-13  Dr. David von OheimbExtend error output of apps/opt_format() to all error...
2020-06-13  Dr. David von OheimbRemove meanwhile redundant error output of apps/opt_nex...
2020-04-24  David von OheimbImprove feedback on wrong format with new print_format_...
2020-04-23  Matt CaswellUpdate copyright year
2020-01-10  Rich SalzTweak option error messages
2019-11-20  Rich SalzDocument command parameters.
2019-11-07  Rich SalzAdd "sections" to -help output
2019-11-03  Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-09-19  Jon SpillettAdd option grouping capability to apps
2019-09-04  Richard LevitteMove libapps.a source to apps/lib