Add TLS/SSL interception support
authorFabian Keil <fk@fabiankeil.de>
Thu, 24 Jan 2019 12:24:14 +0000 (13:24 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 30 Oct 2019 10:23:05 +0000 (11:23 +0100)
commit2111876638f912fa7be56a3df315efbbfde91f38
tree719fb139931af4049dd49a87002defe30171b7bf
parentd488a5e9de9c4915322ce997f2443a07c3acf467
Add TLS/SSL interception support

To enable it, install mbedtls, configure with --with-mbedtls,
set the TLS directives in the config file and enable the
+enable-https-filtering action.

Based on a patch by Václav Švec.

Integration and clean-ups sponsored by Robert Klemme.
13 files changed:
GNUmakefile.in
actionlist.h
configure.in
doc/source/p-config.sgml
doc/source/user-manual.sgml
jcc.c
jcc.h
loadcfg.c
parsers.c
project.h
ssl.c [new file with mode: 0644]
ssl.h [new file with mode: 0644]
user.action