Re: [openssl.org #257] openssl-0.9.7-beta3 on Irix

2002-11-21 Thread Martin MOKREJ
On Thu, 14 Nov 2002, Richard Levitte via RT wrote: There have been some changes lately, so could you try the latest 0.9.7 snapshot and see if that works better? [[EMAIL PROTECTED] - Wed Aug 28 21:40:37 2002]: Hi, I have a problem with `make test' on Irix 6.5.15 (cc used): NIST

RE: IMPORTANT: Please try the 0.9.6 snapshots

2002-11-21 Thread Lynn Gazis
openssl-e-0.9.6-stable-SNAP-20021119 tests: On HP UX 11.0, 32-bit, with compiler in /opt/ansic/bin: config: Pass, configured for hpux-parisc-cc make: Pass On AIX 4.3, with compiler gcc 3.0.4: config: Pass, configured for aix43-gcc make: Pass make test: Pass No time to test with Apache and

[openssl.org #354] openssl problem on tru64

2002-11-21 Thread Krzysztof Krzos via RT
We're making test on DUnix Tru 64 and we had problem with this library: make test result: test 1 done test 2 done test 3 done test 4 done starting big number library test, could take a while... test BN_add test BN_sub test BN_lshift1 test BN_lshift (fixed) test BN_lshift test BN_rshift1 test

[openssl.org #354] openssl problem on tru64

2002-11-21 Thread Lutz Jaenicke via RT
[[EMAIL PROTECTED] - Thu Nov 21 14:36:48 2002]: We're making test on DUnix Tru 64 and we had problem with this library: We can send more informations if you want. Please give details about the operating system, compiler and especially the version of OpenSSL you are using. (Are you aware,

Re: [openssl.org #354] openssl problem on tru64

2002-11-21 Thread Bartek Kozielski via RT
Our op. sys is: OSF1 link.softax.local V5.1 732 alpha our compiler is: Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732) Compiler Driver V6.3-026 (sys) cc Driver Problem concerns both openssl-0.9.6g and openssl_0-9-6c. We did not test other wersions. We tried compile library with following

PKCS12 question

2002-11-21 Thread Mark W. Webb
I am working on a java program that parses PKCS12 Certificates. I am able to pull out my public and private key with no problem. When I use the command : openssl pkcs12 -in test.p12 -info I am shown 3 certificates; mine, and 2 from verisign. I am assuming that these verisign certificates

Re: [openssl.org #354] openssl problem on tru64

2002-11-21 Thread Bartek Kozielski
Our op. sys is: OSF1 link.softax.local V5.1 732 alpha our compiler is: Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732) Compiler Driver V6.3-026 (sys) cc Driver Problem concerns both openssl-0.9.6g and openssl_0-9-6c. We did not test other wersions. We tried compile library with following

DES CBC Error in 0.9.7 B4

2002-11-21 Thread Chris Brook
I added the DES CBC test vectors in destest.c to test/evptests.txt thus: # DES CBC tests (from destest) DES-CBC:0123456789abcdef:fedcba9876543210:37363534333231204E6F77206973207468 652074696D6520666F72200031:ccd173ffab2039f4acd8aefddfd8a1eb468e91157888b a681d269397f7fe62b4 which corresponds

RE: IMPORTANT: Please try the 0.9.6 snapshots

2002-11-21 Thread Lynn Gazis
Further testing of openssl-e-0.9.6-stable-SNAP-20021119: Linux 2.4.2-2: configures and builds fine, passes make test HP UX 11.0, 32 bit again: make test passes (other than bc test failing for lack of the right version of bc) Apache 1.3.27, with mod_ssl 2.8.12 and mm-1.2.1, shmcb session cache,

Shared in 0.9.7 B4

2002-11-21 Thread Chris Brook
Has something changed in the make process in beta 4 regarding shared libraries? I am building OpenSSL with the same shell script on my Solaris (see below), using Workshop/Forte 6, as I did with Beta 3 versions and now I get unreferenced symbols: dlclose, dlsym, dlopen, etc. I can get around it

OPENSSL_NO_ECDH

2002-11-21 Thread enrique
Hi guys, openssl-SNAP-20021120 seems to contain a typo. Enrique --- /tmp/openssl-SNAP-20021120/ssl/s3_srvr.c2002-11-13 17:01:21.0 +0100 +++ ./ssl/s3_srvr.c 2002-11-21 23:00:31.0 +0100 @@ -2087,7 +2087,7 @@ #if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_RSA) ||

RE: PKCS12 question

2002-11-21 Thread Muralidhar K (SSG) - CTD, Chennai.
Hi Mark, Can you tell me the Java SDK version ? In PKCS12, a container consists of a private key and a corresponding certificate chain. This can be associated with a friendly name. If you PKCS12 file contains only one container, then it should return one friendly name. Regards, Murali

OPENSSL_NO_ECDH

2002-11-21 Thread Edgar Iglesias
Hi guys, openssl-SNAP-20021120 contains a typo making it impossible to build with NO_ECDH. Best regards, Edgar Iglesias --- /tmp/openssl-SNAP-20021120/ssl/s3_srvr.c2002-11-13 17:01:21.0 +0100 +++ ./ssl/s3_srvr.c 2002-11-21 23:00:31.0 +0100 @@ -2087,7 +2087,7 @@ #if

IMPORTANT: The release of 0.9.6h is postponed

2002-11-21 Thread Richard Levitte - VMS Whacker
A fairly recent problem report (PR 343 in our bugs database) proves to be a showstopper. It mentions that 'memset(ptr, 0, n)' may not happen if the compiler is modern and smart. Because of this, I've decided to postpone the release of 0.9.6h until next week. That should give us ample time to