Searched refs:infoType (Results 1 – 9 of 9) sorted by relevance
129 } 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 …]
236 && OBJ_obj2nid(itav->infoType) == NID_id_it_implicitConfirm) in ossl_cmp_hdr_has_implicitConfirm()
258 ASN1_OBJECT *infoType; member
64 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.
132 infoType and infoValue pairs (InfoTypeAndValue; short: B<ITAV>)139 with infoType C<signKeyPairTypes> to obtain the set of signature144 OSSL_CMP_get1_caCerts() uses a genm/genp message exchange with infoType caCerts151 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 the167 OSSL_CMP_get1_crlUpdate() uses a genm request message with infoType crlStatusList169 with infoType crls. It uses I<last_crl> and I<crlcert> to create 176 infoType certReqTemplate to obtain a certificate request template from the
39 OSSL_CMP_ITAV_set0() sets the I<itav> with an infoType of I<type> and an43 OSSL_CMP_ITAV_get0_type() returns a direct pointer to the infoType in the60 It is an error if the infoType of I<itav> is not B<certProfile>.
49 OSSL_CMP_ATAV_set0() sets the I<atav> with an infoType of I<type> and an55 OSSL_CMP_ATAV_get0_type() returns a direct pointer to the infoType
85 OSSL_CMP_ITAV_get0_rootCaKeyUpdate() requires that I<itav> has infoType142 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>.
256 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.