Home
last modified time | relevance | path

Searched refs:infoType (Results 1 – 9 of 9) sorted by relevance

/src/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c129 } ASN1_ADB_END(OSSL_CMP_ITAV, 0, infoType, 0, &infotypeandvalue_default_tt, NULL);
132 ASN1_SIMPLE(OSSL_CMP_ITAV, infoType, ASN1_OBJECT),
185 itav->infoType = type; in OSSL_CMP_ITAV_set0()
193 return itav->infoType; in OSSL_CMP_ITAV_get0_type()
237 itav->infoType = OBJ_nid2obj(NID_id_it_certProfile); in OSSL_CMP_ITAV_new0_certProfile()
249 if (OBJ_obj2nid(itav->infoType) != NID_id_it_certProfile) { in OSSL_CMP_ITAV_get0_certProfile()
268 itav->infoType = OBJ_nid2obj(NID_id_it_caCerts); in OSSL_CMP_ITAV_new_caCerts()
278 if (OBJ_obj2nid(itav->infoType) != NID_id_it_caCerts) { in OSSL_CMP_ITAV_get0_caCerts()
299 itav->infoType = OBJ_nid2obj(NID_id_it_rootCaCert); in OSSL_CMP_ITAV_new_rootCaCert()
309 if (OBJ_obj2nid(itav->infoType) != NID_id_it_rootCaCert) { in OSSL_CMP_ITAV_get0_rootCaCert()
[all …]
H A Dcmp_hdr.c236 && OBJ_obj2nid(itav->infoType) == NID_id_it_implicitConfirm) in ossl_cmp_hdr_has_implicitConfirm()
H A Dcmp_local.h258 ASN1_OBJECT *infoType; member
/src/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod64 returned in the caPubs field an ip message and in a genp of infoType caCerts.
67 of the newWithNew field to be returned in a genp of infoType rootCaKeyUpdate.
70 of the newWithOld field to be returned in a genp of infoType rootCaKeyUpdate.
73 of the oldWithNew field to be returned in a genp of infoType rootCaKeyUpdate.
/src/crypto/openssl/doc/man3/
H A DOSSL_CMP_exec_certreq.pod132 infoType and infoValue pairs (InfoTypeAndValue; short: B<ITAV>)
139 with infoType C<signKeyPairTypes> to obtain the set of signature
144 OSSL_CMP_get1_caCerts() uses a genm/genp message exchange with infoType caCerts
151 with infoType rootCaCert to obtain from the CMP server referenced by I<ctx>
152 in a genp response message with infoType rootCaKeyUpdate any update of the
167 OSSL_CMP_get1_crlUpdate() uses a genm request message with infoType crlStatusList
169 with infoType crls. It uses I<last_crl> and I<crlcert> to create
176 infoType certReqTemplate to obtain a certificate request template from the
H A DOSSL_CMP_ITAV_set0.pod39 OSSL_CMP_ITAV_set0() sets the I<itav> with an infoType of I<type> and an
43 OSSL_CMP_ITAV_get0_type() returns a direct pointer to the infoType in the
60 It is an error if the infoType of I<itav> is not B<certProfile>.
H A DOSSL_CMP_ATAV_set0.pod49 OSSL_CMP_ATAV_set0() sets the I<atav> with an infoType of I<type> and an
55 OSSL_CMP_ATAV_get0_type() returns a direct pointer to the infoType
H A DOSSL_CMP_ITAV_new_caCerts.pod85 OSSL_CMP_ITAV_get0_rootCaKeyUpdate() requires that I<itav> has infoType
142 It is an error if the infoType of I<itav> is not B<crlStatusList>.
151 It is an error if the infoType of I<itav> is not B<crls>.
/src/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in256 ITAV B<infoType>s is printed to stdout.
740 or contained in a general response (genp) message with infoType C<caCerts>.
744 The root CA certificate to include in a genm request of infoType C<rootCaCert>.
770 received in a genp message of infoType C<rootCaKeyUpdate>.
776 received in a genp message of infoType C<rootCaKeyUpdate>.
782 when obtaining a CRL in a genm request with infoType C<crlStatusList>.
787 The CRL to obtain an update for in a genm request with infoType C<crlStatusList>.
795 The file to save any CRL received in a genp message of infoType C<crls>.
1321 or using general messages with infoType C<caCerts> or C<rootCaCert>,
1464 This prints information about all received ITAV B<infoType>s to stdout.