aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-02-16 14:22:33 +0000
committerlloyd <[email protected]>2014-02-16 14:22:33 +0000
commit4b09a2480c30e1b58473265f95550faa10b04af2 (patch)
tree5ed53d4e9d60967cfd96cb78c86656398e42ac13 /doc
parent08413f0bc40ed37acd5b05a9e1fe427f197e209c (diff)
Don't assume the leading cert chain is presented in-order
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_9.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_9.rst b/doc/relnotes/1_11_9.rst
index e0560d85b..aae4e660f 100644
--- a/doc/relnotes/1_11_9.rst
+++ b/doc/relnotes/1_11_9.rst
@@ -1,2 +1,5 @@
Version 1.11.9, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ * Fix a bug in certificate path validation which prevented successful
+ validation if intermediate certificates were presented out of order.