Searched refs:X509v3Context (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | extension.rs | 6 //! module can be used with `X509v3Context` objects. 24 use crate::x509::{GeneralName, Stack, X509Extension, X509v3Context}; 358 pub fn build(&self, ctx: &X509v3Context<'_>) -> Result<X509Extension, ErrorStack> { in build() 413 pub fn build(&self, ctx: &X509v3Context<'_>) -> Result<X509Extension, ErrorStack> { in build() 528 pub fn build(&self, _ctx: &X509v3Context<'_>) -> Result<X509Extension, ErrorStack> { in build()
|
H A D | mod.rs | 318 ) -> X509v3Context<'a> { in x509v3_context() 341 X509v3Context(ctx, PhantomData) in x509v3_context() 860 pub struct X509v3Context<'a>(ffi::X509V3_CTX, PhantomData<(&'a X509Ref, &'a ConfRef)>); structure names 862 impl<'a> X509v3Context<'a> { impls 886 /// Some extension types, such as `subjectAlternativeName`, require an `X509v3Context` to be 902 context: Option<&X509v3Context<'_>>, in new() 938 /// Some extension types, such as `nid::SUBJECT_ALTERNATIVE_NAME`, require an `X509v3Context` to 954 context: Option<&X509v3Context<'_>>, in new_nid() 1414 /// Return an `X509v3Context`. This context object can be used to construct 1416 pub fn x509v3_context<'a>(&'a self, conf: Option<&'a ConfRef>) -> X509v3Context<' [all...] |
Completed in 4 milliseconds