Home
last modified time | relevance | path

Searched refs:crl_sign (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dextension.rs100 crl_sign: bool, field
122 crl_sign: false, in new()
171 pub fn crl_sign(&mut self) -> &mut KeyUsage { in crl_sign() method
172 self.crl_sign = true; in crl_sign()
222 append(&mut value, &mut first, self.crl_sign, "cRLSign"); in build()
/third_party/rust/crates/rust-openssl/openssl/examples/
Dmk_certs.rs51 .crl_sign() in mk_ca_cert()