mbedtls/tests
Manuel Pégourié-Gonnard cec3289659 Add test case for first intermediate max_pathlen=0
!!! This test case is currently failing !!!
(See fix in next-next commit.)

Test certificates generated with the following script:
(using mbed TLS 2.2 as 1.2 does not hove those programs)

programs/pkey/gen_key type=rsa filename=cert81.key
programs/pkey/gen_key type=rsa filename=cert82.key
programs/pkey/gen_key type=rsa filename=cert83.key

programs/x509/cert_write serial=81 output_file=cert81.crt is_ca=1 \
    issuer_key=cert81.key issuer_name="CN=Root 8,O=mbed TLS,C=UK" \
    selfsign=1
programs/x509/cert_write serial=82 output_file=cert82.crt is_ca=1 \
    issuer_key=cert81.key issuer_name="CN=Root 8,O=mbed TLS,C=UK" \
    subject_key=cert82.key subject_name="CN=Int 82,O=mbed TLS,C=UK" \
    max_pathlen=0
programs/x509/cert_write serial=83 output_file=cert83.crt \
    issuer_key=cert82.key issuer_name="CN=Int 82,O=mbed TLS,C=UK" \
    subject_key=cert83.key subject_name="CN=EE 83,O=mbed TLS,C=UK"
2015-12-02 12:04:49 +01:00
..
data_files Add test case for first intermediate max_pathlen=0 2015-12-02 12:04:49 +01:00
scripts Make compilation on DragonFly work 2014-07-08 18:28:44 +02:00
suites Add test case for first intermediate max_pathlen=0 2015-12-02 12:04:49 +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