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.
This commit is contained in:
Ralf S. Engelschall
1999-04-12 09:59:05 +00:00
parent 4211a99ba0
commit 268c2102e3
2 changed files with 7 additions and 0 deletions

View File

@@ -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.