summaryrefslogtreecommitdiffstats
path: root/apps/list.c
AgeCommit message (Expand)Author
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
2019-09-04New function EVP_MD_free()Richard Levitte
2019-08-28Move print_param_types() to libapps, and give it indent argumentRichard Levitte
2019-08-27Coverty fixes for MACsRichard Levitte
2019-08-15Re-implement 'openssl list -mac-algorithms'Richard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Modify 'openssl list' to give more verbose descriptionsRichard Levitte
2019-07-23Re-implement the cipher and digest listings for 'openssl list'Richard Levitte
2019-07-15Move the code for 'openssl list' to its own translation unit.Richard Levitte