-
Notifications
You must be signed in to change notification settings - Fork 147
wolfPKCS11 test #731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
wolfPKCS11 test #731
Changes from all commits
0a18394
b8e241f
32446f3
2b23590
c21a50b
eadb860
436a1c4
c435755
18f17fe
a85dfde
5face3f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -205,10 +205,17 @@ if(BUILD_TEST_APPS) | |
| endif() | ||
|
|
||
| if(WOLFCRYPT_TZ_PKCS11) | ||
| list(APPEND TEST_APP_COMPILE_DEFINITIONS WOLFBOOT_PKCS11_APP SECURE_PKCS11 WOLFPKCS11_USER_SETTINGS) | ||
| list(APPEND TEST_APP_COMPILE_DEFINITIONS | ||
| WOLFBOOT_PKCS11_APP | ||
| SECURE_PKCS11 | ||
| WOLFBOOT_TZ_PKCS11 | ||
| WOLFPKCS11_USER_SETTINGS) | ||
| if(PKCS11_TESTAPP) | ||
| list(APPEND TEST_APP_COMPILE_DEFINITIONS WOLFBOOT_PKCS11_TESTAPP) | ||
| endif() | ||
| set(WOLFSSL_PKCS11_SOURCES | ||
| test_pkcs11.c | ||
| wcs/pkcs11_stub.c | ||
|
Comment on lines
207
to
218
|
||
| wcs/pkcs11_test_ecc.c | ||
| ../lib/wolfssl/wolfcrypt/src/ecc.c | ||
| ../lib/wolfssl/wolfcrypt/src/rsa.c | ||
| ../lib/wolfssl/wolfcrypt/src/asn.c | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.