Execute a CMP Revocation Request (RR) transaction using context fields.
Synopsis
Declared in <openssl/cmp.h>
int
OSSL_CMP_exec_RR_ses(OSSL_CMP_CTX* ctx);
Return Value
1 on success, 0 on failure, or ‐1 on error.
Parameters
Name |
Description |
ctx |
CMP client context with oldCert and revocation reason configured. |
Created with MrDocs