Home
last modified time | relevance | path

Searched refs:GeneralName (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs430 pub fn subject_alt_names(&self) -> Option<Stack<GeneralName>> { in subject_alt_names()
458 pub fn issuer_alt_names(&self) -> Option<Stack<GeneralName>> { in issuer_alt_names()
517 pub fn authority_issuer(&self) -> Option<&StackRef<GeneralName>> { in authority_issuer()
1729 // SAFETY: CertificateIssuer is defined to be a stack of GeneralName in the RFC
1741 // SAFETY: CertificateIssuer is defined to be a stack of GeneralName in the RFC
1746 type Output = Stack<GeneralName>;
1985 pub struct GeneralName; structure names
1986 /// Reference to `GeneralName`.
1990 impl GeneralName { impls
1995 ) -> Result<GeneralName, ErrorStac in new()
[all...]
H A Dextension.rs24 use crate::x509::{GeneralName, Stack, X509Extension, X509v3Context};
532 RustGeneralName::Dns(s) => GeneralName::new_dns(s.as_bytes())?,
533 RustGeneralName::Email(s) => GeneralName::new_email(s.as_bytes())?,
534 RustGeneralName::Uri(s) => GeneralName::new_uri(s.as_bytes())?,
536 GeneralName::new_ip(s.parse().map_err(|_| ErrorStack::get())?)?
538 RustGeneralName::Rid(s) => GeneralName::new_rid(Asn1Object::from_str(s)?)?,
540 GeneralName::new_other_name(oid.clone(), content)?
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs426 GeneralName, X509NameRef, X509Ref, X509StoreContext, X509StoreContextRef,
468 fn verify_subject_alt_names(domain: &str, names: Stack<GeneralName>) -> bool { in verify_subject_alt_names()

Completed in 6 milliseconds