mbedtls/tests
Manuel Pégourié-Gonnard d7d0b0118c Add test case for root with max_pathlen=0
This was already working but not tested so far

(Test case from previous commit still failing.)

Test certificates generated with:

programs/pkey/gen_key type=ec ec_curve=secp256r1 filename=cert91.key
programs/pkey/gen_key type=ec ec_curve=secp256r1 filename=cert92.key

programs/x509/cert_write serial=91 output_file=cert91.crt is_ca=1 \
    issuer_key=cert91.key issuer_name="CN=Root 9,O=mbed TLS,C=UK" \
    selfsign=1 max_pathlen=0
programs/x509/cert_write serial=92 output_file=cert92.crt \
    issuer_key=cert91.key issuer_name="CN=Root 9,O=mbed TLS,C=UK" \
    subject_key=cert92.key subject_name="CN=EE 92,O=mbed TLS,C=UK"
2015-12-03 09:49:57 +01:00
..
data_files Add test case for root with max_pathlen=0 2015-12-03 09:49:57 +01:00
scripts Make compilation on DragonFly work 2014-07-08 18:28:44 +02:00
suites Add test case for root with max_pathlen=0 2015-12-03 09:49:57 +01:00
.gitignore Added proper gitignores for linux compilation 2012-11-17 00:04:49 +01:00
CMakeLists.txt Disable -Wunused-result in programs and tests 2015-08-11 03:42:34 +02:00
compat.sh Make tests/compat.sh executable 2015-08-10 16:37:09 +02:00
fct.h - Added casting to prevent warnings on some compilers 2012-05-08 13:35:48 +00:00
Makefile Improvements to tests/Makefile when using shared library 2014-07-08 11:32:12 +02:00