CMS: add missing CLI failure message; fix micalg output for SHAKE and GostR3411 - backport
This backports the most important code fixes (and the minor doc fix) of #27368: On error signing and outputting a CMS structure, the CMS app so far does not show any error report, and the micalg output goes wrong for SHAKE and GostR3411.
Thank you @beldmit for your 2nd approval on #27368. Can you please also review this small backport?
@t8m fine with this very limited backport?
The newly shown merge conflict is not really one -
it just appeared because the main PR #27368 is meanwhile merged and I forgot to base this backport PR on an earlier branch: openssl-3.5.
Yet when merging there and earlier branches, this conflict will not be present.
This PR is in a state where it requires action by @openssl/committers but the last update was 30 days ago
I'd be OK with this backport. Could you please retarget this against the openssl-3.5 branch?
@t8m wrote:
I'd be OK with this backport. Could you please retarget this against the openssl-3.5 branch?
Sorry, I had overlooked for a while this comment; done now.
This PR is in a state where it requires action by @openssl/committers but the last update was 30 days ago
This pull request is ready to merge
Merged to the 3.5, 3.4, 3.3, 3.2 and 3.0 branches. Thank you for your contribution.