esp-idf/components/protocomm
Vikram Dattu 08f2422ff8
feat(provisioning): Generate Salt and verifier pair for given username and password
This commit adds a new feature to generate a salt and verifier pair for a given username and
password during the provisioning process. This is useful in scenarios where the pairing pin is
randomly generated and shown via some interface such as a display or console.

- Uses the provided username and password to generate a salt and verifier pair
- Adds support for dev mode where the pin/password can still be read from flash
2023-11-21 18:06:24 +05:30
..
include feat(provisioning): Generate Salt and verifier pair for given username and password 2023-11-21 18:06:24 +05:30
proto
proto-c
python
src feat(provisioning): Generate Salt and verifier pair for given username and password 2023-11-21 18:06:24 +05:30
test_apps fix: "erro code" -> "error code" typos 2023-10-13 18:13:54 +08:00
CMakeLists.txt refactor(esp_srp): Expose esp_srp.h and add API docs 2023-11-21 18:06:24 +05:30
Kconfig