On Mon, 2021-09-27 at 15:15 -0400, Ken Goldman wrote:
> Does it make sense to initialize the context once and then use it
> multiple times, or is cleaner to create a new one from the raw key
> byte string each time?
It is not necessary. The reinitialization is supported to avoid
recreating key sch
Does it make sense to initialize the context once and then use it multiple
times, or is cleaner to create a new one from the raw key byte string each time?
I've seen sample code that uses this to 'reset' the context for a new
encryption.
EVP_EncryptInit_ex2(e, NULL, NULL, NULL, NULL);