Submodule PKCS #11 and add Standalone PKCS #11 demos (#323)

* Submodule PKCS #11.

* Add PKCS #11 demos.
This commit is contained in:
Carl Lundin 2020-10-08 13:44:30 -07:00 committed by GitHub
parent f8e90ebddb
commit 0c58a39332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 6714 additions and 0 deletions

3
.gitmodules vendored
View file

@ -19,3 +19,6 @@
[submodule "FreeRTOS-Plus/Test/CMock"]
path = FreeRTOS-Plus/Test/CMock
url = https://github.com/ThrowTheSwitch/CMock
[submodule "FreeRTOS-Plus/Source/Application-Protocols/corePKCS11"]
path = FreeRTOS-Plus/Source/corePKCS11
url = https://github.com/FreeRTOS/corePKCS11.git