aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-04-12 09:59:05 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-04-12 09:59:05 +0000
commit268c2102e34360ef9fba5b2b7d14e51b4e6cb4c3 (patch)
treec75eb567a96b4cf8213001068cd87057e0af160b /CHANGES
parent4211a99ba097eba5e70c3c539b207ac05bcd9566 (diff)
downloadopenssl-268c2102e34360ef9fba5b2b7d14e51b4e6cb4c3.zip
openssl-268c2102e34360ef9fba5b2b7d14e51b4e6cb4c3.tar.gz
openssl-268c2102e34360ef9fba5b2b7d14e51b4e6cb4c3.tar.bz2
Make sure a corresponding plain text error message exists for the
X509_V_ERR_CERT_REVOKED/23 error number which can occur when a verify callback function determined that a certificate was revoked.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 163281c..2e420fa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@
Changes between 0.9.2b and 0.9.3
+ *) Make sure a corresponding plain text error message exists for the
+ X509_V_ERR_CERT_REVOKED/23 error number which can occur when a
+ verify callback function determined that a certificate was revoked.
+ [Ralf S. Engelschall]
+
*) Bugfix: In test/testenc, don't test "openssl <cipher>" for
ciphers that were excluded, e.g. by -DNO_IDEA. Also, test
all available cipers including rc5, which was forgotten until now.