Re: Problems with non-blocking sockets and SSL

2002-06-14 Thread Bodo Moeller
On Fri, Jun 14, 2002 at 04:17:58PM +0200, Martin Sjögren wrote: > I'm having a few delicate problems, and I think at least one of them > adheres to non-blocking sockets, which is what I use. > > 1) Is it possible to get a WANT_WRITE error when I actually don't have > anything to send (on my high

Re: Interop problem iaik ssl 3.03 with 0.9.7-beta1

2002-06-14 Thread Bodo Moeller
On Tue, Jun 11, 2002 at 11:16:49AM +0200, Joerg Bartholdt wrote: > trying the 0.9.7-beta1 I came across a problem with a OpenSSL097 server > (e.g. openssl s_server) and a iSaSiLk 3.03 client (demo.basic.SSLClient). > When the Handshake took place, and the client send some initial data > (e.g. a

Re: openssl 0.9.6 returning premature eof?

2002-06-14 Thread Bodo Moeller
On Fri, Jun 07, 2002 at 05:18:06PM +0200, Bodo Moeller wrote: > On Wed, Jun 05, 2002 at 07:27:15PM -0400, Shekhar Mahadevan wrote: >> I'm trying to connect to https://secure01.principal.com/ using OpenSSL. >> Three other SSL toolkits (including JSSE) work OK, but OpenSSL results in >> the server

Problems with non-blocking sockets and SSL

2002-06-14 Thread Martin Sjögren
Hello. I'm having a few delicate problems, and I think at least one of them adheres to non-blocking sockets, which is what I use. 1) Is it possible to get a WANT_WRITE error when I actually don't have anything to send (on my high-level layer)? In that case, how should I handle this? When I do SS

RE: SSL_CTX_set_cipher_list

2002-06-14 Thread Shane Titus
Thanks, it was exactly what I was looking for. Thanks Shane Titus EBS/EBS net Inc. 978.448.9340/6376 (phone/fax) http://www.ebsnetinc.com mailto:[EMAIL PROTECTED] -- Check out our new web browser/html viewer technology. Download a win9x version from: http://www.ebsnetinc.com/browser.html -

Re: NID for emailaddress in subject name

2002-06-14 Thread Rakeshbabu Bobba
Hi, I have found NID for emailaddress. (48) Anyways if you have any comments on my approach to what I am doing please let me know. Thankyou Rakesh. On Thu, 13 Jun 2002, Rakeshbabu Bobba wrote: > Hi > > Does anyone know where to look for NID of emailaddress. is it part of > subject name or i

Re: Trying to build 'prime.c'

2002-06-14 Thread Sisyphus
- Original Message - From: "Sisyphus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 8:38 PM Subject: Trying to build 'prime.c' > Hi, > > On Win 2k, OpenSSL 0.9.6a, I am trying to build 'prime.c' (from the demos) using MSVC++ 6.0 > (with which I built openssl).