esp-idf/components/protocomm/src
Vikram Dattu 541b665b9f
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-23 14:25:53 +05:30
..
common protocomm: remove "Wno-format" cflag and fix formatting errors 2022-12-21 14:13:55 +05:30
crypto/srp6a feat(provisioning): Generate Salt and verifier pair for given username and password 2023-11-23 14:25:53 +05:30
security refactor(esp_srp): Expose esp_srp.h and add API docs 2023-11-23 14:25:53 +05:30
simple_ble feat(bt/bluedroid): Added mode to use BlueDroid host only without Bluetooth Controller 2023-11-02 11:10:24 +08:00
transports fix(protocomm): added Protocomm BLE Event Structure and Event Handling 2023-11-03 11:42:30 +05:30