Re: HTTP/HTTPS

2000-11-13 Thread Carlos Vicente
Thanks again. Another question: Why woudn't a browser complain about a certificate with "*" as CN? Aren't they supposed to compare the CN with the server's name? Eric Rescorla wrote: >There are two main approaches: >1. Use the CONNECT method, as you suggest. You tell the browser that >it is to

Building a client session cache

2000-11-16 Thread Carlos Vicente
I would like to implement session caching in my ssl client. Someone mentioned one could use functions d2i/id2_SSL_SESSION() for this, but I have no idea how to use them and don't understand the code. Could someone explain this a little bit, or point to some working code that I could use as an exam