Lines Matching defs:chain
112 /// Initializes this context with the given certificate, certificates chain and certificate
119 /// * `cert_chain` - The certificates chain.
190 /// chain where the error occurred. If it is zero it occurred in the end
198 /// Returns a reference to a complete valid `X509` certificate chain.
200 pub fn chain(&self) -> Option<&StackRef<X509>> {
202 let chain = X509_STORE_CTX_get0_chain(self.as_ptr());
204 if chain.is_null() {
207 Some(StackRef::from_ptr(chain))
636 /// Only the signature is checked: no other checks (such as certificate chain validity)
1907 /// Only the signature is checked: no other checks (such as certificate chain validity)