Home
last modified time | relevance | path

Searched refs:rootCaCert (Results 1 – 8 of 8) sorted by relevance

/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv74 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 …]
/openssl/crypto/cmp/
H A Dcmp_asn.c117 ASN1_OPT(OSSL_CMP_ITAV, infoValue.rootCaCert, X509)),
293 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaCert(const X509 *rootCaCert) in OSSL_CMP_ITAV_new_rootCaCert() argument
299 if (rootCaCert != NULL in OSSL_CMP_ITAV_new_rootCaCert()
300 && (itav->infoValue.rootCaCert = X509_dup(rootCaCert)) == NULL) { in OSSL_CMP_ITAV_new_rootCaCert()
318 *out = itav->infoValue.rootCaCert; in OSSL_CMP_ITAV_get0_rootCaCert()
H A Dcmp_local.h294 X509 *rootCaCert; member
/openssl/doc/man3/
H A DOSSL_CMP_ITAV_new_caCerts.pod29 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 DOSSL_CMP_exec_certreq.pod151 with infoType rootCaCert to obtain from the CMP server referenced by I<ctx>
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in257 There is specific support for C<caCerts>, C<rootCaCert>,
727 The root CA certificate to include in a genm request of infoType C<rootCaCert>.
733 This option must be provided when B<-infotype> I<rootCaCert> is given.
1294 or using general messages with infoType C<caCerts> or C<rootCaCert>,
/openssl/include/openssl/
H A Dcmp.h.in287 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaCert(const X509 *rootCaCert);
/openssl/crypto/objects/
H A Dobjects.txt602 id-it 20 : id-it-rootCaCert

Completed in 46 milliseconds