Skip to content

Commit

Permalink
fixup! add evidence in CR for RATS
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Feb 2, 2024
1 parent 8d0c691 commit 561f96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/cmp/cmp_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
}

if (ctx->rats_status) {
if (ossl_cmp_get_nonce(ctx))
if (!ossl_cmp_get_nonce(ctx))
goto err;
} else {
kembasedmac = ossl_cmp_kem_BasedMac_required(ctx);
Expand Down

0 comments on commit 561f96c

Please sign in to comment.