esp-idf/components/bt/host/bluedroid/api
Chinmay Chhajed d73ebb570b 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-24 10:52:12 +00:00
..
include/api Bluedroid: Fixes for some vulnerabilities. 2020-12-24 10:52:12 +00:00
esp_a2dp_api.c Add bda_addr for esp_bt_a2dp_disconn_req API 2020-09-11 14:31:18 +08:00
esp_avrc_api.c Merge branch 'feature/btdm_avrcp_volume' into 'master' 2019-06-30 16:40:10 +08:00
esp_blufi_api.c component/bt: Add a macro to control the compilation of blufi. 2020-11-24 10:43:18 +08:00
esp_bt_device.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
esp_bt_main.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_gap_ble_api.c component/bt: support BLE Authorization 2020-12-02 09:07:24 +08:00
esp_gap_bt_api.c fix esp_bt_gap_get_bond_device_list bug 2020-07-09 11:58:10 +08:00
esp_gatt_common_api.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_gattc_api.c component/bt: support BLE Read Attribute value by UUID 2020-12-02 20:04:36 +08:00
esp_gatts_api.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_hf_ag_api.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_hf_client_api.c BT HFP: Add AT+NREC=0 command for disabling AG echo cancellation. 2019-09-02 09:28:38 +00:00
esp_spp_api.c add API esp_spp_stop_srv() and fix the error parameter in esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/example_spp_initiator_demo.c 2020-07-15 15:49:37 +08:00