From c68a4ccb4ccd9a1a3fd6b06dbbdebcf2636366a8 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> Date: Mon, 28 Jun 2021 14:45:36 +0200 Subject: [PATCH] Further fix Yubikey/Android PBKDF2 bug URL Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> --- yubikey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yubikey.c b/yubikey.c index 9f62e8ff..9d63e03a 100644 --- a/yubikey.c +++ b/yubikey.c @@ -277,7 +277,7 @@ static int select_yubioath_applet(struct openconnect_info *vpninfo, memset(vpninfo->yubikey_pwhash, 0, sizeof(vpninfo->yubikey_pwhash)); if (pin) { /* Try working around pre-KitKat PBKDF2 bug discussed at - * https://forum.yubico.com/viewtopic.php?f=26&t=1601#p6807 and + * https://forum.yubico.com/viewtopica454-3.html?f=26&t=1601#p6807 and * https://android-developers.googleblog.com/2013/12/changes-to-secretkeyfactory-api-in.html */ const char *in; char *out; -- 2.51.0