]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Fix Yubikey/Android PBKDF2 bug URLs
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 28 Jun 2021 08:30:29 +0000 (09:30 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 28 Jun 2021 08:30:29 +0000 (09:30 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
www/changelog.xml
yubikey.c

index 54bd4d139097229f4898b866bd5636e4d7282db2..88a8088e21f33b7b0622850279e22215dbdc5688 100644 (file)
      <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>
index c3a7232aeeb29bf24383a5779eb7d2c04c465dca..9f62e8ffc2e6f377812a7973f902461317c01fad 100644 (file)
--- 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
-                                * 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;