-
Notifications
You must be signed in to change notification settings - Fork 34
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
Skeleton PKCS #11 demo project #9
Conversation
FreeRTOS-Plus/Demo/FreeRTOS_Plus_PKCS11_Windows_Simulator/WIN32.vcxproj
Outdated
Show resolved
Hide resolved
FreeRTOS-Plus/Demo/FreeRTOS_Plus_PKCS11_Windows_Simulator/WIN32.vcxproj
Outdated
Show resolved
Hide resolved
FreeRTOS-Plus/Demo/FreeRTOS_Plus_PKCS11_Windows_Simulator/WIN32.vcxproj.filters
Outdated
Show resolved
Hide resolved
* | ||
* This file is part of mbed TLS (https://tls.mbed.org) | ||
*/ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Consider removing the functionality not used in the PKCS #11 demos.
FreeRTOS-Plus/Demo/FreeRTOS_Plus_PKCS11_Windows_Simulator/main.c
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,2 @@ | |||
## Background |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Consider deleting this folder.
Fix folder name. Set mbedTLS version to 2.16.6 Specify submodule branch names. Setup skeleton project with all dependencies building, as well as creating a task for the first demo.
|
||
|
||
|
||
/* Application specific definitions follow. **********************************/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need these configs (line 126 -- line 198) for PKCS11 demo?
No description provided.