Lines Matching refs:I

63 from the I<ctx>. See L<OSSL_CMP_CTX_new(3)> etc. for details.
81 by the I<req_type> parameter, which may be IR, CR, P10CR, or KUR.
83 may be supplied via the I<crm> parameter pointing to a CRMF structure.
84 Typically I<crm> is NULL, then the template ingredients are taken from I<ctx>
94 the given I<ctx>) it starts a new transaction by sending a certificate request
95 constructed as stated above using the I<req_type> and optional I<crm> parameter.
96 Otherwise (when according to I<ctx> a 'waiting' status has been received before)
98 unless the I<req_type> argument is < 0, which aborts the request.
112 a negative value as the I<req_type> argument then OSSL_CMP_try_certreq()
116 specified in the I<ctx> using the issuer DN and serial number set by
133 optionally provided in the I<ctx> using L<OSSL_CMP_CTX_push0_genm_ITAV(3)>.
136 On success the function records in I<ctx> status B<OSSL_CMP_PKISTATUS_accepted>
145 to obtain a list of CA certificates from the CMP server referenced by I<ctx>.
146 On success it assigns to I<*out> the list of certificates received,
151 with infoType rootCaCert to obtain from the CMP server referenced by I<ctx>
153 given root CA certificate I<oldWithOld> and verifies it as far as possible.
155 On success it assigns to I<*newWithNew> the root certificate received.
156 When the I<newWithOld> and I<oldWithNew> output parameters are not NULL,
162 The I<newWithNew> certificate is meant to be a certificate that will be trusted.
164 the I<oldwithold> certificate if present, otherwise it cannot be stronger than
165 the weakest trust in any of the certificates in the trust store of I<ctx>.
168 to obtain CRL from the CMP server referenced by I<ctx> in a genp response message
169 with infoType crls. It uses I<last_crl> and I<crlcert> to create
171 On success it assigns to I<*crl> the CRL received.
177 CMP server referenced by I<ctx>. On success it assigns to I<*certTemplate>
180 The optional I<keySpec> output parameter is assigned the key specification
195 So special care must be taken setting up server authentication in I<ctx>
216 and the output parameter I<checkAfter> has been used to
217 assign the received value unless I<checkAfter> is NULL.