Re: OpenSSL IV and -K oddness

2001-04-17 Thread Götz Babin-Ebell
Andy Brown wrote: I believe I've found a bug with the UNIX command-line "openssl enc" It's not a bug, it's a feature... ;-) utility. If you specify the hex key (with -K) on the command line, the IV is some randomish garbage, probably whatever happens to be in memory. Shouldn't the default

Re: OpenSSL IV and -K oddness

2001-04-17 Thread Vadim Fedukovich
On Tue, 17 Apr 2001, [iso-8859-1] Götz Babin-Ebell wrote: Andy Brown wrote: I believe I've found a bug with the UNIX command-line "openssl enc" ... This leads me to believe it's an allocation problem. It is not. If no IV is set, it is undefined and some random value is used. (an

Re: OpenSSL IV and -K oddness

2001-04-15 Thread Lutz Jaenicke
On Fri, Apr 13, 2001 at 11:04:46PM -0500, Andy Brown wrote: I believe I've found a bug with the UNIX command-line "openssl enc" utility. If you specify the hex key (with -K) on the command line, the IV is some randomish garbage, probably whatever happens to be in memory. I have run some