app: add library context and propq arguments to opt_md() and opt_cipher()
authorPauli <pauli@openssl.org>
Thu, 8 Jul 2021 01:25:11 +0000 (11:25 +1000)
committerPauli <pauli@openssl.org>
Sun, 11 Jul 2021 23:13:41 +0000 (09:13 +1000)
commit09b430cd87bc3b018fb97879eb6a2ea540c8e923
tree6c2cd45cab38bf8d99f1b64eda6f2c5839b54865
parentff215713655e721be505cc884aed5d1230c7759e
app: add library context and propq arguments to opt_md() and opt_cipher()

Also avoid calling EVP_get_XXXbyname() if legacy paths aren't allowed.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16022)
apps/lib/opt.c