Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c49 ASN1_SIMPLE(OSSL_CMP_CAKEYUPDANNCONTENT, oldWithNew, X509),
142 ASN1_EXP_OPT(OSSL_CMP_ROOTCAKEYUPDATE, oldWithNew, X509, 1)
318 const X509 *oldWithNew) in OSSL_CMP_ITAV_new_rootCaKeyUpdate() argument
333 if (oldWithNew != NULL in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
334 && (upd->oldWithNew = X509_dup(oldWithNew)) == NULL) in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
352 X509 **oldWithNew) in OSSL_CMP_ITAV_get0_rootCaKeyUpdate() argument
368 if (oldWithNew != NULL) in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()
369 *oldWithNew = upd != NULL ? upd->oldWithNew : NULL; in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()
H A Dcmp_genm.c286 X509 **newWithOld, X509 **oldWithNew) in OSSL_CMP_get1_rootCaKeyUpdate() argument
330 if (oldWithNew == NULL || (*oldWithNew = my_oldWithNew) == NULL || X509_up_ref(*oldWithNew)) { in OSSL_CMP_get1_rootCaKeyUpdate()
H A Dcmp_local.h205 X509 *oldWithNew; member
801 X509 *oldWithNew; member
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_ITAV_new_caCerts.pod33 const X509 *oldWithNew);
37 X509 **oldWithNew);
81 with the optional I<newWithNew>, I<newWithOld>, and I<oldWithNew> certificates.
92 If I<oldWithNew> is not NULL, it assigns to I<*oldWithNew> the internal pointer
93 to the certificate contained in the oldWithNew 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.cnf22 rsp_oldwithnew = oldWithNew.pem
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c29 X509 *oldWithNew; /* to return in oldWithNew of rootKeyUpdate */ member
161 DEFINE_OSSL_SET1_CERT(oldWithNew) in DEFINE_OSSL_SET1_CERT()
522 ctx->oldWithNew); in process_genm_itav()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod73 of the oldWithNew field to be returned in a genp of infoType rootCaKeyUpdate.
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h450 const X509 *oldWithNew);
454 X509 **oldWithNew);
729 X509 **newWithOld, X509 **oldWithNew);
H A Dcmp.h.in307 const X509 *oldWithNew);
311 X509 **oldWithNew);
586 X509 **newWithOld, X509 **oldWithNew);
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in751 If present and the optional oldWithNew certificate is received,
781 The file to save any oldWithNew certificate
1250 Certificate to be returned in oldWithNew field of genp of type rootCaKeyUpdate.