Use ssl_st struct(SSL) to hold application data ?....

2002-08-14 Thread Sharon Hezy
 and it will give a solution for things like I need ? ;-)   Thanks for any help. Best Regards, Sharon Hezy.

RE: Unkown protocol error

2002-07-23 Thread Sharon Hezy
and that listener should have certificate & private key. In addition, "-debug" parameter can help you in looking more deeply where the program failed. Hope this helps. Best Regards, Sharon Hezy. -->-Original Message- -->From: Emma Willis [mailto:[EMAIL PROTECTED]] --&g

RE: Win95

2002-07-22 Thread Sharon Hezy
You should download the source files and compile the OpenSSL project according to INSTALL.W32 file.   Best Regards, Sharon Hezy. -Original Message-From: Mitchell, Alan H. [mailto:[EMAIL PROTECTED]]Sent: Mon, July 22, 2002 5:52 PMTo: '[EMAIL PROTECTED]'Subject: W

RE: openssl on windows

2002-07-08 Thread Sharon Hezy
Hi, I'm using OpenSSL on WinNT for HTTPS c/s - it works fine.:-) Best regards, Sharon Hezy. -->-Original Message- -->From: Vorster, Vian [mailto:[EMAIL PROTECTED]] -->Sent: Sun, July 07, 2002 9:37 AM -->To: '[EMAIL PROTECTED]' -->Subject: openssl on

RE: fragmentation

2002-06-10 Thread Sharon Hezy
x27;t remember the exact number, but this is the maximum size of encrypted block as defined in OpenSSL headers. Or, it will be wrong assumption? And, if it right, who defined it like that, RFC? Thanks & Best Regards, Sharon Hezy. -->(2) If it's a block cipher there's no guarantee y

RE: ERROR! pls help.

2002-06-09 Thread Sharon Hezy
ot;www.tldp.org". Best Regards, Sharon Hezy. -->-Original Message- -->From: jess [mailto:[EMAIL PROTECTED]] -->Sent: Sat, June 08, 2002 6:03 PM -->To: [EMAIL PROTECTED] -->Subject: ERROR! pls help. --> --> -->Hi, --> -->I've terminated the Make process

RE: Errors

2002-06-04 Thread Sharon Hezy
See answers below. I hope it helps. Best Regards, Sharon Hezy. -->-Original Message- -->From: Shalendra Chhabra [mailto:[EMAIL PROTECTED]] -->Sent: Tue, June 04, 2002 3:01 PM -->To: [EMAIL PROTECTED] -->Subject: Errors --> --> -->I need some help -->

Test - REMOVE !

2002-06-03 Thread Sharon Hezy
Title: Clear Day  

Difference in client authentication between sample OpenSSL server and IIS5.

2002-05-28 Thread Sharon Hezy
Hi to all.   I’m using 0.9.6.a-engine version (I don’t think that it will matter here), and I have following problem: I’m trying to connect https site on IIS server using my applicative OpenSSL client; the site is defined as “require SSL channel” and “accept client certificate”. It mea

RE: code examples

2002-05-21 Thread Sharon Hezy
Hi, If you downloaded one of the last SSL versions, you should have under $OpenSSLRootDir directory "demos". It has the basics. If you need something more complicated, you can look at the sources in "apps" directory (these are the sources of the 'openssl.exe' internal commands). Almost all the d

SSL_CTX_set_client_CA_list

2001-11-11 Thread Sharon Hezy
s\n", (i+1), str);     free (str);     }     }     SSL_CTX_set_client_CA_list(ctx, cert_names); } SSL_CTX_load_verify_locations(ctx, CA_FILE, CA_PATH); SSL_CTX_set_verify(ctx,SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT, &verify_callback);     Any help will be very appreciated.   Thanks, Sharon Hezy.  

SSL_CTX_set_client_CA_list

2001-11-11 Thread Sharon Hezy
s\n", (i+1), str);     free (str);     }     }     SSL_CTX_set_client_CA_list(ctx, cert_names); } SSL_CTX_load_verify_locations(ctx, CA_FILE, CA_PATH); SSL_CTX_set_verify(ctx,SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT, &verify_callback);     Any help will be very appreciated.   Thanks, Sharon Hezy.  

SSL_CTX_set_client_CA_list

2001-11-11 Thread Sharon Hezy
s\n", (i+1), str);     free (str);     }     }     SSL_CTX_set_client_CA_list(ctx, cert_names); } SSL_CTX_load_verify_locations(ctx, CA_FILE, CA_PATH); SSL_CTX_set_verify(ctx,SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT, &verify_callback);     Any help will be very appreciated.   Thanks, Sharon Hezy.