mirror of
https://github.com/openssl/openssl.git
synced 2025-01-27 04:14:10 +08:00
cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20190)
This commit is contained in:
parent
ed9c6f363e
commit
8c29fa21a7
@ -602,13 +602,13 @@ DEFINE_OSSL_set1_up_ref(ossl_cmp_ctx, validatedSrvCert, X509)
|
||||
*/
|
||||
DEFINE_OSSL_set1_up_ref(OSSL_CMP_CTX, srvCert, X509)
|
||||
|
||||
/* Set the X509 name of the recipient. Set in the PKIHeader */
|
||||
/* Set the X509 name of the recipient to be placed in the PKIHeader */
|
||||
DEFINE_OSSL_CMP_CTX_set1(recipient, X509_NAME)
|
||||
|
||||
/* Store the X509 name of the expected sender in the PKIHeader of responses */
|
||||
DEFINE_OSSL_CMP_CTX_set1(expected_sender, X509_NAME)
|
||||
|
||||
/* Set the X509 name of the issuer. Set in the PKIHeader */
|
||||
/* Set the X509 name of the issuer to be placed in the certTemplate */
|
||||
DEFINE_OSSL_CMP_CTX_set1(issuer, X509_NAME)
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user