From 3db0f30f69667ce226ce4f63ba8daa59038f4060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 5 Dec 2022 15:43:43 +0100 Subject: [PATCH 1/2] Add RSA support to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efce126b..4aa283be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ SPDX-License-Identifier: CC0-1.0 - Support using authentication keys for decryption and vice-versa with MANAGE SECURITY ENVIRONMENT ([#60][]) - Support PIN resets using a resetting code ([#63][]) - Support AES encryption/decryption ([#64][]) +- Support RSA 2048 and 4096 bit key usage and generation ([#94][]) ### Bugfixes @@ -25,6 +26,7 @@ SPDX-License-Identifier: CC0-1.0 [#76]: https://github.com/Nitrokey/opcard-rs/pull/76 [#78]: https://github.com/Nitrokey/opcard-rs/pull/78 [#89]: https://github.com/Nitrokey/opcard-rs/pull/89 +[#94]: https://github.com/Nitrokey/opcard-rs/pull/94 ## v0.1.0 (2022-10-12) From c6d36a7856a6bf1070d671342c12a9365f9bd066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 5 Dec 2022 15:45:47 +0100 Subject: [PATCH 2/2] Changelog: add 0.2.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa283be..2e5a72eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0 # Changelog -## Unreleased +## 0.2.0 (2022-11-18) ### Features