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
Download complete Key from http://www.convey.de/ted/tedkey_convey.asc
Key fingerprint = 31B0 E029 BCF9 6605 DAC1  B2E1 0CC8 70F4 7AFB 8D26



smime.p7s
Description: S/MIME Cryptographic Signature


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: High

 

Hi All,

Could you give me quick reply that whether openssl 0.9.4 could support
multi-threads application?

 

Thanks and regards,

Leo

image001.jpg

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




-- 
regards,
Vineeta Kumari
Software engg
Mobera Systems
Chandigarh


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 added since then.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Homepage: http://www.drh-consultancy.demon.co.uk
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


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

Hi all,

I have reverted from openssl 0.9.4 to openssl 0.9.3a and it compiles
and runs successfully on HP-UX 11.00 32-bit.

Regards.

-Original Message-
From: Lars Weber [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 21, 1999 5:36 PM
To: [EMAIL PROTECTED]
Subject: Re: [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.
 
   However, I am unable to generate new.cert.csr. 
 
   It says: Error Loading extension section v3_ca
 
   Please help. TIA. Regards.
 ==
 # uname -a
 HP-UX solar B.11.00 A 9000/800 1864307491 two-user license  
 # ./openssl req -new  new.cert.csr
 Using configuration from /usr/local/ssl/openssl.cnf
 Error Loading extension section v3_ca
 12510:error:02001002:system library:fopen:system
 lib:bss_file.c:103:fopen('//.oi
 d','r')
 12510:error:2006D002:BIO routines:BIO_new_file:system lib:bss_file.c:105:
 12510:error:2207C082:X509 V3 routines:DO_EXT_CONF:unknown extension
 name:v3_conf
 .c:121:
 12510:error:2206B080:X509 V3 routines:X509V3_EXT_conf:error in
 extension:v3_conf
 .c:91:name=subjectKeyIdentifier, value=hash

1) Try commenting out the OID-Entrys at the top of openssl.cnf.

2) I don't think there is an supported entry like "name" in openssl.cnf. 
   Maybe you mean "subjectKeyIdentifier=hash" ??

-- 
Ciao,
  Lars  [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



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, hoping that
 it would work anyway. But when typing the command
 
   openssl speed
 
 after a while these error messages appear:
 
 Doing 512 bit private rsa's for 10s: 283 512 bit private RSA's in 8.49s
 Doing 512 bit public rsa's for 10s: RSA public encrypt failure
 16993:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 
01:rsa_pk1.c:100:
 16993:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check 
failed:rsa_eay.c:394:
 16993:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 
01:rsa_pk1.c:100:
 16993:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check 
failed:rsa_eay.c:394:
 1 512 bit public RSA's in 0.01s

   I think it has something to do
 with the 64bit architecture.

I get the same errors on Solaris 2.6, but only for 4096 bit RSA (and the
number 16993 is changed to 28112), so I don't think that it's related to
the 64 bit architecture.
-- 
Karsten Spang
Senior Software Developer, Ph.D.
Belle Systems A/S
Tel.:   +45 59 44 25 00
Fax.:   +45 59 44 25 88
E-mail: [EMAIL PROTECTED]
Web:http://www.bellesystems.com/
..Defining the Future of IP Services...
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



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 the bignum math does go wrong. You might try compiling
 without the -O3 option.

Thanks. That hint was helpful I compiled with -O1 and it works now.


Regards,
Bernd
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



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 might try compiling
without the -O3 option.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



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 works really fine.
 
 Because of other reasons I have to use HP's CC (C++)-compiler and linker
 now. So I compile my code with CC and link it with the cc-built
 libcrypto.a. Despite this approach should work (I've done similar things
 often before and there are no errors and no warnings), the program
 crashes with "Segmentation fault (core dumped)".
 
 Does anybody have an idea how to fix this problem? Has anybody managed
 to build openssl with HP's CC?

Do you have any more information on the segmentation fault? Does it really
occur within openssl?
Please use a debugger to backtrace the call stack. If necessary, you can
compile both your software and openssl with debugging support (-g) and
then analyze where the segmenation fault occurs.
(An -g'ed libcrypto.a might grow to 18MB if I remember correctly, but since
you run the the really big things like C++ you likely will have enough
resources to handle this.)

Regards,
Lutz
-- 
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus   http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus  Fax. +49 355 69-4153
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]