CHANGELOG.md (e85c3ccee87b06fc1b2d52ccc69138f1c9377db4) | CHANGELOG.md (45a58b3093f5320b8ffda59b52081d2b540d3217) |
---|---|
1# Change Log 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 6 7## [Unreleased] 8 9### Added 10- Crypto: btstack_crypo.h provides cryptographic functions for random data generation, AES128, EEC, CBC-MAC (Mesh) 11- SM: support pairing using Out-of-Band (OOB) data with LE Secure Connections 12- Embedded: support btstack_stdin via SEGGER RTT 13 14### Changed 15- att_db_util: added security requirement arguments to characteristic creators 16- SM: use btstack_crypto for cryptographpic functions | 1# Change Log 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 6 7## [Unreleased] 8 9### Added 10- Crypto: btstack_crypo.h provides cryptographic functions for random data generation, AES128, EEC, CBC-MAC (Mesh) 11- SM: support pairing using Out-of-Band (OOB) data with LE Secure Connections 12- Embedded: support btstack_stdin via SEGGER RTT 13 14### Changed 15- att_db_util: added security requirement arguments to characteristic creators 16- SM: use btstack_crypto for cryptographpic functions |
17- GAP: security level for Classic protocols (asides SDP) raised to 2 (encryption) |
|
17 18### Fixed 19- HFP: fix answer call command 20- HCI: fix buffer overrun in gap_inquiry_explode 21- SDP: free service record item on sdp_unregister_service 22 23## Changes March 2018 24 --- 87 unchanged lines hidden --- | 18 19### Fixed 20- HFP: fix answer call command 21- HCI: fix buffer overrun in gap_inquiry_explode 22- SDP: free service record item on sdp_unregister_service 23 24## Changes March 2018 25 --- 87 unchanged lines hidden --- |