-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[ESP32] SecureCertDACProvider implementation to read attestation info from esp_secur… #25802
Merged
bzbarsky-apple
merged 1 commit into
project-chip:master
from
shripad621git:SecureCertDAC
Apr 6, 2023
Merged
[ESP32] SecureCertDACProvider implementation to read attestation info from esp_secur… #25802
bzbarsky-apple
merged 1 commit into
project-chip:master
from
shripad621git:SecureCertDAC
Apr 6, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
amitnj,
andy31415,
anush-apple,
arkq,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
CodeChronos928,
Damian-Nordic,
dhrishi,
electrocucaracha,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jmeg-sfy,
joonhaengHeo,
jtung-apple and
kcoppock
March 23, 2023 13:51
PR #25802: Size comparison from 5a1b371 to 4db3f5b Increases (5 builds for bl602, bl702, cc32xx, qpg)
Decreases (1 build for k32w)
Full report (12 builds for bl602, bl702, cc32xx, k32w, linux, qpg)
|
shripad621git
force-pushed
the
SecureCertDAC
branch
from
March 31, 2023 10:47
4db3f5b
to
2ff7968
Compare
PR #25802: Size comparison from ce0ddc0 to 2ff7968 Full report (1 build for cc32xx)
|
dhrishi
approved these changes
Mar 31, 2023
shripad621git
force-pushed
the
SecureCertDAC
branch
from
March 31, 2023 13:36
2ff7968
to
9ca4bc8
Compare
PR #25802: Size comparison from 6c440ab to 9ca4bc8 Increases (3 builds for bl702, cc13x2_26x2, psoc6)
Decreases (4 builds for bl702, cc13x2_26x2, cyw30739, efr32)
Full report (30 builds for bl602, bl702, cc13x2_26x2, cc32xx, cyw30739, efr32, k32w, linux, psoc6, qpg)
|
shripad621git
force-pushed
the
SecureCertDAC
branch
from
April 3, 2023 04:51
9ca4bc8
to
ffbf9fd
Compare
github-actions
bot
added
app
controller
darwin
github
integrations
lwip
scripts
workflows
labels
Apr 5, 2023
shripad621git
force-pushed
the
SecureCertDAC
branch
from
April 6, 2023 04:15
437d36c
to
51c9a69
Compare
github-actions
bot
removed
controller
darwin
app
github
scripts
lwip
workflows
integrations
labels
Apr 6, 2023
…e_cert partition. Refactored some code related to setting the attestation info provider. Added the configuration of SEC_CERT_DAC_PROVIDER and code which lets user decide which implementation of DAC Provider to use. Added esp_secure_cert_mgr component.
shripad621git
force-pushed
the
SecureCertDAC
branch
from
April 6, 2023 04:44
51c9a69
to
6f0ff3a
Compare
PR #25802: Size comparison from 14ffac0 to 6f0ff3a Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
config
documentation
Improvements or additions to documentation
esp32
examples
platform
review - approved
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Overview
Added the code related to SecureCertDACProvider to read attestation info from esp_secure_cert_partition.
Added the configuration of SEC_CERT_DAC_PROVIDER and code which helps to decide which implementation of
DAC Provider to use.
Added esp_secure_cert_mgr component.