pub fn parse_san_dns_names(cert_der: &[u8]) -> Result<Vec<Vec<u8>>, Error>
Parse DNS names from the Subject Alternative Name extension.
Returns the raw bytes of each dNSName entry.