CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/10 11:45:10
Modified files:
lib/libcrypto/evp: e_aes.c
Log message:
Increment the input and output position for EVP AES CFB1.
The length is decremented, however the input is repeatedly read from and
output written to the same position. Correct this by actually incrementing
the input and output pointers.
Found via OpenSSL 604e591ed7,
ok tb@
