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

2002-08-14 Thread Sharon Hezy
n for things like I need ? ;-) Thanks for any help. Best Regards, Sharon Hezy.

RE: Unkown protocol error

2002-07-23 Thread Sharon Hezy
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]] --Sent: Tue, July 23, 2002 7:38 PM --To: [EMAIL

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: Win95 Can

RE: fragmentation

2002-06-10 Thread Sharon Hezy
defined it like that, RFC? Thanks Best Regards, Sharon Hezy. --(2) If it's a block cipher there's no guarantee you'll get the --data in one block chunks so you may need to buffer them. -- --BTW, ssldump (http://www.rtfm.com/ssldump) already does --what it sounds like you're trying to do

RE: ERROR! pls help.

2002-06-09 Thread Sharon Hezy
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 while its running, and when --i tried to run --Make again, it gives me

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 -- --1. I am able to generate Certificate

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. Im using 0.9.6.a-engine version (I dont think that it will matter here), and I have following problem: Im 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 means that

RE: code examples

2002-05-22 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 docs

SSL_CTX_set_client_CA_list

2001-11-11 Thread Sharon Hezy
(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
(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
(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.