From 99d0da46da5b7650e653bd89f0f1aede434c9daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 25 Apr 2024 11:02:48 +0200 Subject: [PATCH] Use updated secrets-app --- CHANGELOG.md | 5 +++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb65222c..0111a1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ - fido-authenticator: Implement the largeBlobKey extension and the largeBlobs command ([fido-authenticator#38][]) - piv: Fix crash when changing PUK ([piv-authenticator#38][]) +### Bugfixes + +- secrets-app: Require PIN for registering Reverse HOTP credentials ([trussed-secrets-app#114][]) + [fido-authenticator#38]: https://github.com/Nitrokey/fido-authenticator/issues/38 [piv-authenticator#38]: https://github.com/Nitrokey/piv-authenticator/issues/38 +[trussed-secrets-app#114]: https://github.com/Nitrokey/trussed-secrets-app/pull/114 ## v1.7.0 (2024-04-24) diff --git a/Cargo.lock b/Cargo.lock index 93d14e5b..1e931da9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1116,7 +1116,7 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "encrypted_container" version = "0.1.0" -source = "git+https://github.com/Nitrokey/trussed-secrets-app?rev=6eff6f9ad65df6875fe1eec31cfe34f591cad303#6eff6f9ad65df6875fe1eec31cfe34f591cad303" +source = "git+https://github.com/Nitrokey/trussed-secrets-app?tag=v0.13.0#d819e0121f8231f4f9b3f915c32c083bc5f0ad1f" dependencies = [ "cbor-smol", "delog", @@ -2640,7 +2640,7 @@ dependencies = [ [[package]] name = "secrets-app" version = "0.13.0" -source = "git+https://github.com/Nitrokey/trussed-secrets-app?rev=6eff6f9ad65df6875fe1eec31cfe34f591cad303#6eff6f9ad65df6875fe1eec31cfe34f591cad303" +source = "git+https://github.com/Nitrokey/trussed-secrets-app?tag=v0.13.0#d819e0121f8231f4f9b3f915c32c083bc5f0ad1f" dependencies = [ "apdu-dispatch", "bitflags 2.4.2", diff --git a/Cargo.toml b/Cargo.toml index 68c1484a..23568f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ usbd-ccid = { git = "https://github.com/Nitrokey/usbd-ccid", tag = "v0.2.0-nitro p256-cortex-m4 = { git = "https://github.com/ycrypto/p256-cortex-m4.git", rev = "cdb31e12594b4dc1f045b860a885fdc94d96aee2" } # unreleased crates -secrets-app = { git = "https://github.com/Nitrokey/trussed-secrets-app", rev = "6eff6f9ad65df6875fe1eec31cfe34f591cad303" } +secrets-app = { git = "https://github.com/Nitrokey/trussed-secrets-app", tag = "v0.13.0" } webcrypt = { git = "https://github.com/nitrokey/nitrokey-websmartcard-rust", tag = "v0.8.0-rc6" } opcard = { git = "https://github.com/Nitrokey/opcard-rs", rev = "70e3f1aa21ecb75c1237b20b733d0e228a966b10" } piv-authenticator = { git = "https://github.com/Nitrokey/piv-authenticator.git", rev = "2d0ae0312170adb9cfffd05f70ebc83af3c14679" }