SSL_read issue

2009-09-15 Thread Barkha Dosi
Hi, I have written a multithreaded C-server program. During multiple https connections I frequentl get segmentation fault saying 0x080985b0 in SSL_read () Current language: auto; currently asm (gdb) bt #0 0x080985b0 in SSL_read () #1 0x0894ddb0 in ?? () #2 0xb7f23ff4 in ?? () from /lib/i686/cmov

missing python openSSL module

2009-09-15 Thread sarta53
I get the following error when trying to run a python (v2.6.2) script that uses the Twisted-web module: File "/home/knoppix/python/lib/python2.6/site-packages/twisted/internet/ssl.py", line 46, in from OpenSSL import SSL ImportError: No module named OpenSSL Where can I find a tarball for

Re: A PKI in a web page

2009-09-15 Thread jehan procaccia
Leif Johansson a écrit : On Tuesday 15 September 2009 15.54.33 Jehan PROCACCIA wrote: Le 15/09/2009 09:37, Leif Johansson a écrit : On Monday 14 September 2009 16.17.26 jehan procaccia wrote: Indeed CSP is a version 0.34 since 2007, no updates since then ... but perhaps the pro

Accept a servers crt?

2009-09-15 Thread Dylan Martin
Hi all, I need to connect to an LDAP server with a self-signed cert. I cannot get s_client to verify OK.. I have gathered the server cert by running s_client and then copying the server cert out of the output from s_client. Then I run s_client with the -CAfile option pointed to that file and it s

Re: OpenSSL 0.9.8d on z/Linux 64-bit

2009-09-15 Thread Dr. Stephen Henson
On Tue, Sep 15, 2009, mclellan_d...@emc.com wrote: > hello OpenSSL community.We use OpenSSL 0.9.8d on many platforms, > including z/Linux 64-bit. We are using client certificate > authentication at the server. > > When any client that is NOT the same architecture -- i.e. NOT z/Linux > 64-b

remove

2009-09-15 Thread Felipe Aramburu
Felipe Aramburu Software Consultant Oncology Consultants Direct Line: 713 800-3270 E-mail faramb...@oncologyconsultants.com Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(

Re: A PKI in a web page

2009-09-15 Thread Leif Johansson
On Monday 14 September 2009 16.17.26 jehan procaccia wrote: > Indeed CSP is a version 0.34 since 2007, no updates since then ... but > perhaps the project is mature and bug free, no evolution needed ? is > there still someone behind it (leifj at it.su.se is in copie ...) > I'm le...@sunet.se now

Re: A PKI in a web page

2009-09-15 Thread Jehan PROCACCIA
Le 15/09/2009 09:37, Leif Johansson a écrit : On Monday 14 September 2009 16.17.26 jehan procaccia wrote: Indeed CSP is a version 0.34 since 2007, no updates since then ... but perhaps the project is mature and bug free, no evolution needed ? is there still someone behind it (leifj at it.su

OpenSSL 0.9.8d on z/Linux 64-bit

2009-09-15 Thread mclellan_dave
hello OpenSSL community.We use OpenSSL 0.9.8d on many platforms, including z/Linux 64-bit. We are using client certificate authentication at the server. When any client that is NOT the same architecture -- i.e. NOT z/Linux 64-bit -- the server complains during SSL_accept() processing the cl

Re: The need for SNI ssl apache vhosts,

2009-09-15 Thread Steffen DETTMER
* Nigel Sollars wrote on Mon, Sep 14, 2009 at 19:06 +0200: > At the company we have an online store and we need to replicate it for > different locales/languages. After reading some information on the net > it seems that the RFC spec is good but the implementation ( at the time > of the writing