Re: SSL examples

2001-02-09 Thread Lutz Jaenicke
On Fri, Feb 09, 2001 at 04:16:20PM +, Tat Sing Kong wrote: > One of the things I don't understand is what is the difference between > SSL_use_certificate() and SSL_CTX_use_certificate(), the examples you > mention don't use this, but a skeleton server in demos\ssl do. That's > where the contr

Re: SSL examples

2001-02-09 Thread jkunz
On 9 Feb, Tat Sing Kong wrote: > Has anyone got an example of how a client and server should use SSL > calls? ftp://forelle32.wohnheim.uni-kl.de/pub/apps/echohttpd-1.0.tar.gz is a simple demo HTTP server that can do client cert based auth and crl checks (crl code stolen from mod_ssl). Have a lo

Re: SSL examples

2001-02-09 Thread Nelson Henry Eric
Content of the type listed below was automatically deleted from mail received from you. Usually this type of content is extraneous, non- textual material, oftentimes appended unbeknown to the sender. If this is the case, you may ignore this reply. However, if you believe the deleted portion was

Re: SSL examples

2001-02-09 Thread Tat Sing Kong
I find some of the example stuff pretty mind blowing, what I would like to see is something like... First of all set this up Wait for a connection Do a bit of handshaking Send some data Clean up With all the function calls involved. One of the things I don't understand is what is the difference