aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.d/max_pathlen.txt
blob: 4ebf0ad93317e90d9c8239f7db2c6ab90a4a5ee6 (plain)
1
2
3
4
5
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