CoreBluetooth TLS over BLE transport

Hello,

I am looking at using MbedTLS for enhancing bluetooth communications security between two IOS devices, I was wondering if any one has any experience doing this? I need to set up mutual authentication so that both the client and peripheral have certificates.

I am familiar with MbedTLS and CoreBluetooth but am so far unable to put them together,

Kind Regards,

R

Hi @isb
Have you checked Modifying the TLS library to encrypt over BLE and Mbed TLS tutorial — Mbed TLS documentation ?

You will need to provide your wrapper code to set the bio callbacks to the function mbedtls_ssl_set_bio()
Regards,
Mbed TLS Support
Ron