Document the change.
authorRichard Levitte <levitte@openssl.org>
Mon, 29 Nov 2004 11:56:57 +0000 (11:56 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 29 Nov 2004 11:56:57 +0000 (11:56 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 73a96e6b0fda149b2d03c395f3031f9e7e7ef3a3..a82dd796c46e326d84e6bdc86d281534ae534c90 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,19 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 0.9.7d and 0.9.7f  [XX xxx XXXX]
-
-  *)
+ Changes between 0.9.7e and 0.9.7f  [XX xxx XXXX]
+
+  *) Make an explicit check during certificate validation to see that
+     the CA setting in each certificate on the chain is correct.  As a
+     side effect always do the following basic checks on extensions,
+     not just when there's an associated purpose to the check:
+
+      - if there is an unhandled critical extension (unless the user
+        has chosen to ignore this fault)
+      - if the path length has been exceeded (if one is set at all)
+      - that certain extensions fit the associated purpose (if one has
+        been given)
+     [Richard Levitte]
 
  Changes between 0.9.7d and 0.9.7e  [25 Oct 2004]