mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-31 11:12:04 +00:00
Prevent SHA1 signature generation like FIPS mode on the host does for RSA and all ECC (ecdsa, ecdaa, ecschnorr, sm2) signing algorithms by implementing attribute no-sha1-signing. Since CryptRSASign and CryptEccSign are called from CryptSign the check for SHA1 can be done there. The other call locations are from the algorithm test functions where the default hash is SHA512. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> |
||
|---|---|---|
| .. | ||
| man3 | ||
| Makefile.am | ||