aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.d/max_pathlen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.d/max_pathlen.txt')
-rw-r--r--ChangeLog.d/max_pathlen.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ChangeLog.d/max_pathlen.txt b/ChangeLog.d/max_pathlen.txt
deleted file mode 100644
index 4ebf0ad..0000000
--- a/ChangeLog.d/max_pathlen.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Bugfix
- * Fix undefined behavior in X.509 certificate parsing if the
- pathLenConstraint basic constraint value is equal to INT_MAX.
- The actual effect with almost every compiler is the intended
- behavior, so this is unlikely to be exploitable anywhere. #3197