CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/07 02:28:49
Modified files:
usr.bin/openssl: smime.c
Log message:
openssl smime: switch default encryption from 40-bit RC2 to AES-256
The old default is still available with rc2-40.
https://github.com/pyca/cryptography/issues/12949
https://github.com/libressl/portable/issues/1168
ok kenjiro
