summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2008-02-15 23:30:45 +0200
committerNikos <nmav@crystal.(none)>2008-02-15 23:30:45 +0200
commit1a9ddd6a60624d8a3ef30005462c8373d911b487 (patch)
tree63af5294d22e6f94c61f1c9912f0526c60fe450f
parent4c50a164218ce1bef657961e5fb40c19cff56fc3 (diff)
downloadgnutls-1a9ddd6a60624d8a3ef30005462c8373d911b487.tar.gz
documented the fix in gnutls_x509_crt_get_subject_alt_name().
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a784bb3955..251d77e380 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ See the end for copying conditions.
** Cipher priority string handling now handle strings that starts with NULL.
Thanks to Laurence Withers <l@lwithers.me.uk>.
+** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
+and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
+strings and return the proper size.
+
** API and ABI modifications:
No changes since last version.