Commit 6dfa55ab authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Reject inappropriate private key encryption ciphers.



The traditional private key encryption algorithm doesn't function
properly if the IV length of the cipher is zero. These ciphers
(e.g. ECB mode) are not suitable for private key encryption
anyway.

Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
(cherry picked from commit d78df5df)
parent a04d08fc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment