Lines Matching refs:CMP
21 - functions implementing CMP client transactions
54 This is the OpenSSL API for doing CMP (Certificate Management Protocol)
55 client-server transactions, i.e., sequences of CMP requests and responses.
58 Usually the server name, port, and path ("CMP alias") need to be set, as well as
102 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
113 aborts the CMP transaction by sending an error message to the server.
145 to obtain a list of CA certificates from the CMP server referenced by I<ctx>.
151 with infoType rootCaCert to obtain from the CMP server referenced by I<ctx>
168 to obtain CRL from the CMP server referenced by I<ctx> in a genp response message
177 CMP server referenced by I<ctx>. On success it assigns to I<*certTemplate>
186 CMP is defined in RFC 4210 (and CRMF in RFC 4211).
188 The CMP client implementation is limited to one request per CMP message
189 (and consequently to at most one response component per CMP message).
191 When a client obtains from a CMP server CA certificates that it is going to
194 authentication of the CMP server is particularly critical.
243 The OpenSSL CMP support was added in OpenSSL 3.0.