Fix debug formatting of ipaddress for GeneralName
`from_utf8_lossy` is not appropriate as the bytes are the raw IP address (e.g. 4 bytes for IPv4).
Loading
Please register or sign in to comment
`from_utf8_lossy` is not appropriate as the bytes are the raw IP address (e.g. 4 bytes for IPv4).