diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-07-29 20:58:44 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-07-29 20:58:44 +0200 |
commit | 07f9da1f90cd6c382ce1078e7daa8c5c88798515 (patch) | |
tree | 1d436f8b3b708f5f22447f6942edc7c3301e4842 | |
parent | 75095107c9508432d8de93a8532f5f2414e35674 (diff) | |
download | gnutls-07f9da1f90cd6c382ce1078e7daa8c5c88798515.tar.gz |
Add.
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ See the end for copying conditions. * Version 2.9.2 (unreleased) +** libgnutls: Fix return value of gnutls_certificate_client_get_request_status. +Before it always returned false. Reported by Peter Hendrickson +<pdh@wiredyne.com> in +<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>. + ** libgnutls: Fix off-by-one size computation error in unknown DN printing. The error resulted in truncated strings when printing unknown OIDs in X.509 certificate DNs. Reported by Tim Kosse |