Lines Matching refs:X509

23                      const char *source, X509 *cert, const char *msg)  in cert_msg()
35 static int ossl_X509_check(OSSL_CMP_CTX *ctx, const char *source, X509 *cert, in ossl_X509_check()
62 STACK_OF(X509) *certs, in ossl_X509_check_all()
141 int OSSL_CMP_get1_caCerts(OSSL_CMP_CTX *ctx, STACK_OF(X509) **out) in OSSL_CMP_get1_caCerts()
144 STACK_OF(X509) *certs = NULL; in OSSL_CMP_get1_caCerts()
189 STACK_OF(X509) *trust; in selfsigned_verify_cb()
190 STACK_OF(X509) *chain = X509_STORE_CTX_get0_chain(store_ctx); in selfsigned_verify_cb()
191 STACK_OF(X509) *untrusted = X509_STORE_CTX_get0_untrusted(store_ctx); in selfsigned_verify_cb()
194 X509 *cert = sk_X509_value(chain, 0); /* target cert */ in selfsigned_verify_cb()
195 X509 *issuer; in selfsigned_verify_cb()
226 X509_STORE *ts, STACK_OF(X509) *untrusted, in verify_ss_cert()
227 X509 *target) in verify_ss_cert()
249 verify_ss_cert_trans(OSSL_CMP_CTX *ctx, X509 *trusted /* may be NULL */, in verify_ss_cert_trans()
250 X509 *trans /* the only untrusted cert, may be NULL */, in verify_ss_cert_trans()
251 X509 *target, const char *desc) in verify_ss_cert_trans()
254 STACK_OF(X509) *untrusted = NULL; in verify_ss_cert_trans()
288 const X509 *oldWithOld, X509 **newWithNew, in OSSL_CMP_get1_rootCaKeyUpdate()
289 X509 **newWithOld, X509 **oldWithNew) in OSSL_CMP_get1_rootCaKeyUpdate()
291 X509 *oldWithOld_copy = NULL, *my_newWithOld, *my_oldWithNew; in OSSL_CMP_get1_rootCaKeyUpdate()
350 int OSSL_CMP_get1_crlUpdate(OSSL_CMP_CTX *ctx, const X509 *crlcert, in OSSL_CMP_get1_crlUpdate()