Skip to content

Commit

Permalink
ta: pkcs11: set TA version ID to 1.0.0
Browse files Browse the repository at this point in the history
PKCS#11 TA version ID is 0.1.0 since its early integration. Let's
set it 1.0.0 since it now mature enough to deserve a non-zero major
version number.

Signed-off-by: Etienne Carriere <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
etienne-lms committed Jan 6, 2025
1 parent 8796ab4 commit 5d5e5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ta/pkcs11/include/pkcs11_ta.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
{ 0xa4, 0x9c, 0xbb, 0xd8, 0x27, 0xae, 0x86, 0xee } }

/* PKCS11 trusted application version information */
#define PKCS11_TA_VERSION_MAJOR 0
#define PKCS11_TA_VERSION_MINOR 1
#define PKCS11_TA_VERSION_MAJOR 1
#define PKCS11_TA_VERSION_MINOR 0
#define PKCS11_TA_VERSION_PATCH 0

/* Attribute specific values */
Expand Down

0 comments on commit 5d5e5b3

Please sign in to comment.