avoid verification loops in trusted store when path building
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6157a1ef0db391fe3d9c34f9810821731064d2ff..c75e5147930104d4b45c9aa52b416750cc5e2772 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) If a candidate issuer certificate is already part of the constructed
+     path ignore it: new debug notification X509_V_ERR_PATH_LOOP for this case.
+     [Steve Henson]
+
   *) Improve forward-security support: add functions
 
        void SSL_CTX_set_not_resumable_session_callback(SSL_CTX *ctx, int (*cb)(SSL *ssl, int is_forward_secure))