]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commit
Add -u option to pass through unknown hostnames.
authorSimon Ruderich <simon@ruderich.org>
Tue, 15 Mar 2011 20:52:43 +0000 (21:52 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 15 Mar 2011 20:52:43 +0000 (21:52 +0100)
commit80e82203daef6daf7a16219876fc404e12f82c8a
tree14f69ba820789e55f3e135376380d1a6e1fd63bd
parent5f6ff9f4d1bb1f4bdc01700110435aa1b29c2bcf
Add -u option to pass through unknown hostnames.

Also add tests.

If -d 2 is used then use SO_REUSEADDR, necessary for the test suite as
we have to restart the proxy and otherwise we have to wait for the
timeout.
src/connection.c
src/tlsproxy.c
src/tlsproxy.h
src/verify.c
src/verify.h
tests/Makefile.am
tests/tests-passthrough.sh [new file with mode: 0755]
tests/tests.sh