On Thu, Apr 22, 2004, Eric Morris wrote:
> Dr. Henson,
>
> Can you interleave encryption and decryption without repeated calls to
> EVP_CipherInit and/or EVP_CipherFinal?
> If not, which calls are required between encryption calls and decryption
> calls?
>
As I indicated you are best using tw
Dr. Henson,
Can you interleave encryption and decryption without repeated calls to
EVP_CipherInit and/or EVP_CipherFinal?
If not, which calls are required between encryption calls and decryption
calls?
Thanks for the help
- Eric Morris
Dr. Stephen Henson wrote:
On Thu, Apr 22, 2004, Er
On Thu, Apr 22, 2004, Eric Morris wrote:
> I have a situation where an application may switch from reading to
> writing and back again at random. Do I need a ctx context each for
> decryption / encryption, or can I use the same ctx in sequence on the file?
>
> When switching from reading to wr
I have a situation where an application may switch from reading to
writing and back again at random. Do I need a ctx context each for
decryption / encryption, or can I use the same ctx in sequence on the file?
When switching from reading to writing (and vice versa), do I need to
detect this ch