mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 03:28:25 +00:00
Add test case found through fuzzing to pkparse test suite
This commit is contained in:
parent
7b2e85dd7c
commit
90da97d587
1 changed files with 3 additions and 0 deletions
|
@ -486,3 +486,6 @@ pk_parse_key_rsa:"301c02010002010102010102010102010102010102010102010102010100":
|
|||
|
||||
Key ASN1 (RSAPrivateKey, values present, check_privkey fails)
|
||||
pk_parse_key_rsa:"301b020100020102020101020101020101020101020101020101020101":"":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