mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-08 18:40:41 +00:00
Add test case found through fuzzing to pkparse test suite
This commit is contained in:
parent
073a070590
commit
19816762d2
|
@ -226,3 +226,6 @@ pk_parse_key_rsa:"301c02010002010102010102010102010102010102010102010102010100":
|
||||||
|
|
||||||
Key ASN1 (RSAPrivateKey, values present, check_privkey fails)
|
Key ASN1 (RSAPrivateKey, values present, check_privkey fails)
|
||||||
pk_parse_key_rsa:"301b020100020101020101020101020101020101020101020101020101":"":MBEDTLS_ERR_PK_KEY_INVALID_FORMAT
|
pk_parse_key_rsa:"301b020100020101020101020101020101020101020101020101020101":"":MBEDTLS_ERR_PK_KEY_INVALID_FORMAT
|
||||||
|
|
||||||
|
Key ASN1 (heap-buffer-overflow, unchecked access of tag)
|
||||||
|
pk_parse_key_rsa:"30070201010400a000":"":MBEDTLS_ERR_PK_KEY_INVALID_FORMAT
|
||||||
|
|
Loading…
Reference in a new issue