Re: [openssl-users] EVP Functions

2017-04-12 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Eudald Sabaté Creixell > Sent: Wednesday, April 12, 2017 10:43 > First of all I'm new to OpenSSL and EVP functions. I've been using them in a > project in order to encrypt/decrypt files > using 256-bit AES in CBC

Re: [openssl-users] EVP Functions

2017-04-12 Thread Salz, Rich via openssl-users
You need to learn what CBC mode is. Block ‘n’ feeds into block ‘n+1’ The behavior you describe is not wrong. Blocks are padded, so only read outlen bytes. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users