commit | 7ac50196f3e9350a93ec658237a69e74890f38a0 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jul 10 11:09:22 2017 +0200 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jul 28 13:15:14 2017 +0100 |
tree | 89d5c357c678a57e8b4a56adb768989c2787810c | |
parent | c94aeb5be9ee12b676c8767cdbf1c269f6d80123 [diff] |
Add test for limit on intermediate certificates Inspired by test code provided by Nicholas Wilson in PR #351. The test will fail if someone sets MAX_INTERMEDIATE_CA to a value larger than 18 (default is 8), which is hopefully unlikely and can easily be fixed by running long.sh again with a larger value if it ever happens. Current behaviour is suboptimal as flags are not set, but currently the goal is only to document/test existing behaviour.