Re: openssl dumps core while using a dsa key in a pkcs8 file

2000-03-15 Thread Dr Stephen Henson
OpenSSL Mailinglist wrote: > > Hello, > > While trying openssl 0.9.5 (from the redhat package [release 2]) I think > I found a bug. > Well rediscovered anyway :-) This was reported some time ago and is fixed in the latest snapshot. Steve. -- Dr Stephen N. Henson. http://www.drh-consultanc

openssl dumps core while using a dsa key in a pkcs8 file

2000-03-15 Thread OpenSSL Mailinglist
Hello, While trying openssl 0.9.5 (from the redhat package [release 2]) I think I found a bug. I first created a 1024-bit dsa key: openssl dsaparam -genkey -out 1024 Then I convert it to a pkcs8 file: openssl pkcs8 -topk8 -v2 des3 -in -out When I try to use file2 openssl dumps core after re