summaryrefslogtreecommitdiffstats
path: root/apps/include/opt.h
AgeCommit message (Expand)Author
2023-11-24Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-06-09apps/asn1parse: improve RFC7462 complianceDr. Matthias St. Pierre
2023-06-09apps/opt: refactor input format parsingDr. Matthias St. Pierre
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-05-03Update copyright yearMatt Caswell
2022-01-28apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli
2021-06-22APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte
2021-06-16apps: limit get_cipher() to not return AEAD or XTS ciphersPauli
2021-06-15Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy
2021-06-15Remove "-immedate_renegotiation" optionRich Salz
2021-05-20APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb
2021-05-20APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
2021-05-01APPS: Document the core of the opt_ APIRich Salz
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-11APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb
2020-09-11Fix fipsinstall module pathShane Lontis
2020-08-18Apps: change provider_path option to provider-path.Pauli
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-24Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-19Add option grouping capability to appsJon Spillett
2019-06-11Fix app opt compile failure due to missing <inttypes.h>Shane Lontis
2019-02-13Move libapps headers into their own directoryRichard Levitte