Searched refs:Asn1Object (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | extension.rs | 21 use crate::asn1::Asn1Object; 322 stack.push(Asn1Object::from_str(item)?)?; in build() 437 OtherName(Asn1Object, Vec<u8>), 521 pub fn other_name2(&mut self, oid: Asn1Object, content: &[u8]) -> &mut SubjectAlternativeName { in other_name2() 538 RustGeneralName::Rid(s) => GeneralName::new_rid(Asn1Object::from_str(s)?)?,
|
H A D | tests.rs | 3 use crate::asn1::{Asn1Object, Asn1OctetString, Asn1Time}; 372 &Asn1Object::from_str("2.5.29.19").unwrap(), in x509_extension_new_from_der() 1129 let oid = Asn1Object::from_str("1.3.6.1.5.5.7.8.11").unwrap(); in other_name_as_subject_alternative_name()
|
H A D | mod.rs | 27 Asn1BitStringRef, Asn1Enumerated, Asn1IntegerRef, Asn1Object, Asn1ObjectRef, 1335 /// Returns the `Asn1Object` value of an `X509NameEntry`. 2037 pub(crate) fn new_rid(oid: Asn1Object) -> Result<GeneralName, ErrorStack> { 2059 oid: Asn1Object,
|
Completed in 6 milliseconds