summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2014-06-12 12:18:13 +0200
committerRichard Levitte <richard@levitte.org>2014-06-12 12:18:13 +0200
commited6c278f60120f768a847fca7441b20ca3e1e827 (patch)
tree033db8c69be29e1e6a3e69e90b6d851fde974468 /CHANGES
parentd85a772ec3459c8d745a039dafea91d0002db272 (diff)
Small cleanup, double entry in CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 0 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 2eeeb02303..3af69f1d22 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1810,10 +1810,6 @@
This fixes a DoS attack. (CVE-2013-0166)
[Steve Henson]
- *) Return an error when checking OCSP signatures when key is NULL.
- This fixes a DoS attack. (CVE-2013-0166)
- [Steve Henson]
-
*) Call OCSP Stapling callback after ciphersuite has been chosen, so
the right response is stapled. Also change SSL_get_certificate()
so it returns the certificate actually sent.