mbedtls/tests
Manuel Pégourié-Gonnard 85f36ae0a1 x509: CRL: add tests for malformed extensions
This covers all lines added in the previous commit. Coverage was tested using:

    make CFLAGS='--coverage -g3 -O0'
    (cd tests && ./test_suite_x509parse)
    make lcov
    firefox Coverage/index.html # then visual check

Test data was generated by taking a copy of tests/data_files/crl-idp.pem,
encoding it as hex, and then manually changing the values of some bytes to
achieve the desired errors, using https://lapo.it/asn1js/ for help in locating
the desired bytes.
2018-03-14 12:48:03 +01:00
..
data_files x509: CRL: reject unsupported critical extensions 2018-03-14 09:28:24 +01:00
scripts Merge remote-tracking branch 'upstream-public/pr/1009' into mbedtls-2.1-proposed 2018-03-12 23:44:48 +01:00
suites x509: CRL: add tests for malformed extensions 2018-03-14 12:48:03 +01:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Support verbose output of the test suites 2018-01-25 18:25:44 +00:00
compat.sh wait_server_start: warn if lsof is not available 2018-01-22 11:24:01 +01:00
Descriptions.txt
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
ssl-opt.sh Merge branch 'prr_428' into mbedtls-2.1-proposed 2018-02-22 16:24:13 +01:00