Skip to content

Commit eb4df24

Browse files
committed
Increase the command response buffer sizes
1 parent 599217e commit eb4df24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wolftpm/tpm2_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,10 +653,10 @@ typedef int64_t INT64;
653653
#define NUM_POLICY_PCR 1
654654
#endif
655655
#ifndef MAX_COMMAND_SIZE
656-
#define MAX_COMMAND_SIZE 4096
656+
#define MAX_COMMAND_SIZE 8192
657657
#endif
658658
#ifndef MAX_RESPONSE_SIZE
659-
#define MAX_RESPONSE_SIZE 4096
659+
#define MAX_RESPONSE_SIZE 8192
660660
#endif
661661
#ifndef ORDERLY_BITS
662662
#define ORDERLY_BITS 8

0 commit comments

Comments
 (0)