mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-29 08:42:22 +00:00
tpm2: enable sha512 (breaks compatiblity)
Enable SHA512. Since the TPM 2 expects to see PCR values for the SHA512 bank in some of its structures, this breaks compatibility with existing state files. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
470d94d242
commit
effd551cfb
@ -117,7 +117,7 @@
|
||||
#define ALG_KEYEDHASH ALG_YES
|
||||
#define ALG_SHA256 ALG_YES
|
||||
#define ALG_SHA384 ALG_YES
|
||||
#define ALG_SHA512 ALG_NO
|
||||
#define ALG_SHA512 ALG_YES
|
||||
#define ALG_SM3_256 ALG_NO
|
||||
#define ALG_SM4 ALG_NO
|
||||
#define ALG_RSASSA (ALG_YES*ALG_RSA)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user