Skip to content

Commit

Permalink
CMP check_transactionID_or_nonce(): fix reason code on unmatched reci…
Browse files Browse the repository at this point in the history
…pNonce

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 #20257)
  • Loading branch information
DDvO committed Apr 18, 2023
1 parent 2eb7a11 commit 40eea44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/cmp/cmp_vfy.c
Expand Up @@ -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.
Expand Down

0 comments on commit 40eea44

Please sign in to comment.