Re: OpenSSL and Solaris 8 / 64 bits

2001-08-30 Thread Andy Polyakov
has OpenSSL been tested on Solaris 8 64 bit ? Yes. 64-bit builds with Sun's cc are supported since long time ago. As for GCC it should first be explicitely pointed out that -m64 options is *not* officially supported by GCC 3.0. However! Initial support for 64-bit builds with GCC is present in

Re: [PATCH] openssl/crypto/bn/asm bn-586.pl bn_mul_add_words

2001-08-30 Thread Andy Polyakov
This patch is a faster bn_mul_add_words for x86 assembly. What's your platform? I can't get it working on Linux, it dumps the core at the indirect jump... Had anybody have better luck? If you run on Windows and it works it must be a bug in perlasm module generating code for Unix... And as for

Re: reading in PKCS8 DSA priv key to java

2001-08-30 Thread Mark W. Webb
On Wednesday 29 August 2001 07:47 pm, you wrote: first of all, thank you for responding. What you suggest is what I am doing. What I find strange is that when I print out the P,Q and R values for the key using openssl, and my java program, I get the following results : Java

Compression BIO

2001-08-30 Thread TJ Saunders
Hello, all. I recently finished working on a zlib-based compression filter BIO for OpenSSL, and would like to contribute this to the project. The code can be found at: http://www.castaglia.org/openssl/ and includes a README, POD, and the files themselves. My next question is: what to do

Re: Compression BIO

2001-08-30 Thread Jeffrey Altman
Hello, all. I recently finished working on a zlib-based compression filter BIO for OpenSSL, and would like to contribute this to the project. The code can be found at: http://www.castaglia.org/openssl/ and includes a README, POD, and the files themselves. My next question is:

make err

2001-08-30 Thread Chieko . Ohashi
I recieved the following err. Does anybody know what this means? ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt _err.o ebcdic.o uid.o make[1]: ar: Command not found make[1]: *** [lib] Error 127 make[1]: Leaving directory `/opt/openssl-0.9.6b/crypto' make: ***

RE: make err

2001-08-30 Thread lgazis
Yes, it means that the system command ar is not in your path. Find where it is on your system, and adjust your path accordingly. Lynn Gazis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 1:52 PM To: [EMAIL PROTECTED] Subject: make

Re: make err

2001-08-30 Thread David Margrave
yes. Are you on Sun? Add /usr/ccs/bin to your path and try again. On platforms besides sun, you will have to find out where the ar command is and add it to your path. [EMAIL PROTECTED] wrote: I recieved the following err. Does anybody know what this means? ar r ../libcrypto.a

Differences between BSAFE keys and OpenSSL keys

2001-08-30 Thread Reddie, Steven
I'm not clear on the problem here (I'm asking on behalf of someone). They claim that keys created with OpenSSL are not useable with BSAFE. They are also calling them BER keys. My understanding is that DER, being a subset of BER, is used for encoding all keys. Therefore a DER file is a BER

hi there... I met with error message

2001-08-30 Thread
-- problem report - gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASP ARC -DMD5_ASM -c cbc_enc.c

BN_mod_exp gives wrong result

2001-08-30 Thread Jim Ellis
Hi, I have been using BN_mod_exp for some time now with no problems, but I have found a set of values where the result of BN_mod_exp appears to be incorrect. I have created a modified version of exptest.c to demonstrate this bug case. I have included the c code below. Here are the results of