]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/list.c
providers: add Argon2 KDF
[thirdparty/openssl.git] / apps / list.c
2023-03-17  Čestmír Kalinaproviders: add Argon2 KDF
2022-10-24  Daniel Fialaopenssl list: Fix help text about -cipher-algorithms...
2022-10-21  Daniel Fialaopenssl list: add an empty row at the end of each print...
2022-10-18  Todd ShortConvert ZLIB defines to OPENSSL_NO_ZLIB
2022-10-18  Todd ShortAdd ZSTD compression support (RFC8478bis)
2022-10-18  Todd ShortAdd brotli compression support (RFC7924)
2022-09-11  Paulilist: add an option to list all available algorithms
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2021-12-07  Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-06-15  Paulilist: use the app's libctx and property query when...
2021-06-02  Paulilist: update to not use XXX_get_number() calls
2021-06-01  Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-20  Pauliapp: add a -store_loaders option to list.
2021-05-19  Dr. David von Oheimbapps/list: Remove obsolete -missing-help option
2021-05-18  Dr. David von OheimbDOC: Fix nits found by improved find-doc-nits -c
2021-05-12  Pauliapps: make list -help not continue with listing
2021-05-12  Pauliapps: change list command to only list fetchable algori...
2021-05-05  Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-17  PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-02  Richard LevitteAPPS: Replace the use of OBJ_nid2ln() with name or...
2021-03-11  Matt CaswellUpdate copyright year
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-15  Rich SalzCheck non-option arguments
2020-12-15  Dmitry BelyavskiySkip unavailable digests and ciphers in -*-commands
2020-12-15  Dmitry BelyavskiyDeprecate -cipher-commands and -digest-commands options
2020-10-16  Paulilist: add a -provider-info option.
2020-09-25  Shane LontisUpdate openssl list to support new provider objects.
2020-09-23  Paulilist: add capability to print details about the current...
2020-09-13  Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-08-21  Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-07-30  Paulideserialisation: add deserialisation to the base provider
2020-07-30  Pauliserialisation: Add a built-in base provider.
2020-07-22  PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-16  Pauliapps: deprecate engines
2020-07-16  Pauliapps/list: deprecate engine support
2020-06-24  Pauliapp/list: add RNG list option
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-07  Paulicmdline app: add provider commandline options.
2020-02-06  Rich SalzUpdate command list
2020-01-29  Rich SalzDocument most missing options
2019-11-20  Rich SalzDocument command parameters.
2019-11-07  Rich SalzAdd "sections" to -help output
2019-10-17  Richard Levitte'openssl list' and 'openssl provider': adapt display...
2019-10-14  Rich SalzRemove duplicated line in 'openssl list' output
2019-10-09  Rich SalzRefactor -passin/-passout documentation
2019-10-06  Rich SalzAlso mention -- flag and ignore if undocumented
2019-09-27  PauliConsistent naming for context gettable param queries .
2019-09-25  Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-06  PauliApp updates for KDF provider conversion.
2019-09-04  Richard LevitteNew function EVP_CIPHER_free()
2019-09-04  Richard LevitteNew function EVP_MD_free()
2019-08-28  Richard LevitteMove print_param_types() to libapps, and give it indent...
2019-08-27  Richard LevitteCoverty fixes for MACs
2019-08-15  Richard LevitteRe-implement 'openssl list -mac-algorithms'
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15  Richard LevitteModify 'openssl list' to give more verbose descriptions
2019-07-23  Richard LevitteRe-implement the cipher and digest listings for 'openss...
2019-07-15  Richard LevitteMove the code for 'openssl list' to its own translation...