RE: Handshake fails for unknown reason

2011-07-07 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Tobias Wicker > Sent: Thursday, 07 July, 2011 17:35 > I have several servers at different locations and some of them just > won't connect to e.g. rapidshare.com while others do without problem. > All servers have the same setup running Ubuntu 1

Re: Handshake fails for unknown reason

2011-07-07 Thread Tobias Wicker
Sorry for the previous html mail. Here it is again as plain text: Hi everyone, I have several servers at different locations and some of them just won't connect to e.g. rapidshare.com while others do without problem. All servers have the same setup running Ubuntu 10.04. This is the command I

Call for testing - FIPS object module

2011-07-07 Thread Steve Marquess
Coding of the OpenSSL FIPS Object Module v2.0 ("FIPS Module") is now complete except for the addition of some new cryptographic modules our sponsors have recently asked us to include. That additional coding will take approximately a month but will not affect the function of the currently coded FIP

Re: Updating code using ASN1_HEADER

2011-07-07 Thread Wim Lewis
On Jun 29, 2011, at 5:22 AM, Kenneth Porter wrote: > I need to update an old piece of code written for 0.9.7 that uses the > obsolete ASN1_HEADER struct as part of importing a Netscape certificate [...] It looks like that piece of code was adapted from load_cert() in openssl's apps.c. Try look

Re: Occasionally incorrect MD5 hash result

2011-07-07 Thread Jeffrey Walton
On Thu, Jul 7, 2011 at 11:56 AM, Gene Kligerman wrote: > > Hi SSLers! > > I am seeing an intermittent problem using EVP_md5 function to hash > user-specified passwords. > > The application works fine most of the time except when I run a "stress > test":  3 user applications concurrently that simpl

Occasionally incorrect MD5 hash result

2011-07-07 Thread Gene Kligerman
Hi SSLers! I am seeing an intermittent problem using EVP_md5 function to hash user-specified passwords. The application works fine most of the time except when I run a "stress test": 3 user applications concurrently that simply try to connect to my server in a loop of 3,000 iterations each.

stunnel 4.39 released

2011-07-07 Thread Michal Trojnara
Dear Users, I have just released version 4.39 of stunnel. This version includes major improvements of the Windows GUI and installer. The ChangeLog entry: Version 4.39, 2011.07.06, urgency: LOW: * New features - New Win32 installer module to build self-signed stunnel.pem. - Added configur

Re: Extracting X509 Policies that are searchable

2011-07-07 Thread Cason, Kenny
Hi Patrick, thanks for your response. To make a long story short this issue arose because of trouble with the X509_EXT_print() routine, so I thought I'd just do the same thing manually. Unfortunately, that didn't solve the problem but it did narrow the scope. The X509 print routines eventuall

RE: when to use CRYPTO_set_locking_callback and CRYPTO_set_dynlock_create_callback

2011-07-07 Thread Pinakin Mevawala
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Jeremy Farrell Sent: Thursday, July 07, 2011 10:11 PM To: openssl-users@openssl.org Subject: RE: when to use CRYPTO_set_locking_callback and CRYPTO_set_dynlock_create_callback From: Arunkumar Manickam

RE: when to use CRYPTO_set_locking_callback and CRYPTO_set_dynlock_create_callback

2011-07-07 Thread Jeremy Farrell
From: Arunkumar Manickam Sent: Thursday, July 07, 2011 8:14 AM We are using openssl 1.0.0d in our multi threaded application. I would like to know when to set CRYPTO_set_locking_callback and when to set CRYPTO_set_dynlock_* callbacks The openssl document says that *dyn* call backs are required

Re: Handshake fails for unknown reason

2011-07-07 Thread Tobias Wicker
As the last message got messed up, I would like to try again: Hi everyone, I have several servers at different locations and some of them just won't connect to e.g. rapidshare.com while others do without problem. All servers have the same setup running Ubuntu 10.04. This is the command I use:

Re: Handshake fails for unknown reason

2011-07-07 Thread Michael S. Zick
On Thu July 7 2011, tobob...@web.de wrote: > - - snip - - > > Please post in plain text only to (any) public mailing list. An html post with the inclusion of signature blocks having links that may be used for e-mail data gathering is very, very poor form for public mailing lists. Mike > _

Handshake fails for unknown reason

2011-07-07 Thread Tobobant
Hi everyone, I have several servers at different locations and some of them just won't connect to e.g. rapidshare.com while others do without problem. All servers have the same setup running Ubuntu 10.04. This is the command I use: openssl s_client -ssl3 -connect rs867tl3.rapidshare.com:443 -prexit

when to use CRYPTO_set_locking_callback and CRYPTO_set_dynlock_create_callback

2011-07-07 Thread Arunkumar Manickam
Hi, We are using openssl 1.0.0d in our multi threaded application. I would like to know when to set CRYPTO_set_locking_callback and when to set CRYPTO_set_dynlock_* callbacks The openssl document says that *dyn* call backs are required to improve performance. From openssl code, it seems only e_ch