]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps: add a function opt_legacy_okay() that indicates if legacy paths are permitted...
authorPauli <pauli@openssl.org>
Thu, 8 Jul 2021 01:24:05 +0000 (11:24 +1000)
committerPauli <pauli@openssl.org>
Sun, 11 Jul 2021 23:13:41 +0000 (09:13 +1000)
commitff215713655e721be505cc884aed5d1230c7759e
tree83bb22f549fdd52c54490989917024d96cac93d8
parent242dfd8a1b93326d200383948a8d57db5ce57de0
apps: add a function opt_legacy_okay() that indicates if legacy paths are permitted or not

By default they are.  However, if a provider, provider path or a property query has been specified
they are not.  Likewise, if a library context or a property query has been
specified by the command, they are not.

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