Victor Barpp Gomes

Results 2 issues of Victor Barpp Gomes

## Description Change `x509_info_subject_alt_name` to render the serial numbers in HardwareModuleName SAN extensions (RFC 4108) in hex encoding. Fixes #6262. More details about the reason of this change in the...

needs-review
component-x509
needs-reviewer
size-s
priority-medium

### Summary `mbedtls_x509_crt_info` produces non-printable characters if the certificate contains an RFC 4108 HardwareModuleName (as a Subject Alternative Name extension) whose hwSerialNum has non-printable bytes. This happens because [the code](https://github.com/Mbed-TLS/mbedtls/blob/52f83dc471625f503a335ccef4f4b484a2a579ef/library/x509_crt.c#L1915)...

bug
component-x509