Skip to content

Commit

Permalink
Add changelog entry for Mbed-TLS#3192: x509_crt max_pathlen int overf…
Browse files Browse the repository at this point in the history
…low fix

Signed-off-by: Gilles Peskine <[email protected]>
  • Loading branch information
gilles-peskine-arm committed Apr 21, 2020
1 parent 5cac337 commit e7a5386
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.d/max_pathlen.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,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. #3192

0 comments on commit e7a5386

Please sign in to comment.