SSL based client authentication

2007-02-28 Thread Snuggles
Hi, I'm writing my own webserver and I want it to be able to do SSL based client authentication. It can already do HTTPS, but when I try to do the SSL based client authentication, the connection gets dropped. I use the following routine to bind a SSL socket. SSL_CTX *ssl_binding(char *keyfile,

SSL based client authentication

2007-02-07 Thread Snuggles
Hi, I'm writing my own webserver and I want it to be able to do SSL based client authentication. It can already do HTTPS, but when I try to do the SSL based client authentication, the connection gets dropped. I use the following routine to bind a SSL socket. SSL_CTX *ssl_binding(char *keyfile,