summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-07-22Restore -Wunused-parameter warningJoel Klinghed
2017-06-13Fix uninitialized field in MonitorJoel Klinghed
2017-05-28Add Observers, useful class for notifying listenersJoel Klinghed
2017-05-26Workaround bad implementations of std::unique_ptr in std::pairJoel Klinghed
2017-05-26fixup! Support openssl 1.1.0+Joel Klinghed
Fix compilation error
2017-05-26Support openssl 1.1.0+Joel Klinghed
2017-04-25Make a non-existent config file an errorJoel Klinghed
2017-04-25Fix tp-monitor argument parsingJoel Klinghed
2017-04-25Make SSL interception behave as per config documentationJoel Klinghed
2017-04-06Add fallback SSL implementation using OpenSSLJoel Klinghed
2017-04-06fixup! Add certificate support for subject alt name for mbedtlsJoel Klinghed
2017-03-30Add certificate support for subject alt name for mbedtlsJoel Klinghed
2017-03-30Generate a unique serial for each certJoel Klinghed
2017-03-28Support compiling without SSLJoel Klinghed
And prepare for other SSL implementations than mbedtls
2017-03-28MITM SSL Interception support using mbedtlsJoel Klinghed
2017-03-16Add basic console monitor and implement monitor supportJoel Klinghed
2017-03-01Add support for CONNECTJoel Klinghed
2017-02-28Check for accept4() and provide alternativeJoel Klinghed
2017-02-28Workaround warning in GCCJoel Klinghed
2017-02-28Add missing includesJoel Klinghed
2017-02-28Initial commitJoel Klinghed