Pin the expected sender DN for incoming CMP response verification.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set1_expected_sender(
OSSL_CMP_CTX* ctx,
X509_NAME const* name);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| name | Expected sender X509_NAME, or NULL to clear. |