summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-02 12:58:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-02 12:58:57 +0200
commit5e1f927096419c2675b8b28741d5750563a83b49 (patch)
treec42c0229277b18d40d87f64a1d93c89a8f9f89f3
parentc2aa9b67edaeadb3e03078af8e834103838d25a9 (diff)
downloadgnutls-5e1f927096419c2675b8b28741d5750563a83b49.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index acc57083ff..ce1dd6896b 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ See the end for copying conditions.
** libgnutls: Properly print the IP Adress name constraints.
+** ocsptool: use HTTP/1.0 for requests. This avoids issue with servers
+ serving chunk encoding which ocsptool doesn't support. Reported by Thomas
+ Klute.
+
** certtool: do not require a CA for OCSP signing tag. This follows the
recommendations in RFC6960 in 4.2.2.2 which allow a CA to delegate OCSP
signing to another certificate without requiring it to be a CA. Reported