esp-idf/components/bt
Chinmay Chhajed 235628355f Bluedroid: Fixes for some vulnerabilities.
This commit fixes 'Impersonation in Passkey entry protocol'
(CVE-2020-26558) and suggests fixes for other vulnerabilites like
'Impersonation in the Pin Pairing Protocol' (CVE-2020-26555) and
'Authentication of the LE Legacy Pairing Protocol'

CVE-2020-26558 can be easily implemented if the peer device can
impersonate our public key. This commit adds a check by comparing our
and received public key and returns failed pairing if keys are same.

This commit also adds comments suggesting to use secure connection when
supported by all devices.
2020-12-25 16:01:11 +05:30
..
common ble_mesh: stack: Add a Kconfig option to make Health Server model optional 2020-12-10 09:32:10 +00:00
controller Fix divided by zero err & clear timer after remote reject when respond the parameters update 2020-12-22 16:37:31 +08:00
esp_ble_mesh ble_mesh: stack: Need uuid when adding device for provisioning 2020-12-11 13:15:54 +00:00
host Bluedroid: Fixes for some vulnerabilities. 2020-12-25 16:01:11 +05:30
include components/bt: Make sleep avaliable in hli(for future use) 2020-10-15 09:13:22 +00:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt ble_mesh: stack: Move device property to model common part 2020-10-15 12:17:54 +00:00
component.mk ble_mesh: stack: Move device property to model common part 2020-10-15 12:17:54 +00:00
Kconfig Enable PCM Config in Host 2020-08-01 16:36:36 +08:00
sdkconfig.rename ble_mesh: stack: Add a option of using IRAM for memory allocation 2020-07-14 21:19:32 +08:00