Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_asn.c132 } 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 …]
H A Dcmp_hdr.c237 && OBJ_obj2nid(itav->infoType) == NID_id_it_implicitConfirm) in ossl_cmp_hdr_has_implicitConfirm()
H A Dcmp_local.h258 ASN1_OBJECT *infoType; member
/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.
/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
163 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>.
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in251 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 20 milliseconds