Skip to main content

pem_to_ders

Function pem_to_ders 

Source
pub fn pem_to_ders(pem: &str) -> Result<Vec<Vec<u8>>, String>
Expand description

Split PEM into certificate DER blobs (CERTIFICATE blocks only).