summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-09-03 23:56:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-09-03 23:56:01 +0000
commit560dfd2a02df2fd3d6f0a12519eb26c3c4f60fa8 (patch)
tree703a051a0f6dbc293fc1ce2803e03461b55ace1c /CHANGES
parent14f3d7c5ccd38875d5f3ee2007baec5a7240adc0 (diff)
New -ignore_err option in ocsp application to stop the server
exiting on the first error in a request.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 421d41fd72..dd23a4ee2b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -549,6 +549,10 @@
Changes between 0.9.7b and 0.9.7c [xx XXX 2003]
+ *) New -ignore_err option in ocsp application to stop the server
+ exiting on the first error in a request.
+ [Steve Henson]
+
*) In ssl3_get_client_hello() (ssl/s3_srvr.c), tolerate additional
extra data after the compression methods not only for TLS 1.0
but also for SSL 3.0 (as required by the specification).