Lines Matching refs:chain
42 void X509_STORE_CTX_set0_verified_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *chain);
71 If you want to verify a further certificate or chain with the same I<ctx>
78 which will be untrusted but may be used to build the chain.
95 X509_STORE_CTX_set0_verified_chain() sets the validated chain to I<chain>.
96 Ownership of the chain is transferred to I<ctx>,
100 I<ctx> that contains the constructed (output) chain.
123 that were used in building the chain.
125 With L<X509_STORE_CTX_verify(3)>, this does not count the first chain element.
128 I<ctx> that contains the validated chain.
130 Details of the chain building and checking process are described in
134 X509_STORE_CTX_set0_verified_chain() sets the validated chain used
135 by I<ctx> to be I<chain>.
136 Ownership of the chain is transferred to I<ctx>,
147 verify function. This function is responsible for verifying chain signatures and