Commit Graph

11 Commits (dfb783d7ba187187453b44f316a849b789c4f7e6)

Author SHA1 Message Date
Soner Tari dfb783d7ba Release v0.9.5
Bump version to 0.9.5
Update copyright year to 2024
Update NEWS
4 months ago
Soner Tari e049f14cc2 Replace deprecated fail_unless() with ck_assert_msg() in unit tests
Fixes 1924 warnings such as:
warning: too many arguments for format [-Wformat-extra-args]
   64 |         fail_unless(!!buf, "no buffer returned");
1 year ago
Soner Tari dc40f74c13 Update copyright year to 2022 2 years ago
Soner Tari 3f3c3623ad Fix unit tests for openssl-1.0.0s 3 years ago
Soner Tari 90b32e0595 Fix unit tests for openssl and libressl versions in travis config 3 years ago
Soner Tari 5bc6933f79 Fix unit tests for libressl-2.2.7, libressl-2.7.4, and openssl-1.1.0 3 years ago
Soner Tari b3be019ffa Fix travis unit tests with max ssl proto 3 years ago
Soner Tari d07606b586 Add support for multi-site struct filtering rules
Now we can specify multiple sites in one struct rule: SNI, CN, Host,
URI, and DstIp destination sites. We create a new rule for each
destination site type specified. Struct rules can be complicated and
long, so this is expected to help with rule reuse.
3 years ago
Soner Tari 12f09dbb87 Add ReconnectSSL to debug logs 3 years ago
Soner Tari 77df635afa Change line_num type to unsigned int 3 years ago
Soner Tari 2f8575d7c0 Add unit tests for struct filtering rules
And clean up whitespace
3 years ago