mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-13 02:17:46 +00:00
tpm2: Introduce SEED_COMPAT_LEVEL_RSA_PRIME_ADJUST_FIX but do not use yet
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
625171be0c
commit
b0ca810347
@ -42,6 +42,7 @@
|
||||
typedef UINT8 SEED_COMPAT_LEVEL;
|
||||
enum {
|
||||
SEED_COMPAT_LEVEL_ORIGINAL = 0, /* original TPM 2 code up to rev155 */
|
||||
SEED_COMPAT_LEVEL_RSA_PRIME_ADJUST_FIX = 1, /* RsaAdjustPrimeCandidate was fixed */
|
||||
SEED_COMPAT_LEVEL_LAST = SEED_COMPAT_LEVEL_ORIGINAL
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user