CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/04 14:58:54
Modified files: usr.bin/openssl: enc.c Log message: openssl enc doesn't really support AEAD ciphers and XTS mode Do not display such ciphers in the usage display and error out if they are given. As pointed out by Pauli Dale, the current situation is confusing. Fixes GH issues #786 and #819 ok jsing