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
2022-10-24openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
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
2019-11-08Add "sections" to -help outputRich Salz
2019-10-17'openssl list' and 'openssl provider': adapt display of multiple namesRichard Levitte
2019-10-15Remove duplicated line in 'openssl list' outputRich Salz
2019-10-09Refactor -passin/-passout documentationRich Salz
2019-10-06Also mention -- flag and ignore if undocumentedRich Salz
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell
2019-09-06App updates for KDF provider conversion.Pauli
2019-09-04New function EVP_CIPHER_free()Richard Levitte