Home
last modified time | relevance | path

Searched refs:IA5STRING (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DASN1_generate_nconf.pod104 =item B<UNIVERSALSTRING>, B<UNIV>, B<IA5>, B<IA5STRING>, B<UTF8>,
177 IA5STRING:Hello World
181 EXPLICIT:0,IA5STRING:Hello World
185 EXPLICIT:0A,IA5STRING:Hello World
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs2015 unsafe { GeneralName::new(ffi::GEN_EMAIL, Asn1Type::IA5STRING, email) } in new_email()
2019 unsafe { GeneralName::new(ffi::GEN_DNS, Asn1Type::IA5STRING, dns) } in new_dns()
2023 unsafe { GeneralName::new(ffi::GEN_URI, Asn1Type::IA5STRING, uri) } in new_uri()
/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs132 pub const IA5STRING: Asn1Type = Asn1Type(ffi::V_ASN1_IA5STRING); constant
/third_party/node/deps/openssl/openssl/
DCHANGES.md18461 * Allow certificate policies extension to use an IA5STRING for the
/third_party/openssl/
DCHANGES.md18283 * Allow certificate policies extension to use an IA5STRING for the