mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-13 04:45:12 +00:00
Revert "Fix TPM_PROOF to work with older versions"
This reverts commit 986eb59f13f12c0452895c7c0fbbffb338787132.
This commit is contained in:
parent
4ffc27dd4c
commit
7675c9371c
@ -92,7 +92,7 @@
|
||||
#define ALG_RSA ALG_YES
|
||||
#define ALG_SHA1 ALG_YES
|
||||
#define ALG_HMAC ALG_YES
|
||||
#define ALG_TDES ALG_YES
|
||||
#define ALG_TDES ALG_NO
|
||||
#define ALG_AES ALG_YES
|
||||
#define ALG_MGF1 ALG_YES
|
||||
#define ALG_XOR ALG_YES
|
||||
|
||||
@ -189,12 +189,12 @@
|
||||
/* If the implementation is to compute the sizes of the proof and primary seed size values based on
|
||||
the implemented algorithms, then use this define. */
|
||||
#ifndef USE_SPEC_COMPLIANT_PROOFS
|
||||
//#define USE_SPEC_COMPLIANT_PROOFS
|
||||
#define USE_SPEC_COMPLIANT_PROOFS
|
||||
#endif
|
||||
/* Comment this out to allow compile to continue even though the chosen proof values do not match
|
||||
the compliant values. This is written so that someone would have to proactively ignore errors. */
|
||||
#ifndef SKIP_PROOF_ERRORS
|
||||
#define SKIP_PROOF_ERRORS
|
||||
//#define SKIP_PROOF_ERRORS
|
||||
#endif
|
||||
/* This define is used to eliminate the use of bit-fields. It can be enable for big- or
|
||||
little-endian machines but is required of big-endian system that number bits in registers from
|
||||
|
||||
Loading…
Reference in New Issue
Block a user