mbedtls/tests
Manuel Pégourié-Gonnard 9bc860c3ad Add test for callback and bad signatures
Our current behaviour is a bit inconsistent here:
- when the bad signature is made by a trusted CA, we stop here and don't
  include the trusted CA in the chain (don't call vrfy on it)
- otherwise, we just add NOT_TRUSTED to the flags but keep building the chain
  and call vrfy on the upper certs
2017-08-08 11:06:50 +02:00
..
data_files Add test for same CA with different keys 2017-08-08 11:06:50 +02:00
git-scripts
scripts Fix usage of CFLAGS with cmake in all.sh 2017-08-08 11:06:49 +02:00
suites Add test for callback and bad signatures 2017-08-08 11:06:50 +02:00
.gitignore
CMakeLists.txt
compat.sh
Descriptions.txt
Makefile
ssl-opt.sh Fix the check for max CA intermediates in ssl-opt.sh 2017-07-28 18:18:29 +01:00