Skip to content

Commit 5e43bcd

Browse files
committed
hotp-verification: adapt to nk3 v1.6 security model
* overwriting a hotp secret is not possible anymore * make sure to delete the hotp secret before setting a new one * requires one additional user presence check during HOTP setup * bump to v1.5 Signed-off-by: Markus Meissner <coder@safemailbox.de>
1 parent a1c13ff commit 5e43bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/hotp-verification

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ modules-$(CONFIG_HOTPKEY) += hotp-verification
22

33
hotp-verification_depends := libusb $(musl_dep)
44

5-
# v1.4
6-
hotp-verification_version := b69bb20119d3cea5ec5c13d11b213dd80dfd8334
5+
# v1.5
6+
hotp-verification_version := 70c04f51387eee8f777e943ba83b6405764a3cd2
77
hotp-verification_dir := hotp-verification-$(hotp-verification_version)
88
hotp-verification_tar := nitrokey-hotp-verification-$(hotp-verification_version).tar.gz
99
hotp-verification_url := https://github.com/Nitrokey/nitrokey-hotp-verification/archive/$(hotp-verification_version).tar.gz
10-
hotp-verification_hash := ee6bcb7fc48bd5e7c290b2b344ce50713f4199425b1a6b324d0b27c80257241d
10+
hotp-verification_hash := 5244b6b514117f955a03be2363fd51567a125cb8dc904d1bd89351be27eb8bb3
1111

1212
hotp-verification_target := \
1313
$(MAKE_JOBS) \

0 commit comments

Comments
 (0)