Lines Matching refs:CMP
17 - functions implementing CMP client transactions
40 This is the OpenSSL API for doing CMP (Certificate Management Protocol)
41 client-server transactions, i.e., sequences of CMP requests and responses.
44 Usually the server name, port, and path ("CMP alias") need to be set, as well as
88 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
99 aborts the CMP transaction by sending an error message to the server.
120 CMP is defined in RFC 4210 (and CRMF in RFC 4211).
122 The CMP client implementation is limited to one request per CMP message
123 (and consequently to at most one response component per CMP message).
125 When a client obtains from a CMP server CA certificates that it is going to
127 authentication of the CMP server is particularly critical.
170 The OpenSSL CMP support was added in OpenSSL 3.0.