Files
mbedtls/library
Manuel Pégourié-Gonnard 7929229a32 Fix bug checking pathlen on first intermediate
Remove check on the pathLenConstraint value when looking for a parent to the
EE cert, as the constraint is on the number of intermediate certs below the
parent, and that number is always 0 at that point, so the constraint is always
satisfied.

The check was actually off-by-one, which caused valid chains to be rejected
under the following conditions:
- the parent certificate is not a trusted root, and
- it has pathLenConstraint == 0 (max_pathlen == 1 in our representation)

fixes #280
2015-12-03 09:53:20 +01:00
..
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-11-06 10:51:16 +00:00
2015-02-13 14:24:10 +01:00
2015-06-29 18:54:28 +02:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-08-10 16:41:14 +02:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-04-23 10:55:05 +02:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-10-01 16:57:47 +02:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00
2015-02-13 14:24:10 +01:00