mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-06 08:37:29 +02:00
Merge branch 'support/add_srp_salt_ver_gen_api' into 'master'
Generate Salt and verifier pair for given username and password See merge request espressif/esp-idf!25239
This commit is contained in:
@@ -279,9 +279,11 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/protocomm/include/security/protocomm_security.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/security/protocomm_security0.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/security/protocomm_security1.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/security/protocomm_security2.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/transports/protocomm_ble.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/transports/protocomm_console.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/transports/protocomm_httpd.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/crypto/srp6a/esp_srp.h \
|
||||
$(PROJECT_PATH)/components/pthread/include/esp_pthread.h \
|
||||
$(PROJECT_PATH)/components/sdmmc/include/sdmmc_cmd.h \
|
||||
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/adc_channel.h \
|
||||
|
||||
Reference in New Issue
Block a user