RE: FW: openssl verify conflicts with SSL_connect

2005-05-04 Thread John Hoel
: openssl-users@openssl.org Subject: Re: FW: openssl verify conflicts with SSL_connect On Wed, May 04, 2005, John Hoel wrote: > After another round of changes to the certificates I created, I ran s_client > and s_server. Here are the scripts: > > openssl s_client -cert c:/ca/clien

RE: non blocking SSL connect

2005-05-04 Thread John Hoel
ocket is non-blocking */ ssl = SSL_new( ctx ); SSL_set_bio( ssl, bio, bio );   Then repeat the following while connected_socket is active in the writing set and either SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE:   SSL_connect( ssl );   ______ John Hoel Product Author Sk

RE: FW: openssl verify conflicts with SSL_connect

2005-05-04 Thread John Hoel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dr. Stephen Henson Sent: Thursday, April 28, 2005 3:57 PM To: openssl-users@openssl.org Subject: Re: FW: openssl verify conflicts with SSL_connect On Thu, Apr 28, 2005, John Hoel wrote: > I have been do

RE: FW: openssl verify conflicts with SSL_connect

2005-04-28 Thread John Hoel
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dr. Stephen Henson Sent: Thursday, April 28, 2005 1:08 PM To: openssl-users@openssl.org Subject: Re: FW: openssl verify conflicts with SSL_connect On Thu, Apr 28, 2005, John Hoel wrote: > To include it in the trusted store, I think I will need to

RE: FW: openssl verify conflicts with SSL_connect

2005-04-28 Thread John Hoel
D] Behalf Of Dr. Stephen Henson Sent: Tuesday, April 26, 2005 10:42 AM To: openssl-users@openssl.org Subject: Re: FW: openssl verify conflicts with SSL_connect On Tue, Apr 26, 2005, John Hoel wrote: > I've made extensive changes to how I generate certificates. Here is a partial > lis

RE: FW: openssl verify conflicts with SSL_connect

2005-04-27 Thread John Hoel
I didn't know about those either. Thanks! ______ John Hoel Product Author Skywire Software 2401 Internet Blvd., Suite 201 Frisco, Texas 75034 (972)377-1110 main (425)396-4687 direct [EMAIL PROTECTED] www.skywiresoftware.com -Original Message- From: [

RE: FW: openssl verify conflicts with SSL_connect

2005-04-26 Thread John Hoel
. I was unware of it. I'll give it a try. ______ John Hoel Product Author Skywire Software 2401 Internet Blvd., Suite 201 Frisco, Texas 75034 (972)377-1110 main (425)396-4687 direct [EMAIL PROTECTED] www.skywiresoftware.com -Original Message- From: [

RE: FW: openssl verify conflicts with SSL_connect

2005-04-26 Thread John Hoel
4 2005 GMT Not After : May 26 16:25:24 2005 GMT Subject: CN=example CA, ST=Washington, C=US/[EMAIL PROTECTED], O=Root Certification Authority ______ John Hoel Product Author Skywire Software 2401 Internet Blvd., Suite 201 Frisco, Texas 75034 (972)377

FW: openssl verify conflicts with SSL_connect

2005-04-26 Thread John Hoel
7;.\ssl\s3_clnt.c' line 844. Can anyone see how this could happen? __ John Hoel Product Author Skywire Software 2401 Internet Blvd., Suite 201 Frisco, Texas 75034 (972)377-1110 main (425)396-4687 direct [EMAIL PROTECTED] www.skywiresoftware.com -Orig

openssl verify conflicts with SSL_connect

2005-04-20 Thread John Hoel
2c:ae:62:25:9c:da:2d: 0a:75 __ John Hoel Product Author Skywire Software 2401 Internet Blvd., Suite 201 Frisco, Texas 75034 (972)377-1110 main (425)396-4687 direct [EMAIL PROTECTED] www.skywiresoftware.com NO RELIANCE: This e-mail will be of no force of effect and will not be bi

RE: Using SSL with existing socket

2005-04-19 Thread John Hoel
Calling WSAGetLastError was the key. SSL_connect is now progressing. Thanks for the idea! __ John Hoel Product Author Skywire Software 2401 Internet Blvd., Suite 201 Frisco, Texas 75034 (972)377-1110 main (425)396-4687 direct [EMAIL PROTECTED

RE: Using SSL with existing socket

2005-04-19 Thread John Hoel
Neither change made any difference. (Sigh) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dr. Stephen Henson Sent: Tuesday, April 19, 2005 1:08 PM To: openssl-users@openssl.org Subject: Re: Using SSL with existing socket On Tue, Apr 19, 2005, John Hoel

RE: Using SSL with existing socket

2005-04-19 Thread John Hoel
oblem with the socket when ioctlsocket() is called? This same problem occurs when accepting a connection using accept(), then the above technique for SSL_accept(). Thanks for any help you can give, John Hoel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of M

RE: Using SSL with existing socket

2005-04-14 Thread John Hoel
I am having the same problem with SSL_accept(). Does anyone have a suggestion? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Martin Persson Sent: Thursday, April 14, 2005 3:18 AM To: openssl-users@openssl.org Subject: Using SSL with existing socket Hello

non-blocking SLL_connect

2005-04-11 Thread John Hoel
L_read() and/or SSL_write() as indicated by SSL_get_error(). __ John Hoel Product Author Skywire Software 2401 Internet Blvd., Suite 201 Frisco, Texas 75034 (972)377-1110 main (425)396-4687 direct [EMAIL PROTECTED] www.skywiresoftware.com NO RELIANCE: This e-mail will be

problems with SSL_connect and SSL_accept

2005-04-06 Thread John Hoel
ca: SSL alert number 48. SSL error location: file '.\ssl\s3_pkt.c' line 1052. Can anyone tell me why this doesn't work? My guess is that this has something to do with a "self signed certificate", but I'm ignorant of the implications of this. I appreciate any help y

RE: RAND_seed()

2005-04-06 Thread John Hoel
I have essentially the same question. I need to be able to call RAND_seed() on both Windows and UNIX.   __ John Hoel Product Author Skywire Software 2401 Internet Blvd., Suite 201 Frisco, Texas 75034 (972)377-1110 main (425)396-4687 direct [EMAIL PROTECTED