Revert "Fix TPM_PROOF to work with older versions"

This reverts commit 986eb59f13f12c0452895c7c0fbbffb338787132.
This commit is contained in:
Stefan Berger 2017-11-10 17:28:23 -05:00
parent 4ffc27dd4c
commit 7675c9371c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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