Lines Matching refs:certificates
20 The optional I<certs> parameter refers to a set of certificates
21 in which to search for signer's certificates.
22 I<p7> may contain extra untrusted CA certificates that may be used for
31 PKCS7_get0_signers() retrieves the signer's certificates from I<p7>, it does
48 An attempt is made to locate all the signer's certificates, first looking in
50 certificates contained in the I<p7> structure unless B<PKCS7_NOINTERN> is set.
51 If any signer's certificates cannot be located the operation fails.
55 Any internal certificates in the message, which may have been added using
72 If B<PKCS7_NOINTERN> is set the certificates in the message itself are not
73 searched when locating the signer's certificates.
74 This means that all the signer's certificates must be in the I<certs> parameter.
83 If B<PKCS7_NOVERIFY> is set the signer's certificates are not chain verified.
85 If B<PKCS7_NOCHAIN> is set then the certificates contained in the message are
87 the signer's certificates) must be contained in the trusted store.
94 a small number of certificates. The acceptable certificates would be passed
96 of the certificates supplied in I<certs> then the verify will fail because the
120 The trusted certificate store is not searched for the signer's certificates.