Lines Matching defs:cert
65 X509 *validatedSrvCert; /* caches any already validated server cert */
67 X509_STORE *trusted; /* trust store maybe w CRLs and cert verify callback */
78 X509 *cert; /* protection cert used to identify and sign for MSG_SIG_ALG */
79 STACK_OF(X509) *chain; /* (cached) chain of protection cert including it */
80 EVP_PKEY *pkey; /* the key pair corresponding to cert */
102 EVP_PKEY *newPkey; /* explicit new private/public key for cert enrollment */
104 X509_NAME *issuer; /* issuer name to used in cert template */
106 X509_NAME *subjectName; /* subject name to be used in cert template */
107 STACK_OF(GENERAL_NAME) *subjectAltNames; /* to add to the cert template */
110 X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */
114 X509 *oldCert; /* cert to be updated (via KUR) or to be revoked (via RR) */
125 X509 *newCert; /* newly enrolled cert received from the CA */
126 STACK_OF(X509) *newChain; /* chain of newly enrolled cert received */
131 OSSL_CMP_certConf_cb_t certConf_cb; /* callback for app checking new cert */
174 * -- the encryption (under the public key for which the cert.
780 int ossl_cmp_ctx_set0_validatedSrvCert(OSSL_CMP_CTX *ctx, X509 *cert);
785 int ossl_cmp_ctx_set0_newCert(OSSL_CMP_CTX *ctx, X509 *cert);
870 X509 *cert, const X509 *encryption_recip,