Home
last modified time | relevance | path

Searched refs:other_name2 (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs510 /// Not currently actually supported, always panics. Please use other_name2
511 #[deprecated = "other_name is deprecated and always panics. Please use other_name2."]
513 unimplemented!("This has not yet been adapted for the new internals. Use other_name2."); in other_name()
521 pub fn other_name2(&mut self, oid: Asn1Object, content: &[u8]) -> &mut SubjectAlternativeName { in other_name2() functions
H A Dtests.rs1135 .other_name2(oid, &content) in other_name_as_subject_alternative_name()

Completed in 3 milliseconds