Home
last modified time | relevance | path

Searched refs:newWithNew (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_genm.c285 const X509 *oldWithOld, X509 **newWithNew, in OSSL_CMP_get1_rootCaKeyUpdate() argument
292 if (newWithNew == NULL) { in OSSL_CMP_get1_rootCaKeyUpdate()
296 *newWithNew = NULL; in OSSL_CMP_get1_rootCaKeyUpdate()
304 if (!OSSL_CMP_ITAV_get0_rootCaKeyUpdate(itav, newWithNew, in OSSL_CMP_get1_rootCaKeyUpdate()
308 if (*newWithNew == NULL) { in OSSL_CMP_get1_rootCaKeyUpdate()
315 *newWithNew, "newWithNew")) { in OSSL_CMP_get1_rootCaKeyUpdate()
320 && !verify_ss_cert_trans(ctx, *newWithNew, my_oldWithNew, in OSSL_CMP_get1_rootCaKeyUpdate()
326 if (!X509_up_ref(*newWithNew)) in OSSL_CMP_get1_rootCaKeyUpdate()
337 X509_free(*newWithNew); in OSSL_CMP_get1_rootCaKeyUpdate()
H A Dcmp_asn.c53 ASN1_SIMPLE(OSSL_CMP_CAKEYUPDANNCONTENT, newWithNew, X509)
140 ASN1_SIMPLE(OSSL_CMP_ROOTCAKEYUPDATE, newWithNew, X509),
316 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaKeyUpdate(const X509 *newWithNew, in OSSL_CMP_ITAV_new_rootCaKeyUpdate() argument
323 if (newWithNew != NULL) { in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
328 if ((upd->newWithNew = X509_dup(newWithNew)) == NULL) in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
350 X509 **newWithNew, in OSSL_CMP_ITAV_get0_rootCaKeyUpdate() argument
356 if (itav == NULL || newWithNew == NULL) { in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()
365 *newWithNew = upd != NULL ? upd->newWithNew : NULL; in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()
H A Dcmp_local.h207 X509 *newWithNew; member
799 X509 *newWithNew; member
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_ITAV_new_caCerts.pod31 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaKeyUpdate(const X509 *newWithNew,
35 X509 **newWithNew,
81 with the optional I<newWithNew>, I<newWithOld>, and I<oldWithNew> certificates.
82 An RootCaKeyUpdateContent structure is included only if I<newWithNew>
88 it assigns to I<*newWithNew> the internal pointer
89 to the certificate contained in the newWithNew infoValue sub-field of I<itav>.
H A DOSSL_CMP_exec_certreq.pod44 const X509 *oldWithOld, X509 **newWithNew,
155 On success it assigns to I<*newWithNew> the root certificate received.
162 The I<newWithNew> certificate is meant to be a certificate that will be trusted.
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dserver.cnf20 rsp_newwithnew = newWithNew.pem
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c26 X509 *newWithNew; /* to return in newWithNew of rootKeyUpdate */ member
156 DEFINE_OSSL_SET1_CERT(newWithNew)
499 X509_get_subject_name(ctx->newWithNew)) in process_genm_itav()
504 rsp = OSSL_CMP_ITAV_new_rootCaKeyUpdate(ctx->newWithNew, in process_genm_itav()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod67 of the newWithNew field to be returned in a genp of infoType rootCaKeyUpdate.
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in303 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaKeyUpdate(const X509 *newWithNew,
307 X509 **newWithNew,
583 const X509 *oldWithOld, X509 **newWithNew,
H A Dcmp.h446 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaKeyUpdate(const X509 *newWithNew,
450 X509 **newWithNew,
726 const X509 *oldWithOld, X509 **newWithNew,
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in746 it is verified using the newWithNew certificate as the (only) trust anchor.
751 It specifies the file to save the newWithNew certificate
756 Any received newWithNew certificate is verified
762 The newWithNew certificate is meant to be a certificate that will be trusted.
1236 Certificate to be returned in newWithNew field of genp of type rootCaKeyUpdate.