Added an initial implementation of HTTPS.
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 31 Aug 2010 15:28:16 +0000 (17:28 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 31 Aug 2010 15:28:16 +0000 (17:28 +0200)
commit6ca53b2e5e3b76345fd709a3e9d32aee69889054
tree570bc21a3a6439449d806a1650d13fa227450d3f
parent41fe6c390c31ccb7f70d26a13418bd772fc7b5e4
Added an initial implementation of HTTPS.

Should be complemented with some output of certificate information
in the request.
configure.in
src/Makefile.am
src/htparser.c
src/htparser.h
src/plaintcp.c
src/ssl-gnutls.c [new file with mode: 0644]