summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-09-22 21:32:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-09-22 21:32:08 +0000
commitdbba890cf11f5ec1e44166a51e0a4062ccdc5279 (patch)
tree5b57dab75418e646c30b0edf502425da3924f2af /CHANGES
parent3f8b90c34586f81ec58b16b11a78d5b4b5934575 (diff)
Only use the new informational verify codes if we
specifically ask for them. Fix typo in docs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7645d6f5f9..26fb7f8a89 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,14 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) For compatibility reasons if the flag X509_V_FLAG_ISSUER_CHECK is
+ not set then we don't setup the error code for issuer check errors
+ to avoid possibly overwriting other errors which the callback does
+ handle. If an application does set the flag then we assume it knows
+ what it is doing and can handle the new informational codes
+ appropriately.
+ [Steve Henson]
+
*) Fix for a nasty bug in ASN1_TYPE handling. ASN1_TYPE is used for
a general "ANY" type, as such it should be able to decode anything
including tagged types. However it didn't check the class so it would