summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-08-27 14:43:22 +0000
committerSimon Josefsson <simon@josefsson.org>2006-08-27 14:43:22 +0000
commit9367132074d7b6845921707c7978d000be0d1e2e (patch)
treecf8996bdbefbc7f850f509e32b5c358c34dbb881
parent1c67dfebc0fb2f2dec5c1476a811c632dd2c7b35 (diff)
downloadgnutls-9367132074d7b6845921707c7978d000be0d1e2e.tar.gz
Add.
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0fad034114..3572431738 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
* Version 1.5.1 (unreleased)
+** Fix certtool bug that caused the private key to not be loaded when
+generating a certificate with --load-request, which in turn triggered
+another unrelated bug in gnutls_x509_crt_sign2 (also fixed). Reported
+by Sascha Ziemann <sascha.ziemann@secunet.com>.
+
** gnutls-cli and gnutls-serv works on Windows.
The problem was the select() call that doesn't work on file
descriptors (stdin) on Windows. We borrowed some code from plibc to