Skip to content

Commit

Permalink
secure_element: atecc608_ecdsa example
Browse files Browse the repository at this point in the history
* Replaced crypotoauthlib with esp-cryptoauthlib
* Added menuconfig option for esp-tls about using HSM
* Added error codes for HSM in esp-tls,
* Added support to select different type of ATECC608A chips
* Added README, updated docs
* tcp_transport: Added option to enable secure_element for ssl

Closes espressif#4432
  • Loading branch information
AdityaHPatwardhan committed May 21, 2020
1 parent 7a2ea9b commit 423e600
Show file tree
Hide file tree
Showing 35 changed files with 505 additions and 716 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
path = components/tinyusb/tinyusb
url = ../../espressif/tinyusb.git

[submodule "components/cryptoauthlib/cryptoauthlib"]
path = components/cryptoauthlib/cryptoauthlib
url = https://github.com/MicrochipTech/cryptoauthlib.git
[submodule "examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib"]
path = examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib
url = ../../espressif/esp-cryptoauthlib.git
29 changes: 0 additions & 29 deletions components/cryptoauthlib/Kconfig

This file was deleted.

41 changes: 0 additions & 41 deletions components/cryptoauthlib/component.mk

This file was deleted.

1 change: 0 additions & 1 deletion components/cryptoauthlib/cryptoauthlib
Submodule cryptoauthlib deleted from 3bc5e2
50 changes: 0 additions & 50 deletions components/cryptoauthlib/port/atca_cfgs_port.c

This file was deleted.

151 changes: 0 additions & 151 deletions components/cryptoauthlib/port/cert_def_1_signer.c

This file was deleted.

18 changes: 0 additions & 18 deletions components/cryptoauthlib/port/cert_def_1_signer.h

This file was deleted.

Loading

0 comments on commit 423e600

Please sign in to comment.