CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/18 03:47:38
Modified files:
lib/libcrypto/evp: e_aes.c
Log message:
Simplify EVP code for AES CBC.
Change aes_cbc_cipher() to call AES_cbc_encrypt() directly, rather than
via the stream.cbc function pointer. Remove stream.cbc since it is no
longer used. Also provide a separate aes_cbc_init_key() function which
makes this standalone and does not require checking mode flags.
ok joshua@ tb@
