Re: developing with open SSL

2002-05-05 Thread Sean O'Riordain
Hi Vered, If you're just fetching files or doing simple http GETs you might consider looking at curl (http://curl.haxx.se/) which might save you some work... depends what you want to do :-) cheers, Sean ps. curl uses openssl :-) Tim Pushor wrote: >Vered, > >Https is http over ssl.The opens

Re: netscape & i.e.

2002-05-05 Thread Rahul S
  "Murali K. Vemuri" <[EMAIL PROTECTED]> wrote: hi list,I am working on HTTP (1.0) over SSL. I am using OpenSSL as the SSLunderlying HTTP. Here only the server is being authenticated. i am usingapache 1.3.20 and openssl 0.9.6 and mod-ssl 2.8.4I am encountering the following problem:When i am try

RE: developing with open SSL

2002-05-05 Thread Tim Pushor
Vered, Https is http over ssl.The openssl library should be all you need (http://www.openssl.org). I recommend startig with Eric Rescorla's excellent 'Introduction to SSL Programming' (http://www.rtfm.com/openssl-examples/) Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

developing with open SSL

2002-05-05 Thread Vered Domankevich
Dear sir, I need to develop a client that can communicate with https server. The client has to be developed in C (on UNIX), and it has to be able encode and decode with SSL. I have no background on this subject, so please advise me on the following : 1.which SSL libs I should install in order