Searched refs:infoType (Results 1 – 9 of 9) sorted by relevance
132 } ASN1_ADB_END(OSSL_CMP_ITAV, 0, infoType, 0,136 ASN1_SIMPLE(OSSL_CMP_ITAV, infoType, ASN1_OBJECT),190 itav->infoType = type; in OSSL_CMP_ITAV_set0()198 return itav->infoType; in OSSL_CMP_ITAV_get0_type()242 itav->infoType = OBJ_nid2obj(NID_id_it_certProfile); in OSSL_CMP_ITAV_new0_certProfile()274 itav->infoType = OBJ_nid2obj(NID_id_it_caCerts); in OSSL_CMP_ITAV_new_caCerts()284 if (OBJ_obj2nid(itav->infoType) != NID_id_it_caCerts) { in OSSL_CMP_ITAV_get0_caCerts()304 itav->infoType = OBJ_nid2obj(NID_id_it_rootCaCert); in OSSL_CMP_ITAV_new_rootCaCert()599 itav->infoType = OBJ_nid2obj(NID_id_it_crlStatusList); in OSSL_CMP_ITAV_new0_crlStatusList()805 itav->infoType = OBJ_nid2obj(NID_id_it_crls); in OSSL_CMP_ITAV_new_crls()[all …]
237 && 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 infoType163 It is an error if the infoType of I<itav> is not B<crlStatusList>.172 It is an error if the infoType of I<itav> is not B<crls>.
251 ITAV B<infoType>s is printed to stdout.725 or contained in a general response (genp) message with infoType C<caCerts>.729 The root CA certificate to include in a genm request of infoType C<rootCaCert>.755 received in a genp message of infoType C<rootCaKeyUpdate>.761 received in a genp message of infoType C<rootCaKeyUpdate>.767 in a genm message with infoType C<crlStatusList>.773 in a genm message with infoType C<crlStatusList>.779 The file to save CRL received in a genp message of infoType C<crls>.1296 or using general messages with infoType C<caCerts> or C<rootCaCert>,1442 This prints information about all received ITAV B<infoType>s to stdout.
Completed in 24 milliseconds