Set the old certificate referenced by a key‐update request.
Synopsis
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set1_oldCert(
OSSL_CMP_CTX* ctx,
X509* cert);
Return Value
1 on success, 0 on error.
Parameters
Name |
Description |
ctx |
CMP context. |
cert |
Old certificate to copy into the context, or NULL to clear. |
Created with MrDocs