CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/07 02:24:16
Modified files:
usr.bin/openssl: cms.c
Log message:
openssl cms: switch default encryption from triple DES to AES-256
The old default is still available with "des3"
https://github.com/pyca/cryptography/issues/12949
https://github.com/libressl/portable/issues/1168
ok kenjiro
