Re: openssl 0.9.4

2009-01-19 Thread Dr. Stephen Henson
On Mon, Jan 19, 2009, Leo, Liangyou Wang (liangwan) wrote: > Hi All, > > Could you give me quick reply that whether openssl 0.9.4 could support > multi-threads application? > Yes but the use of such an ancient version of OpenSSL is STRONGLY discouraged. Several critical security fixes have been

Re: openssl 0.9.4

2009-01-19 Thread vinni rathore
Yes it supports multithread applications. On Mon, Jan 19, 2009 at 7:40 AM, Leo, Liangyou Wang (liangwan) < liang...@cisco.com> wrote: > Hi All, > > Could you give me quick reply that whether openssl 0.9.4 could support > multi-threads application? > > > > Thanks and regards, > > Leo > -- reg

RE: openssl 0.9.4

2009-01-19 Thread Ajeet kumar.S
Yes. Thank you. Regards, --Ajeet Kumar Singh _ From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Leo, Liangyou Wang (liangwan) Sent: Monday, January 19, 2009 7:40 AM To: openssl-users@openssl.org Subject: openssl 0.9.4 Importance

Re: openssl 0.9.4

2009-01-19 Thread Bernhard Froehlich
Leo, Liangyou Wang (liangwan) schrieb: Hi All, Could you give me quick reply that whether openssl 0.9.4 could support multi-threads application? Thanks and regards, Leo Hi Leo, see http://www.openssl.org/support/faq.html#PROG1 Hope it helps Ted ;) -- PGP Public Key Information Down

Re: openssl-0.9.4

2000-01-30 Thread Kris Kennaway
On Wed, 26 Jan 2000, Vladimir Kotal wrote: > when compiling %subj% on FreeBSD-3.4, gcc-2.7.3, i realized, that > -DNO_OBJECTS in crypto/onjects/obj_dat.c is missing (else i've got errors > on undefined NUM_NUM and others). maybe badly generated from objects.h ? > > when i compilled manually with

RE: [openssl-0.9.4 csr creation] Already compiled successfully with H P-UX 11.00/Ansi-C

1999-12-23 Thread Sim Kok Leong, Steven
: [openssl-0.9.4 csr creation] Already compiled successfully with H P-UX 11.00/Ansi-C On Tue, Dec 21, 1999 at 02:08:22PM +0800, Sim Kok Leong, Steven wrote: > Hi all, > > I have successfully compiled openssl-0.9.4 on HP-UX 11.00 via ansi-c > compiler. > > Howev

Re: OpenSSL 0.9.4 bug on HP-UX 11?

1999-12-02 Thread Bernd Nies
Ulf Möller wrote: > > > It compiled without errors and warnings but when > > testing it with "make test" the test aborts at the > > BN (big number) test. I installed it, hoping that > > it would work anyway. > > That error might also come from problems with bc, but in your case it > looks like t

Re: OpenSSL 0.9.4 bug on HP-UX 11?

1999-12-02 Thread Karsten Spang
Bernd Nies wrote: > I tried to compile OpenSSL 0.9.4 under HP-UX 11.00 > on a 64bit PA-RISC 2.0 architecture (R class server). > Compiler: gcc 2.95.2 > It compiled without errors and warnings but when > testing it with "make test" the test aborts at the > BN (big number) test. I installed it, hop

Re: OpenSSL 0.9.4 bug on HP-UX 11?

1999-12-01 Thread Ulf Möller
> It compiled without errors and warnings but when > testing it with "make test" the test aborts at the > BN (big number) test. I installed it, hoping that > it would work anyway. That error might also come from problems with bc, but in your case it looks like the bignum math does go wrong. You m

Re: openssl 0.9.4 on HP-UX 10.20

1999-11-22 Thread Lutz Jaenicke
On Mon, Nov 22, 1999 at 02:48:42PM +0100, Klaus-Dieter Wirth wrote: > I'm using the crypto library of openssl 0.9.4 on HP-UX 10.20. I've got > things running with "hpux10-brokencc" configuration, i.e. compile with > HP's cc. When I build my own program with cc and link it with > libcrypto.a, it wo