Skip to content

Commit

Permalink
ta: pkcs11: sub.mk: set CFG_PKCS11_TA_CHECK_VALUE_ATTRIBUTE to n
Browse files Browse the repository at this point in the history
According to the specification attribute CKA_CHECK_VALUE
is optional, even though the TA supports it, disable it
by default.

Signed-off-by: Marouene Boubakri <marouene.boubakri@nxp.com>
  • Loading branch information
maroueneboubakri committed Dec 4, 2023
1 parent 32b7dec commit 12331b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ta/pkcs11/sub.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ CFG_PKCS11_TA_HEAP_SIZE ?= (32 * 1024)
# Defines the number of PKCS11 token implemented by the PKCS11 TA
CFG_PKCS11_TA_TOKEN_COUNT ?= 3

# When enabled, embed support for object checksum value computation
CFG_PKCS11_TA_CHECK_VALUE_ATTRIBUTE ?= n

global-incdirs-y += include
global-incdirs-y += src
subdirs-y += src

0 comments on commit 12331b5

Please sign in to comment.