You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: accept decoder errors for wrong FIPS passphrases
Wrong-passphrase CBC decryption can occasionally produce valid padding.
OpenSSL then parses the invalid plaintext and reports ASN.1 or decoder
errors instead of bad decrypt.
Accept these equivalent failures for FIPS-generated keys while keeping
strict checks for fixed non-FIPS fixtures.
Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
0 commit comments