Home
last modified time | relevance | path

Searched defs:GeneralName (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
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()
1990 impl GeneralName { implementation
1995 ) -> Result<GeneralName, ErrorStack> { in new()
2014 pub(crate) fn new_email(email: &[u8]) -> Result<GeneralName, ErrorStack> { in new_email()
2018 pub(crate) fn new_dns(dns: &[u8]) -> Result<GeneralName, ErrorStack> { in new_dns()
2022 pub(crate) fn new_uri(uri: &[u8]) -> Result<GeneralName, ErrorStack> { in new_uri()
2026 pub(crate) fn new_ip(ip: IpAddr) -> Result<GeneralName, ErrorStack> { in new_ip()
2037 pub(crate) fn new_rid(oid: Asn1Object) -> Result<GeneralName, ErrorStack> { in new_rid()
[all …]