Lines Matching refs:X509

68     X509 *srvCert; /* certificate used to identify the server */
69 X509 *validatedSrvCert; /* caches any already validated server cert */
72 STACK_OF(X509) *untrusted; /* untrusted (intermediate CA) certs */
82 X509 *cert; /* protection cert used to identify and sign for MSG_SIG_ALG */
83 STACK_OF(X509) *chain; /* (cached) chain of protection cert including it */
104 STACK_OF(X509) *extraCertsOut; /* to be included in request messages */
120 X509 *oldCert; /* cert to be updated (via KUR) or to be revoked (via RR) */
131 X509 *newCert; /* newly enrolled cert received from the CA */
132 STACK_OF(X509) *newChain; /* chain of newly enrolled cert received */
133 STACK_OF(X509) *caPubs; /* CA certs received from server (in IP message) */
134 STACK_OF(X509) *extraCertsIn; /* extraCerts received from server */
205 X509 *oldWithNew;
206 X509 *newWithOld;
207 X509 *newWithNew;
262 X509 *caProtEncCert;
292 STACK_OF(X509) *caCerts;
294 X509 *rootCaCert;
313 X509 *certificate;
395 X509 *newSigCert;
396 STACK_OF(X509) *caCerts;
469 STACK_OF(X509) *caPubs;
655 X509 *cann; /* 16 */
728 STACK_OF(X509) *extraCerts; /* 1 */
799 X509 *newWithNew;
800 X509 *newWithOld;
801 X509 *oldWithNew;
826 int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs,
828 STACK_OF(X509) *ossl_cmp_X509_STORE_get1_certs(X509_STORE *store);
863 int ossl_cmp_ctx_set1_validatedSrvCert(OSSL_CMP_CTX *ctx, X509 *cert);
868 int ossl_cmp_ctx_set0_newCert(OSSL_CMP_CTX *ctx, X509 *cert);
869 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
870 int ossl_cmp_ctx_set1_caPubs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *caPubs);
872 STACK_OF(X509) *extraCertsIn);
955 X509 *cert, const X509 *encryption_recip,
956 STACK_OF(X509) *chain, STACK_OF(X509) *caPubs,
991 X509 *ossl_cmp_certresponse_get1_cert(const OSSL_CMP_CTX *ctx,