Hello,
Can I use the same input and output buffer in calls to EVP_DecryptUpdate
and the EVP_DecryptUpdate_final_ex functions?

The padding is on by default. And my application will always feed 8k chunks
in the update and the final calls?

Is it safe to then do the decrypt in place?

Reply via email to