Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 7d5ff7d

Browse files
authored
ECC key import fix. (#1760)
1 parent 3761a1e commit 7d5ff7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vendors/microchip/boards/ecc608a_plus_winsim/aws_tests/config_files/iot_pkcs11_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
/*
7070
* @brief Set to 1 if importing device private key via C_CreateObject is supported. 0 if not.
7171
*/
72-
#define pkcs11configIMPORT_PRIVATE_KEYS_SUPPORTED 1
72+
#define pkcs11configIMPORT_PRIVATE_KEYS_SUPPORTED 0
7373

7474
/**
7575
* @brief Set to 1 if OTA image verification via PKCS #11 module is supported.

vendors/microchip/boards/ecc608a_plus_winsim/aws_tests/config_files/iot_test_pkcs11_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
/*
7575
* @brief Set to 1 if importing device private key via C_CreateObject is supported. 0 if not.
7676
*/
77-
#define pkcs11testIMPORT_PRIVATE_KEY_SUPPORT ( 1 )
77+
#define pkcs11testIMPORT_PRIVATE_KEY_SUPPORT ( 0 )
7878

7979
/*
8080
* @brief Set to 1 if generating a device private-public key pair via C_GenerateKeyPair. 0 if not.

0 commit comments

Comments
 (0)