aboutsummaryrefslogtreecommitdiffstats
path: root/apps/list.c
Commit message (Expand)AuthorAgeFilesLines
* providers: add Argon2 KDFČestmír Kalina2023-03-171-0/+3
* openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala2022-10-241-1/+1
* openssl list: add an empty row at the end of each printed list of commands an...Daniel Fiala2022-10-211-29/+47
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-181-1/+1
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-181-0/+3
* Add brotli compression support (RFC7924)Todd Short2022-10-181-0/+3
* list: add an option to list all available algorithmsPauli2022-09-111-8/+37
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-4/+4
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-1/+1
* list: use the app's libctx and property query when searching for algorithmsPauli2021-06-151-16/+22
* list: update to not use XXX_get_number() callsPauli2021-06-021-77/+24
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-011-42/+42
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-76/+81
* app: add a -store_loaders option to list.Pauli2021-05-201-1/+64
* apps/list: Remove obsolete -missing-help optionDr. David von Oheimb2021-05-191-28/+1
* DOC: Fix nits found by improved find-doc-nits -cDr. David von Oheimb2021-05-181-2/+2
* apps: make list -help not continue with listingPauli2021-05-121-1/+1
* apps: change list command to only list fetchable algorithms.Pauli2021-05-121-41/+101
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+2
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-1/+1
* APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte2021-04-021-6/+58
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-147/+159
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-3/+0
* Check non-option argumentsRich Salz2020-12-151-3/+3
* Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy2020-12-151-0/+44
* Deprecate -cipher-commands and -digest-commands optionsDmitry Belyavskiy2020-12-151-2/+7
* list: add a -provider-info option.Pauli2020-10-161-0/+75
* Update openssl list to support new provider objects.Shane Lontis2020-09-261-69/+432
* list: add capability to print details about the current DRBGsPauli2020-09-231-2/+79
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-70/+69
* deserialisation: add deserialisation to the base providerPauli2020-07-301-0/+71
* serialisation: Add a built-in base provider.Pauli2020-07-301-3/+72
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-3/+5
* apps: deprecate enginesPauli2020-07-161-0/+3
* apps/list: deprecate engine supportPauli2020-07-161-5/+18
* app/list: add RNG list optionPauli2020-06-241-1/+80
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+8
* Update command listRich Salz2020-02-061-0/+1
* Document most missing optionsRich Salz2020-01-291-1/+3
* Document command parameters.Rich Salz2019-11-201-0/+1
* Add "sections" to -help outputRich Salz2019-11-081-0/+5
* 'openssl list' and 'openssl provider': adapt display of multiple namesRichard Levitte2019-10-171-17/+48
* Remove duplicated line in 'openssl list' outputRich Salz2019-10-151-1/+0
* Refactor -passin/-passout documentationRich Salz2019-10-091-0/+3
* Also mention -- flag and ignore if undocumentedRich Salz2019-10-061-0/+2