From a93cf451b35c2c6f42940efbd7c7ab351cd65269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 9 May 2023 10:37:23 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a086a93..85b2612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][] +### Breaking Changes + +- Add `delete_app_keys` and `delete_auth_keys` syscalls. ([#33][]) + + - `delete_all_pins` now doesn't affect application keys + - `reset_app_keys`: delete all application keys. Getting them again after calling this will not yield the same key + - `reset_auth_data` combines `delete_all_pins` and `delete_app_keys` + + Applications (trussed-secrets) relying on the old `delete_all_pins` behaviour will need to be fixed. + +[#33]: https://github.com/trussed-dev/trussed-auth/pull/33 [Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.2.2...HEAD ## [0.2.2][] - 2023-04-26