From: Nikos Mavrogiannopoulos Date: Sat, 25 Aug 2012 23:11:10 +0000 (+0200) Subject: documented fix X-Git-Tag: gnutls_3_1_1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c9b16e562a00b8aa9bcc4e39599ad41a049b2d;p=thirdparty%2Fgnutls.git documented fix --- diff --git a/NEWS b/NEWS index 1955e8f83b..27078995e2 100644 --- a/NEWS +++ b/NEWS @@ -4,13 +4,17 @@ See the end for copying conditions. * Version 3.1.1 (unreleased) +** certtool: Changes in password handling of certtool. +Ask password when required and only if the '--password' option is not +given. If the '--password' option is given during key generation then +assume the PKCS #8 file format, instead of ignoring the password. + ** tpmtool: No longer asks for key password in registered keys. ** API and ABI modifications: gnutls_sign_algorithm_get: Added gnutls_sign_get_hash_algorithm: Added gnutls_sign_get_pk_algorithm: Added -GNUTLS_PK_RSA_HASH_ONLY: Added * Version 3.1.0 (released 2012-08-15)