Lines Matching refs:certificates
21 The optional I<certs> parameter refers to a set of certificates
22 in which to search for signing certificates.
23 I<cms> may contain extra untrusted CA certificates that may be used for
45 certificates contained in the I<cms> structure unless B<CMS_NOINTERN> is set.
50 Any internal certificates in the message, which may have been added using
65 If B<CMS_NOINTERN> is set the certificates in the message itself are not
67 This means that all the signing certificates must be in the I<certs> parameter.
76 If B<CMS_NO_SIGNER_CERT_VERIFY> is set the signing certificates are not
87 a small number of certificates. The acceptable certificates would be passed
89 of the certificates supplied in I<certs> then the verify will fail because the
93 certificates are not appropriate: for example an application may wish to
94 lookup certificates in a database or perform customised verification. This
95 can be achieved by setting and verifying the signer certificates manually