Re: SSL_accept hangs

2008-03-21 Thread Md Lazreg
On Thu, Mar 20, 2008 at 9:29 PM, David Schwartz <[EMAIL PROTECTED]> wrote: > > To Md Lazreg: > > I think I found it. I think you did find it. Now I am able to process more than 1000 clients without hanging. This is great. Thanks a lot for your expertise.

code dump occasionally in method openssl_add_all_ciphers

2008-03-21 Thread Krishna Puttaswamy
Hello all, I have written some code to encrypt/decrypt data and to generate digest of a message using openssl. I am using the openssl version OpenSSL 0.9.7a Feb 19 2003, and occasionally my program dumps core, always inside the method openssl_add_all_ciphers. The result of the stack trace from the

RE: openssl-FIPS dlls

2008-03-21 Thread Ming Rutar
Thank you Dr. Henson for your prompt responding. We figured out. The latest minGW/gcc 3.4.5 generated fipscanister.o causes MSVC linkers crash when make libeay32.dll though the static library and .exe linked with it are fine. However, the fipscanister.o generated by mingGW/gcc 3.4.2 does not crash

Re: How do you get FIPS openssl to work with mod_ssl?

2008-03-21 Thread Steve Marquess
Blasdel, Jerry wrote: > I'm not sure if this will help, but we do the following (this is on > Soalris): > > 1.Build fips caninsters from an opens-ssl-fips source (1.1.1 or > 1.1.2). > 2.Build a version of openssl and during the configure use > -with-fipslibdir=(location of the canisters fr

Re: How do you get FIPS openssl to work with mod_ssl?

2008-03-21 Thread Ed Tred
Thanks JB, Don't suppose you know to get it to work with apache 1.3.X ?? Ed - Original Message From: "Blasdel, Jerry" <[EMAIL PROTECTED]> To: openssl-users@openssl.org Sent: Friday, March 21, 2008 9:56:45 AM Subject: RE: How do you get FIPS openssl to work with mod_ssl? I’m not su

RE : Generation of DES keys

2008-03-21 Thread El hallabi-Kettani Abderrahmane
Hello Driss, I'll hope that may help See http://www.openssl.org/support/faq.html : Why do I get a "PRNG not seeded" error message? Cryptographic software needs a source of unpredictable data to work correctly. Many open source operating systems provide a "randomness device" (

RE: How do you get FIPS openssl to work with mod_ssl?

2008-03-21 Thread Blasdel, Jerry
I'm not sure if this will help, but we do the following (this is on Soalris): 1. Build fips caninsters from an opens-ssl-fips source (1.1.1 or 1.1.2). 2. Build a version of openssl and during the configure use -with-fipslibdir=(location of the canisters from step 1). 3. Build a v

Generation of DES keys

2008-03-21 Thread EL HACHIMI Driss
Hello, I need to generate 3 DES keys in order to encrypt a password, I'm using DES_random_key () to generate my keys but first, The PRNG must be seeded and I don't which function to call to perform this step. To encrypt my password, this is what I think I'd need to do: seed the PRNG using ?

How do you get FIPS openssl to work with mod_ssl?

2008-03-21 Thread Ed Tred
Hello, Anyone have any doc's or insight on how you get FIPS openssl to work with Apache Mod_ssl? Or do you just need to rebuild mod_ssl with FIPS openssl? Ed Looking for last minute shopping deals?

FW: Port to AIX

2008-03-21 Thread Michael Saladin
I found an error. In crypto/bio/bss_sock.c in the function BIO_sock_should_retry you have something like this: #if defined(OPENSSL_SYS_WINDOWS) && 0 /* more microsoft stupidity? perhaps not? Ben 4/1/99 */ if ((i == -1) && (err == 0)) return(1); #endif jus