Lines Matching refs:I

52 which can be either of IR/CR/KUR/P10CR, depending on the given I<bodytype>.
53 The CRMF message to use may be given explicitly via a non-NULL I<crm> argument,
54 otherwise it is created from the information in the I<ctx>.
56 Available CMP certificate request PKIMessage I<bodytype>s are:
71 which can be either of IP/CP/KUP, depending on the given I<bodytype>,
72 with the given I<certReqId> and I<si> values and optionally with I<cert>,
73 I<chain>, and I<caPubs>. The I<cert>, I<chain>, and I<caPubs> arguments
75 The I<encryption_recip> is currently unsupported.
76 The function does not protect the message if the B<status> value in I<si>
77 is B<rejected> and I<unprotectedErrors> is nonzero.
79 Available CMP certificate response PKIMessage I<bodytype>s are:
91 The list of all CMP PKIMessage I<bodytype>s is:
122 ossl_cmp_rp_new() creates a Revocation Response message with I<si> and I<cid>.
123 It does not protect the message if the B<status> value in I<si> is B<rejected>
124 and I<unprotectedErrors> is nonzero.
127 received certificate with the given I<certReqId>.
128 The PKIStatus defaults to B<accepted> if the I<fail_info> bit field is 0.
130 set to B<rejected>, and I<text> is copied to statusString unless it is NULL.
135 I<crid>.
138 I<crid> and pollAfter to I<poll_after>.
145 I<si>, I<errorCode>, and optional I<details>.
146 If I<errorCode> is positive and in the range of an OpenSSL error code,
148 If given, the I<details> are added to the contents of the B<errorDetails> field.
149 The function does not protect the message if I<unprotectedErrors> is nonzero.