Searched refs:oldWithNew (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_asn.c | 49 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 D | cmp_genm.c | 286 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 D | cmp_local.h | 205 X509 *oldWithNew; member 801 X509 *oldWithNew; member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_ITAV_new_caCerts.pod | 33 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 D | OSSL_CMP_exec_certreq.pod | 45 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 D | server.cnf | 22 rsp_oldwithnew = oldWithNew.pem
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | cmp_mock_srv.c | 28 X509 *oldWithNew; /* to return in oldWithNew of rootKeyUpdate */ member 158 DEFINE_OSSL_SET1_CERT(oldWithNew) in DEFINE_OSSL_SET1_CERT() 506 ctx->oldWithNew); in process_genm_itav()
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_cmp_mock_srv_new.pod | 73 of the oldWithNew field to be returned in a genp of infoType rootCaKeyUpdate.
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | cmp.h.in | 305 const X509 *oldWithNew); 309 X509 **oldWithNew); 584 X509 **newWithOld, X509 **oldWithNew);
|
| H A D | cmp.h | 448 const X509 *oldWithNew); 452 X509 **oldWithNew); 727 X509 **newWithOld, X509 **oldWithNew);
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 745 If present and the optional oldWithNew certificate is received, 775 The file to save any oldWithNew certificate 1244 Certificate to be returned in oldWithNew field of genp of type rootCaKeyUpdate.
|