-
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
Add Support for SPAKE2P Parameters Storage. #14350
Add Support for SPAKE2P Parameters Storage. #14350
Conversation
PR #14350: Size comparison from 3bd289d to 80fae7e Increases above 0.2%:
Increases (23 builds for efr32, k32w, linux, mbed, nrfconnect, qpg, telink)
Full report (26 builds for efr32, k32w, linux, mbed, nrfconnect, qpg, telink)
|
src/include/platform/internal/GenericConfigurationManagerImpl.cpp
Outdated
Show resolved
Hide resolved
src/include/platform/internal/GenericConfigurationManagerImpl.cpp
Outdated
Show resolved
Hide resolved
src/include/platform/internal/GenericConfigurationManagerImpl.cpp
Outdated
Show resolved
Hide resolved
/rebase |
80fae7e
to
4c18b3c
Compare
PR #14350: Size comparison from 777fec7 to 4c18b3c Increases above 0.2%:
Increases (5 builds for linux, qpg, telink)
Full report (6 builds for linux, qpg, telink)
|
4c18b3c
to
5977386
Compare
PR #14350: Size comparison from 812f820 to 5977386 Increases above 0.2%:
Increases (27 builds for cyw30739, efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
Full report (30 builds for cyw30739, efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
|
5977386
to
5869ca6
Compare
PR #14350: Size comparison from c62489b to 5869ca6 Increases above 0.2%:
Increases (28 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
5869ca6
to
7b6a65e
Compare
PR #14350: Size comparison from d2fded9 to 7b6a65e Increases above 0.2%:
Increases (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (33 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
* Removed Spake2p paramantes setters. The factory provisioning process will use different APIs.
7b6a65e
to
d8257c4
Compare
PR #14350: Size comparison from c14afc5 to d8257c4 Increases above 0.2%:
Increases (15 builds for cyw30739, efr32, k32w, linux, p6, qpg, telink)
Full report (16 builds for cyw30739, efr32, k32w, linux, p6, qpg, telink)
|
PTAL |
Problem
Currently only Setup PIN Code storage is supported.
Need to add support for other SPAKE2P parameters storage:
SPAKE2P Iteration Counter
SPAKE2P Salt
SPAKE2P Verifier
Change overview
Added support
Testing
Added unit tests