[openssl.org #314] Minor bug in openssl pkcs8 error handling, with patch

2002-10-23 Thread Richard Levitte via RT
[[EMAIL PROTECTED] - Wed Oct 23 09:12:50 2002]: Hi, I'm reporting a very minor bug in the openssl pkcs8 app code. Hi, I just applied your change. Thanks! This ticket is now resolved. -- Richard Levitte __ OpenSSL Project

[openssl.org #317] make test fails on openssl-0.9.6g

2002-10-23 Thread
I have the gcc 3.2 on my solaris 7, the ./config on openssl-0.9.6g ok, but when I run make test, it has errors message and then quit...Here is the make test report: ivaaws202# gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2/specs Configured with: ../configure

[openssl.org #317] :have updated bc 1.06 from gnu, the make test still failed on openssl-0.9.6g

2002-10-23 Thread
I have updated the bc, the bc tests run further. But the test_ssl still failed! (See attached file: openssl-installwithbc.log) Thanks, Angie - Forwarded by Angie M Wan/Tampa/IBM on 10/23/2002 05:37 PM -

[openssl.org #314] Minor bug in openssl pkcs8 error handling, with patch

2002-10-23 Thread (Marc VanHeyningen) via RT
Hi, I'm reporting a very minor bug in the openssl pkcs8 app code. OpenSSL version: 0.9.6g (but this bug seems to be in other versions) OS: Solaris 2.7 (but this bug seems to happen with all OSs) Description: when creating a PKCS8 output file, openssl prompts twice for the encryption password.

[openssl.org #313] Verbose flag not supported in openssl req

2002-10-23 Thread Paul Holman via RT
Hey guys, a low priority bug exists in the openssl command line tool modulo the documentation. If you run openssl req with the -verbose option mentioned in then you get an unknown option -verbose error. Just thought I'd let you know. Below is output from my shell. I'm using OpenSSL 0.9.6e

Re: NULL in algorithm Identifier in CertID in OCSP Request

2002-10-23 Thread Vadim Fedukovich
On Mon, Oct 21, 2002 at 11:30:32PM +0900, Kiyoshi WATANABE wrote: Dear list, I have a question on the NULL parameter in algorithm Identifier in CertID of OCSP Request. When I create a ocsp request, NULL is set in algorithm Identifier parameter. Is this necessay? I use

[openssl.org #315] Small patch to be able to compile openssl noninteractively

2002-10-23 Thread Petter Reinholdtsen via RT
Here is a small patch to be able to compile openssl 0.9.6g noninteractively on my Solaris 8 machine. I fixed all locations where 'read /dev/tty' was used. diff -ur src-0.9.6g/config src-0.9.6g-local/config --- src-0.9.6g/config 2002-08-09 13:43:58.0 +0200 +++ src-0.9.6g-local/config