mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:35:43 +01:00
0f5acc18c5
Previously, a test exercising the X.509 CRT parser's behaviour on unexpected tags would use a '00' byte in place of the tag for the expected structure. This makes reviewing the examples harder because the binary data isn't valid DER-encoded ASN.1. This commit uses the ASN.1 NULL TLV '05 00' to test invalid tags, and adapts surrounding structures' length values accordingly. This eases reviewing because now the ASN.1 structures are still well-formed at the place where the mismatch occurs. |
||
---|---|---|
.. | ||
.jenkins | ||
data_files | ||
git-scripts | ||
scripts | ||
suites | ||
.gitignore | ||
CMakeLists.txt | ||
compat.sh | ||
Descriptions.txt | ||
Makefile | ||
ssl-opt.sh |