hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / apps / include / opt.h
2023-11-24 Markus MinichmayrAdd option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the...
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-06-09 Dr. Matthias St... apps/asn1parse: improve RFC7462 compliance
2023-06-09 Dr. Matthias St... apps/opt: refactor input format parsing
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-05-03 Matt CaswellUpdate copyright year
2022-01-28 yangyangtiantianlo... apps: Add option -no_ems to s_client/s_server apps
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-07-11 Pauliapps: add query to allow a command to know of a provide...
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 Dmitry BelyavskiyDisabling Encrypt-then-MAC extension in s_client/s_server
2021-06-15 Rich SalzRemove "-immedate_renegotiation" option
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-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
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-20 Rich SalzFetch and free cipher and md's
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-02-05 Petr Gotthardapps/openssl: add -propquery command line option
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-11 Dr. David von OheimbAPPS: Fix confusion between program and app/command...
2020-09-10 Shane LontisFix fipsinstall module path
2020-08-18 PauliApps: change provider_path option to provider-path.
2020-07-23 Shane LontisTest RSA oaep in fips mode
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-24 David von OheimbImprove feedback on wrong format with new print_format_...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-03-07 Paulicmdline app: add provider commandline options.
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-19 Jon SpillettAdd option grouping capability to apps
2019-06-11 Shane LontisFix app opt compile failure due to missing <inttypes.h>
2019-02-13 Richard LevitteMove libapps headers into their own directory