]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check password length only when verify is enabled.
authorDaniel Fiala <daniel@openssl.org>
Wed, 16 Mar 2022 06:42:55 +0000 (07:42 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 17 Mar 2022 13:41:07 +0000 (14:41 +0100)
commit0a9bb445893b4a98ad1588aef2d14c29e6c4c5e3
tree577b0b35dec25d1d88086e442bc91ce324eb58ac
parent60f3fa75945d97ec6f008424d2c5b6b4165fc152
Check password length only when verify is enabled.

Fixes #16231.

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