commit | 63ee8c1b73e5f1c5e5388e4a3af7bf16cfdf9d08 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Thu Jul 27 15:21:25 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jul 28 13:15:57 2017 +0100 |
tree | 8a90bad815bceb1558ae4d77c8a25ef6f6342748 | |
parent | 806c680eba78d236db9d0701dc570081dd09fcc2 [diff] |
Check threshold for POLARSSL_X509_MAX_INTERMEDIATE_CA in X509 tests The X509 test suite assumes that POLARSSL_X509_MAX_INTERMEDIATE_CA is below the hardcoded threshold 20 used in the long certificate chain generating script tests/data_files/dir-max/long.sh. This commit adds a compile-time check for that.