Set the HTTP BIO callback used for CMP message transfer.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set_http_cb(
OSSL_CMP_CTX* ctx,
OSSL_HTTP_bio_cb_t cb);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| cb | HTTP callback that performs the request/response exchange. |