diff options
author | Richard Levitte <levitte@openssl.org> | 2015-05-04 17:34:40 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-05-04 20:15:54 +0200 |
commit | 8920a7cd04f43b1a090d0b0a8c9e16b94c6898d4 (patch) | |
tree | 25dffff91eada3c838c2724e56aa0b451db0db21 /crypto/objects/o_names.c | |
parent | Have -K actually take an argument, and correct help text (diff) | |
download | openssl-8920a7cd04f43b1a090d0b0a8c9e16b94c6898d4.tar.xz openssl-8920a7cd04f43b1a090d0b0a8c9e16b94c6898d4.zip |
RT2943: Check sizes if -iv and -K arguments
RT2943 only complains about the incorrect check of -K argument size,
we might as well do the same thing with the -iv argument.
Before this, we only checked that the given argument wouldn't give a
bitstring larger than EVP_MAX_KEY_LENGTH. we can be more precise and
check against the size of the actual cipher used.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/objects/o_names.c')
0 files changed, 0 insertions, 0 deletions