Lines Matching refs:chain
52 void X509_STORE_CTX_set0_verified_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *chain);
90 If you want to verify a further certificate or chain with the same I<ctx>
97 which will be untrusted but may be used to build the chain.
132 X509_STORE_CTX_set0_verified_chain() sets the validated chain to I<chain>.
133 Ownership of the chain is transferred to I<ctx>,
137 I<ctx> that contains the constructed (output) chain.
163 that were used in building the chain.
165 With L<X509_STORE_CTX_verify(3)>, this does not count the first chain element.
168 I<ctx> that contains the validated chain.
170 Details of the chain building and checking process are described in
174 X509_STORE_CTX_set0_verified_chain() sets the validated chain used
175 by I<ctx> to be I<chain>.
176 Ownership of the chain is transferred to I<ctx>,
187 verify function. This function is responsible for verifying chain signatures and
225 the certificate and its chain are verified to be consistent with that purpose.
227 CA certificates along the chain, including any given trust anchor certificate.
232 for certificates in the chain.