Revision 3cf40601b7d164ab48addbb0456d7aa59fa38c88 authored by Richard Levitte on 04 May 2015, 15:34:40 UTC, committed by Richard Levitte on 04 May 2015, 18:21:21 UTC
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. (cherry picked from commit 8920a7cd04f43b1a090d0b0a8c9e16b94c6898d4) Reviewed-by: Rich Salz <rsalz@openssl.org>
1 parent 82e586a
File | Mode | Size |
---|---|---|
MS | -rw-r--r-- | 166 bytes |
SSLv3 | -rw-r--r-- | 2.4 KB |
alpha.c | -rw-r--r-- | 3.7 KB |
dggccbug.c | -rw-r--r-- | 962 bytes |
sgiccbug.c | -rw-r--r-- | 1.4 KB |
sslref.dif | -rw-r--r-- | 1.1 KB |
stream.c | -rw-r--r-- | 4.7 KB |
ultrixcc.c | -rw-r--r-- | 666 bytes |

Computing file changes ...