From: Fredrik Thulin Date: Mon, 31 Jan 2011 12:55:46 +0000 (+0100) Subject: Document 160 bit key fix, and increase LT_REVISION since it modified X-Git-Tag: v1.5.0~18 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a5ec1f1baa1c551d32f7d177a495edbe434f39;p=yubikey-personalization.old Document 160 bit key fix, and increase LT_REVISION since it modified libykpers code. --- diff --git a/NEWS b/NEWS index 6c95625..9fe14b8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version x (unreleased) +** When generating keys from passphrase, generate 160 bit keys for modes +that support it (OATH-HOTP and HMAC challenge response). + * Version 1.4.1 (released 2011-01-19) ** Restore OATH-HOTP symbols for LIBYKPERS_1.0. Accidentally moved to LIBYKPERS_1.4 in 1.4.0. diff --git a/configure.ac b/configure.ac index 2fac624..a231f57 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 4) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 3) AM_INIT_AUTOMAKE([-Wall -Werror])