]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps: Change default cipher to aes-256-cbc for req, cms and smime apps
authorAditya <adimail2404@gmail.com>
Thu, 31 Oct 2024 12:04:28 +0000 (17:34 +0530)
committerTomas Mraz <tomas@openssl.org>
Mon, 4 Nov 2024 08:56:55 +0000 (09:56 +0100)
commit539b17b6580f2ca235b5e1db529e87793b8a807c
treefeb3c4ff407d434d52488c9588486281dafecd05
parent1d160dbf39fbdba89389ddff54e45bacf278b04a
apps: Change default cipher to aes-256-cbc for req, cms and smime apps

Update `CHANGES.md` and `NEWS.md`; remove `no-des` guard from req, cms,
and smime apps

Update MAN pages for default cipher; fix styling by removing braces around single statements

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25839)
CHANGES.md
NEWS.md
apps/cms.c
apps/req.c
apps/smime.c
doc/man1/openssl-cms.pod.in
doc/man1/openssl-req.pod.in
doc/man1/openssl-smime.pod.in