Lines Matching refs:trust
38 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
95 X509_VERIFY_PARAM_set_trust() sets the trust setting in B<param> to
96 B<trust>.
114 neither the end-entity certificate nor the trust-anchor count against this
117 directly by the trust anchor, while with a B<depth> limit of 1 there can be one
118 intermediate CA certificate between the trust anchor and the end-entity
127 The signature algorithm security level is not enforced for the chain's I<trust
300 in L<X509_verify_cert(3)> searches the trust store for issuer certificates
304 This is especially important when some certificates in the trust store have
305 explicit trust settings (see "TRUST SETTINGS" in L<openssl-x509(1)>).
312 with certificates from the trust store to see if an alternative chain can be
318 trust store to be treated as trust anchors, in the same way as self-signed
320 This makes it possible to trust self-issued certificates as well as certificates
321 issued by an intermediate CA without having to trust their ancestor root CA.
323 construction stops as soon as the first certificate contained in the trust store
326 Thus, when an intermediate certificate is found in the trust store, the