summaryrefslogtreecommitdiffstats
path: root/apps/list.c
AgeCommit message (Expand)Author
2024-04-15list_provider_info(): Fix leak on errorTomas Mraz
2023-12-04Make 'openssl list' less sensitive for providers without paramsRichard Levitte
2023-11-10apps/list.c: Check the result of inserting a provider into provider's stackAlexey Fofanov
2023-09-07Copyright year updatesMatt Caswell
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-03-17providers: add Argon2 KDFČestmír Kalina
2022-10-24openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala
2022-10-21openssl list: add an empty row at the end of each printed list of commands an...Daniel Fiala
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-09-11list: add an option to list all available algorithmsPauli
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-06-15list: use the app's libctx and property query when searching for algorithmsPauli
2021-06-02list: update to not use XXX_get_number() callsPauli
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-20app: add a -store_loaders option to list.Pauli
2021-05-19apps/list: Remove obsolete -missing-help optionDr. David von Oheimb
2021-05-18DOC: Fix nits found by improved find-doc-nits -cDr. David von Oheimb
2021-05-12apps: make list -help not continue with listingPauli
2021-05-12apps: change list command to only list fetchable algorithms.Pauli
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-02APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-15Check non-option argumentsRich Salz
2020-12-15Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy
2020-12-15Deprecate -cipher-commands and -digest-commands optionsDmitry Belyavskiy
2020-10-16list: add a -provider-info option.Pauli
2020-09-26Update openssl list to support new provider objects.Shane Lontis
2020-09-23list: add capability to print details about the current DRBGsPauli
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-07-30deserialisation: add deserialisation to the base providerPauli
2020-07-30serialisation: Add a built-in base provider.Pauli
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-16apps: deprecate enginesPauli
2020-07-16apps/list: deprecate engine supportPauli
2020-06-24app/list: add RNG list optionPauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-06Update command listRich Salz
2020-01-29Document most missing optionsRich Salz
2019-11-20Document command parameters.Rich Salz