summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-15 09:37:18 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-15 09:37:18 +0000
commitc4c45a0df8e14390a5b4f41cb3d13321848be0d2 (patch)
tree65bd740d513719989ed8a19986af560c8f22ceb7
parent35adb72b5102f8709ced40db64ad765cc036d455 (diff)
downloadgnutls-c4c45a0df8e14390a5b4f41cb3d13321848be0d2.tar.gz
Fix.
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9cd7ce4325..268f82d8ee 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,9 @@ See the end for copying conditions.
* Version 1.2.11 (unreleased)
- The function gnutls_x509_crt_to_xml is not supported any more, and
- return an internal error. The function called internal libtasn1
- functions.
+ return an internal error. The reason is that the function called
+ internal libtasn1 functions which are no longer exported from
+ libtasn1.
- Updated libtasn1 requirement to 0.3.2 and refreshed internal mintiasn1.
- Fixed _gnutls_x509_get_raw_crt_expiration_time and
_gnutls_x509_get_raw_crt_activation_time to return (time_t)-1 on errors.