Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_genm.c288 const X509 *oldWithOld, X509 **newWithNew, in OSSL_CMP_get1_rootCaKeyUpdate() argument
295 if (newWithNew == NULL) { in OSSL_CMP_get1_rootCaKeyUpdate()
299 *newWithNew = NULL; in OSSL_CMP_get1_rootCaKeyUpdate()
307 if (!OSSL_CMP_ITAV_get0_rootCaKeyUpdate(itav, newWithNew, in OSSL_CMP_get1_rootCaKeyUpdate()
311 if (*newWithNew == NULL) { in OSSL_CMP_get1_rootCaKeyUpdate()
318 *newWithNew, "newWithNew")) { in OSSL_CMP_get1_rootCaKeyUpdate()
323 && !verify_ss_cert_trans(ctx, *newWithNew, my_oldWithNew, in OSSL_CMP_get1_rootCaKeyUpdate()
329 if (!X509_up_ref(*newWithNew)) in OSSL_CMP_get1_rootCaKeyUpdate()
342 X509_free(*newWithNew); in OSSL_CMP_get1_rootCaKeyUpdate()
H A Dcmp_asn.c55 ASN1_SIMPLE(OSSL_CMP_CAKEYUPDANNCONTENT, newWithNew, X509)
144 ASN1_SIMPLE(OSSL_CMP_ROOTCAKEYUPDATE, newWithNew, X509),
321 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaKeyUpdate(const X509 *newWithNew, in OSSL_CMP_ITAV_new_rootCaKeyUpdate() argument
328 if (newWithNew != NULL) { in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
333 if ((upd->newWithNew = X509_dup(newWithNew)) == NULL) in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
355 X509 **newWithNew, in OSSL_CMP_ITAV_get0_rootCaKeyUpdate() argument
361 if (itav == NULL || newWithNew == NULL) { in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()
370 *newWithNew = upd != NULL ? upd->newWithNew : NULL; in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()
H A Dcmp_local.h207 X509 *newWithNew; member
799 X509 *newWithNew; member
/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.
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dserver.cnf19 rsp_newwithnew = newWithNew.pem
/openssl/apps/lib/
H A Dcmp_mock_srv.c26 X509 *newWithNew; /* to return in newWithNew of rootKeyUpdate */ member
141 DEFINE_OSSL_SET1_CERT(newWithNew)
469 X509_get_subject_name(ctx->newWithNew)) != 0) in process_genm_itav()
473 rsp = OSSL_CMP_ITAV_new_rootCaKeyUpdate(ctx->newWithNew, in process_genm_itav()
/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.
/openssl/include/openssl/
H A Dcmp.h.in289 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaKeyUpdate(const X509 *newWithNew,
293 X509 **newWithNew,
571 const X509 *oldWithOld, X509 **newWithNew,
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in729 it is verified using the newWithNew certificate as the (only) trust anchor.
734 It specifies the file to save the newWithNew certificate
739 Any received newWithNew certificate is verified
745 The newWithNew certificate is meant to be a certificate that will be trusted.
1209 Certificate to be returned in newWithNew field of genp of type rootCaKeyUpdate.

Completed in 36 milliseconds