summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 13:49:13 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 13:49:13 +0000
commit3bb2c3e2e355a2e9edbbc78c5ea3732eccc258f6 (patch)
tree0834ccb6ed8465b7a430cce3d2b2dc6b068b235b
parent0fd37f1e000c926ea5d22eb09678581ed70df495 (diff)
downloadgnutls-3bb2c3e2e355a2e9edbbc78c5ea3732eccc258f6.tar.gz
Add.
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16996b5b5f..619a2b92af 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,15 @@ See the end for copying conditions.
* Version 1.3.5 (unreleased)
+** The function gnutls_x509_crt_to_xml now return an internal error.
+This means that the code to convert X.509 certificates to XML format
+does not work any more. The reason is that the function called
+libtasn1 internal functions. It seems unclean to export just the two
+APIs needed here from libtasn1. Instead it would be better to
+implement XML support inside libtasn1 properly. If you need this
+functionality strongly, please consider looking into implementing this
+suggested approach instead.
+
** Error messages are now translated using GNU Gettext.
** Libraries are now built with libtool's -no-undefined.