SSLproxy/tests/check
Soner Tari 6c988b0f4a Add structured filtering rules to specify conn options
Now all connection oriented proxy options possible to specify
per-proxyspec or globally can be specified in structured filtering rules
to be selectively applied to connections too. One line filtering rules
can specify filter and log actions only.

For example, we can enable/disable user authentication, protocol
validation, server ssl verification, and many other options
per-connection, or configure SSL/TLS connection options per-connection.

So, now we replace the conn_opts struct of a connection's ctx with the
conn_opts struct of the matching structured filtering rule. (One line
filtering rules have a NULL conn_opts, so we first check if the
conn_opts is not NULL.)
2021-10-28 23:33:53 +03:00
..
engine Do not export vars to the shell, instead create a main.mk and include it when needed 2020-03-31 16:19:02 +03:00
pki Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
base64.t.c Restructure source tree, create src and tests folders, move files accordingly 2020-03-27 14:28:08 +03:00
BSDmakefile Copy BSDmakefile to subfolders 2020-04-12 15:51:41 +03:00
cachedsess.t.c Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
cachefkcrt.t.c Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
cachemgr.t.c Restructure source tree, create src and tests folders, move files accordingly 2020-03-27 14:28:08 +03:00
cachessess.t.c Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
cachetgcrt.t.c Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
cert.t.c Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
defaults.t.c Clean up DOCKER directives 2020-05-12 12:02:53 +03:00
dynbuf.t.c Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
filter.t.c Add structured filtering rules to specify conn options 2021-10-28 23:33:53 +03:00
GNUmakefile Move main.mk under Mk folder and improve make files 2020-06-23 13:00:05 +03:00
logbuf.t.c Restructure source tree, create src and tests folders, move files accordingly 2020-03-27 14:28:08 +03:00
main.t.c Add unit tests for filtering rules 2021-09-23 18:23:50 +03:00
opts.t.c Add structured filtering rules to specify conn options 2021-10-28 23:33:53 +03:00
proto.t.c Update version to 0.8.3 and copyright year to 2021 2021-02-11 00:25:09 +03:00
pxythrmgr.t.c Restructure source tree, create src and tests folders, move files accordingly 2020-03-27 14:28:08 +03:00
ssl.t.c Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
sys.t.c Create make files for src and tests/check folders 2020-03-29 16:55:02 +03:00
url.t.c Restructure source tree, create src and tests folders, move files accordingly 2020-03-27 14:28:08 +03:00
util.t.c Update version to 0.8.3 and copyright year to 2021 2021-02-11 00:25:09 +03:00