PureSwift / BluetoothLinux

Pure Swift Linux Bluetooth Stack
MIT License
184 stars 30 forks source link

ECDH secure pairing #15

Closed ashishguru1986 closed 6 years ago

ashishguru1986 commented 8 years ago

http://blog.bluetooth.com/everything-you-always-wanted-to-know-about-bluetooth-security-in-bluetooth-4-2/

Adding LE Secure Connections to Your Products You need to upgrade the security manager in your Bluetooth stack to support the following:

Generation and management of ECDH keys LE Secure Connection pairing requests Generation of ECDH keys and Long Term Keys (LTK) Generation and exchange of cross transport keys

Does BluetoothLinux stack implements ECDH ?

colemancda commented 8 years ago

No it does not. In my own products I use my own encryption technology.