mbedtls/tests
Manuel Pégourié-Gonnard 0bdb050b2d 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:00:55 +01:00
..
data_files x509: CRL: reject unsupported critical extensions 2018-03-14 09:15:02 +01:00
git-scripts
scripts Merge remote-tracking branch 'upstream-public/pr/1249' into development-proposed 2018-03-11 00:45:10 +01:00
suites x509: CRL: add tests for malformed extensions 2018-03-14 12:00:55 +01:00
.gitignore
CMakeLists.txt
compat.sh wait_server_start: warn if lsof is not available 2018-01-22 10:29:24 +01:00
Descriptions.txt
Makefile
ssl-opt.sh Merge branch 'prr_424' into development-proposed 2018-02-22 16:15:01 +01:00