Hello,

I have a simple question:

Currently EVP_Encrypt* interface doesnt support
encryption of multiple data streams with a single
symmetric key. Is there any chance patches to
allow this to be accepted in the official OpenSSL
codebase ? Currently I'm thinking to modify EVP_EncryptFinal
so it leaves the EVP_CIPHER_STATE in a consistent state
after finishing its work.

Any comments on this ? I am aware of the fact that encrypting
multiple data streams with a single key is not such a good idea
of a security point of view.

Thanks! :)

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to