You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf noup] Implement Spake2pVerifier for PSA crypto
When Spake2+ implementation for PSA crypto API is enabled:
- do not build the generic Spake2p nor its subclasses
- do not build Spake2pVerifier::Generate method that
generates the verifier key out of the passcode, salt and
iteration count.
Instead, provide the implementation Spake2pVerifier::Generate
that uses PSA crypto API.
Note that using Spake2pVerifier::Generate requires setting
CONFIG_PSA_WANT_ALG_PBKDF2_HMAC and
CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_DERIVE Kconfig
options.
Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
(cherry picked from commit aa2e056)
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
0 commit comments