esp-idf/components/protocomm/include
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
..
common wifi_provisioning: Update API documentation to highlight argument validity while providing sec_params argument. 2022-08-19 14:02:41 +05:30
crypto/srp6a feat(provisioning): Generate Salt and verifier pair for given username and password 2023-11-21 18:06:24 +05:30
security wifi_prov: Exposed events for secure session establishment 2023-05-23 12:00:40 +05:30
transports fix(protocomm): added Protocomm BLE Event Structure and Event Handling 2023-11-02 15:37:50 +05:30