Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_genm.c286 X509 **newWithOld, X509 **oldWithNew) in OSSL_CMP_get1_rootCaKeyUpdate() argument
328 if (newWithOld != NULL && (*newWithOld = my_newWithOld) != NULL && !X509_up_ref(*newWithOld)) in OSSL_CMP_get1_rootCaKeyUpdate()
334 if (newWithOld != NULL) in OSSL_CMP_get1_rootCaKeyUpdate()
335 X509_free(*newWithOld); in OSSL_CMP_get1_rootCaKeyUpdate()
H A Dcmp_asn.c51 ASN1_SIMPLE(OSSL_CMP_CAKEYUPDANNCONTENT, newWithOld, X509),
141 ASN1_EXP_OPT(OSSL_CMP_ROOTCAKEYUPDATE, newWithOld, X509, 0),
317 const X509 *newWithOld, in OSSL_CMP_ITAV_new_rootCaKeyUpdate() argument
330 if (newWithOld != NULL in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
331 && (upd->newWithOld = X509_dup(newWithOld)) == NULL) in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
351 X509 **newWithOld, in OSSL_CMP_ITAV_get0_rootCaKeyUpdate() argument
366 if (newWithOld != NULL) in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()
367 *newWithOld = upd != NULL ? upd->newWithOld : NULL; in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()
H A Dcmp_local.h206 X509 *newWithOld; member
800 X509 *newWithOld; member
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_ITAV_new_caCerts.pod32 const X509 *newWithOld,
36 X509 **newWithOld,
81 with the optional I<newWithNew>, I<newWithOld>, and I<oldWithNew> certificates.
90 If I<newWithOld> is not NULL, it assigns to I<*newWithOld> the internal pointer
91 to the certificate contained in the newWithOld infoValue sub-field of I<itav>.
H A DOSSL_CMP_exec_certreq.pod45 X509 **newWithOld, X509 **oldWithNew);
156 When the I<newWithOld> and I<oldWithNew> output parameters are not NULL,
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dserver.cnf21 rsp_newwithold = newWithOld.pem
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c28 X509 *newWithOld; /* to return in newWithOld of rootKeyUpdate */ member
160 DEFINE_OSSL_SET1_CERT(newWithOld) in DEFINE_OSSL_SET1_CERT() argument
521 ctx->newWithOld, in process_genm_itav()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod70 of the newWithOld field to be returned in a genp of infoType rootCaKeyUpdate.
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h449 const X509 *newWithOld,
453 X509 **newWithOld,
729 X509 **newWithOld, X509 **oldWithNew);
H A Dcmp.h.in306 const X509 *newWithOld,
310 X509 **newWithOld,
586 X509 **newWithOld, X509 **oldWithNew);
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in763 using any received newWithOld certificate as untrusted intermediate certificate
775 The file to save any newWithOld certificate
1246 Certificate to be returned in newWithOld field of genp of type rootCaKeyUpdate.