CHANGELOG.md (9b49c4f4cec484bb4c6c1c43b43f3fa86593884d) CHANGELOG.md (c839c6f943a092feb48f0fe1470f7b8a1cc49f3b)
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---
8
9## [Unreleased]
10
11### Fixed
12- L2CAP ERTM: avoid read-after-free on decline of incoming connection
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---
8
9## [Unreleased]
10
11### Fixed
12- L2CAP ERTM: avoid read-after-free on decline of incoming connection
13
13- GATT Client: set uuid16 to zero when deserializing uuid128 services, characteristics, and descriptors
14
14### Added
15- att_db_util: provide GATT Database Hash via att_db_util_hash_calc
16- GATT Compiler: provide GATT Database Hash via GATT_DATABASE_HASH Characteristic
17- ATT Server: validate request pdu length
18
19### Changed
20- btstack_crypto: update AES-CMAC implementation to access all message bytes sequentially
21

--- 447 unchanged lines hidden ---
15### Added
16- att_db_util: provide GATT Database Hash via att_db_util_hash_calc
17- GATT Compiler: provide GATT Database Hash via GATT_DATABASE_HASH Characteristic
18- ATT Server: validate request pdu length
19
20### Changed
21- btstack_crypto: update AES-CMAC implementation to access all message bytes sequentially
22

--- 447 unchanged lines hidden ---