Skip to content

Commit

Permalink
Fix Yubikey/Android PBKDF2 bug URLs
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Jun 28, 2021
1 parent d20cff8 commit 7f71189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/changelog.xml
Expand Up @@ -241,7 +241,7 @@
<ul>
<li>Fix alignment issue which broke LZS compression on ARM etc.</li>
<li>Support HTTP authentication to servers, not just proxies.</li>
<li>Work around Yubikey <a href="https://forum.yubico.com/viewtopic.php?f=26&amp;t=1601#p6807">issue</a> with non-ASCII passphrase set on pre-KitKat Android.</li>
<li>Work around Yubikey <a href="https://forum.yubico.com/viewtopica454-3.html?f=26&amp;t=1601">issue</a> with non-ASCII passphrase set on pre-KitKat Android.</li>
<li>Add SHA256/SHA512 support for OATH.</li>
<li>Remove liboath dependency.</li>
<li>Support DTLS v1.2 and AES-GCM with OpenSSL 1.0.2.</li>
Expand Down
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
* http://forum.yubico.com/viewtopic.php?f=26&t=1601#p6807 and
* https://forum.yubico.com/viewtopic.php?f=26&amp;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 7f71189

Please sign in to comment.