Skip to main content

extract_issuer_dn

Function extract_issuer_dn 

Source
pub fn extract_issuer_dn(cert_der: &[u8]) -> Result<&[u8], Error>
Expand description

Extract the raw DER-encoded issuer Distinguished Name from an X.509 certificate.

Returns the content of the issuer Name SEQUENCE (the RDNs), without the outer SEQUENCE tag and length bytes.