Skip to content

Commit

Permalink
Further fix Yubikey/Android PBKDF2 bug URL
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
  • Loading branch information
Dimitri Papadopoulos authored and Dimitri Papadopoulos committed Jun 28, 2021
1 parent 7bada7c commit c68a4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yubikey.c
Expand Up @@ -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&amp;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;
Expand Down

0 comments on commit c68a4cc

Please sign in to comment.