mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 14:37:10 +00:00
Disallow leading zeroes when parsing IPv4 addresses
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
14d6b1124b
commit
6f400a376e
2 changed files with 13 additions and 1 deletions
|
|
@ -1046,6 +1046,12 @@ x509_verify:"data_files/server5-tricky-ip-san.crt":"data_files/server5-tricky-ip
|
|||
X509 CRT parse CN: IPv4 valid address
|
||||
x509_crt_parse_cn_inet_pton:"10.10.10.10":"0A0A0A0A":4
|
||||
|
||||
X509 CRT parse CN: IPv4 leading zeroes #1
|
||||
x509_crt_parse_cn_inet_pton:"010.10.10.10":"":0
|
||||
|
||||
X509 CRT parse CN: IPv4 leading zeroes #2
|
||||
x509_crt_parse_cn_inet_pton:"10.10.10.001":"":0
|
||||
|
||||
X509 CRT parse CN: IPv4 excess 0s
|
||||
x509_crt_parse_cn_inet_pton:"10.0000.10.10":"":0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue