mirror of https://github.com/openssl/openssl.git
CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonce
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/20257)
(cherry picked from commit 40eea44884)
This commit is contained in:
parent
1f68d0d2eb
commit
88a6567454
|
|
@ -642,7 +642,6 @@ int OSSL_CMP_validate_msg(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg)
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/*-
|
||||
* Check received message (i.e., response by server or request from client)
|
||||
* Any msg->extraCerts are prepended to ctx->untrusted.
|
||||
|
|
|
|||
Loading…
Reference in New Issue