summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-03 13:25:00 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-03 13:25:00 +0200
commitfd10750a770d7b343ccddaec8b97376a39d7c0ee (patch)
treef1c074b67407a6013c47583c393ef710f57cf4b4 /NEWS
parentfb546c1be656713e703ad7cef041122e33320daf (diff)
downloadgnutls-fd10750a770d7b343ccddaec8b97376a39d7c0ee.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4bfb4a3d20..a2d657130f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,15 @@ See the end for copying conditions.
** libgnutls: Properly print the IP Adress name constraints.
+** libgnutls: Fixes in gnutls_privkey_import_ecc_raw().
+
+** libgnutls: Fixed gnutls_pkcs11_get_raw_issuer() usage with the
+ GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT flag. Previously that
+ operation could fail on certain PKCS#11 modules.
+
+** libgnutls: gnutls_pkcs11_obj_import_url() and gnutls_x509_crt_import_url()
+ can accept the GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT flag.
+
** ocsptool: use HTTP/1.0 for requests. This avoids issue with servers
serving chunk encoding which ocsptool doesn't support. Reported by Thomas
Klute.