Also revert the implementation of VerifyPKCS1v15() back to the old behavior of
assuming hashed inputs. This was done to support exisiting applications even
though it makes the implementation no longer FIPS compliant.
Setting the enviroinment variable GOLANG_STRICT_FIPS=1 will cause calls to
VerifyPKCS1v15() to panic and can be used to test if an application is
complying with FIPS.
HashVerifyPKCS1v15 should be used instead of VerifyPKCS1v15 in order to comply with
FIPS requirements.
Also revert the implementation of VerifyPKCS1v15() back to the old behavior of
assuming hashed inputs. This was done to support exisiting applications even
though it makes the implementation no longer FIPS compliant.
Setting the enviroinment variable GOLANG_STRICT_FIPS=1 will cause calls to
VerifyPKCS1v15() to panic and can be used to test if an application is
complying with FIPS.
HashVerifyPKCS1v15 should be used instead of VerifyPKCS1v15 in order to comply with
FIPS requirements.