summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-26 01:11:10 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-26 01:11:26 +0200
commit19c9b16e562a00b8aa9bcc4e39599ad41a049b2d (patch)
treeb7828ead7243f655f999449fb18e0394b962d659 /NEWS
parentefadaaf31d58d1264797ac77c70a710569fe8f01 (diff)
downloadgnutls-19c9b16e562a00b8aa9bcc4e39599ad41a049b2d.tar.gz
documented fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
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)