| /src/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
| H A D | test_commands.csv | 74 1,genm rootCaCert with oldwithold , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 75 1,genm rootCaCert without oldwithold , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, B… 76 0,genm rootCaCert oldwithold missing arg , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 77 0,genm rootCaCert oldwithold empty file , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 78 0,genm rootCaCert oldwithold random file , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 79 0,genm rootCaCert oldwithold nonexistent , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 80 1,genm rootCaCert oldwithold different , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 81 0,genm rootCaCert missing newwithnew , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 82 0,genm rootCaCert newwithnew missing arg , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 83 1,genm rootCaCert with oldwithnew , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… [all …]
|
| /src/crypto/openssl/crypto/cmp/ |
| H A D | cmp_asn.c | 114 ASN1_OPT(OSSL_CMP_ITAV, infoValue.rootCaCert, X509)), 288 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaCert(const X509 *rootCaCert) in OSSL_CMP_ITAV_new_rootCaCert() argument 294 if (rootCaCert != NULL in OSSL_CMP_ITAV_new_rootCaCert() 295 && (itav->infoValue.rootCaCert = X509_dup(rootCaCert)) == NULL) { in OSSL_CMP_ITAV_new_rootCaCert() 313 *out = itav->infoValue.rootCaCert; in OSSL_CMP_ITAV_get0_rootCaCert()
|
| H A D | cmp_local.h | 294 X509 *rootCaCert; member
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_ITAV_new_caCerts.pod | 29 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaCert(const X509 *rootCaCert); 73 of type B<rootCaCert> that includes the optionally given certificate. 75 OSSL_CMP_ITAV_get0_rootCaCert() requires that I<itav> has type B<rootCaCert>.
|
| H A D | OSSL_CMP_exec_certreq.pod | 151 with infoType rootCaCert to obtain from the CMP server referenced by I<ctx>
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 262 There is specific support for C<caCerts>, C<rootCaCert>, 744 The root CA certificate to include in a genm request of infoType C<rootCaCert>. 750 This option must be provided when B<-infotype> I<rootCaCert> is given. 1321 or using general messages with infoType C<caCerts> or C<rootCaCert>,
|
| /src/crypto/openssl/include/openssl/ |
| H A D | cmp.h.in | 301 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaCert(const X509 *rootCaCert);
|
| H A D | cmp.h | 444 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaCert(const X509 *rootCaCert);
|
| /src/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 603 id-it 20 : id-it-rootCaCert
|