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

Commit

Permalink
Submodule PKCS #11 Software Implementation (#2473)
Browse files Browse the repository at this point in the history
* Submoduled PKCS #11 repo.

* Removed PKCS #11 docs.

* Removed PKCS #11 wrapper library.

* Removed PKCS #11 utils.

* Removed implementation.

* Moved mbed TLS mutex initialization to the PAL.

* Update build systems.

* Fixed bug in PKCS #11 integration tests. The wrong size for a known EC curve was used.
  • Loading branch information
lundinc2 authored Oct 2, 2020
1 parent c2a1203 commit 82cdd09
Show file tree
Hide file tree
Showing 130 changed files with 814 additions and 12,984 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@
[submodule "libraries/c_sdk_v4/aws/device-shadow-for-aws-iot-embedded-sdk"]
path = libraries/c_sdk_v4/aws/device-shadow-for-aws-iot-embedded-sdk
url = https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk.git
[submodule "libraries/abstractions/pkcs11/corePKCS11"]
path = libraries/abstractions/pkcs11/corePKCS11
url = https://github.com/FreeRTOS/corePKCS11.git
32 changes: 0 additions & 32 deletions doc/config/pkcs11

This file was deleted.

257 changes: 0 additions & 257 deletions doc/lib/pkcs11.txt

This file was deleted.

Binary file removed doc/plantuml/images/pkcs11_digest.png
Binary file not shown.
Binary file removed doc/plantuml/images/pkcs11_object_generate.png
Binary file not shown.
Binary file removed doc/plantuml/images/pkcs11_object_import.png
Binary file not shown.
Binary file removed doc/plantuml/images/pkcs11_rng.png
Binary file not shown.
Binary file removed doc/plantuml/images/pkcs11_sign_verify.png
Binary file not shown.
38 changes: 0 additions & 38 deletions doc/plantuml/pkcs11_digest.pu

This file was deleted.

33 changes: 0 additions & 33 deletions doc/plantuml/pkcs11_object_generate.pu

This file was deleted.

Loading

0 comments on commit 82cdd09

Please sign in to comment.