Searched refs:newWithOld (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_genm.c | 286 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 D | cmp_asn.c | 51 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 D | cmp_local.h | 206 X509 *newWithOld; member 800 X509 *newWithOld; member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_ITAV_new_caCerts.pod | 32 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 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 | 21 rsp_newwithold = newWithOld.pem
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | cmp_mock_srv.c | 28 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 D | ossl_cmp_mock_srv_new.pod | 70 of the newWithOld field to be returned in a genp of infoType rootCaKeyUpdate.
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | cmp.h | 449 const X509 *newWithOld, 453 X509 **newWithOld, 729 X509 **newWithOld, X509 **oldWithNew);
|
| H A D | cmp.h.in | 306 const X509 *newWithOld, 310 X509 **newWithOld, 586 X509 **newWithOld, X509 **oldWithNew);
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 763 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.
|