[][src]Function kayrx::secure::tls::rust_tls::internal::pemfile::certs

pub fn certs(rd: &mut dyn BufRead) -> Result<Vec<Certificate>, ()>

Extract all the certificates from rd, and return a vec of key::Certificates containing the der-format contents.