summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-01-05 19:04:46 +0000
committerSimon Josefsson <simon@josefsson.org>2005-01-05 19:04:46 +0000
commit1f973685d54aa76c29a990dffb8e7860775ffd51 (patch)
tree94ec44de7b7382458e999d0e1add7917ba862085
parentc1121d85b736a823fe57dd9e1fc62cd83d5f55af (diff)
downloadgnutls-1f973685d54aa76c29a990dffb8e7860775ffd51.tar.gz
Add.
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 908a6e40dd..7eda200325 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU TLS NEWS -- History of user-visible changes. -*- outline -*-
-Copyright (C) 2004 Simon Josefsson
+Copyright (C) 2004, 2005 Simon Josefsson
Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
See the end for copying conditions.
@@ -11,6 +11,11 @@ See the end for copying conditions.
- The certificate chain verification function now checks certificates
in the reverse order to minimize the spent resources.
- Corrected several bugs found by Marcin Garski <mgarski@post.pl>
+- The functions gnutls_x509_crl_get_issuer_dn, gnutls_x509_crq_get_dn,
+ gnutls_x509_crt_get_issuer_dn, gnutls_x509_crt_get_dn, and
+ gnutls_x509_rdn_get now set *sizeof_buf to the string length instead
+ of the buffer length (i.e., +1), reported by Martin Lambers
+ <marlam@web.de>.
* Version 1.1.22 (2004-11-04)
- Replace GNU LD version script with Libtool -export-symbols-regex,