diff --git a/NEWS.md b/NEWS.md index a353c46..486deb9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,24 +1,31 @@ +### SSLproxy 0.9.6 2024-07-04 + +- Fix clang-static-analysis warnings, thanks to @disaykin. +- Use clock_gettime() instead of gettimeofday(), thanks to @disaykin. +- Fix deprecation warnings for function declarations without a prototype. + + ### SSLproxy 0.9.5 2024-02-18 -- Fix possible double free of host and serv variables, thanks to @disaykin -- Fix possible integer overflow, thanks to @disaykin -- Close fds only once, thanks to @disaykin -- Fix memory leak, thanks to @disaykin -- Handle ftell error, thanks to @disaykin -- Fix mismatched call arguments, thanks to @disaykin -- Fix memory leak in case of cert key mismatch, thanks to @disaykin -- Fix file descriptor leak, thanks to @disaykin -- Handle partial write, thanks to @disaykin -- Handle return value of gmtime(), thanks to @disaykin -- Fix double free bugs, thanks to @disaykin - - Bugs found by Svace static analyzer -- Fix possible segfault in proto smtp in split mode -- Fix retval of privsep_server_opensock_verify(), thanks to @Qbog -- Fix header-size calculation in IPv6 packet mirroring, thanks to @matoro -- Fix e2e tests with openssl 3 -- Replace deprecated fail_unless() with ck_assert_msg() in unit tests +- Fix possible double free of host and serv variables, thanks to @disaykin. +- Fix possible integer overflow, thanks to @disaykin. +- Close fds only once, thanks to @disaykin. +- Fix memory leak, thanks to @disaykin. +- Handle ftell error, thanks to @disaykin. +- Fix mismatched call arguments, thanks to @disaykin. +- Fix memory leak in case of cert key mismatch, thanks to @disaykin. +- Fix file descriptor leak, thanks to @disaykin. +- Handle partial write, thanks to @disaykin. +- Handle return value of gmtime(), thanks to @disaykin. +- Fix double free bugs, thanks to @disaykin. + - Bugs found by Svace static analyzer. +- Fix possible segfault in proto smtp in split mode. +- Fix retval of privsep_server_opensock_verify(), thanks to @Qbog. +- Fix header-size calculation in IPv6 packet mirroring, thanks to @matoro. +- Fix e2e tests with openssl 3. +- Replace deprecated fail_unless() with ck_assert_msg() in unit tests. ### SSLproxy 0.9.4 2022-12-26 diff --git a/src/sslproxy.1 b/src/sslproxy.1 index 28e4a29..a0ab04b 100644 --- a/src/sslproxy.1 +++ b/src/sslproxy.1 @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.TH "sslproxy" "1" "18 Feb 2024" "v0.9.5" "SSLproxy" +.TH "sslproxy" "1" "04 Jul 2024" "v0.9.6" "SSLproxy" .SH NAME sslproxy \-\- transparent SSL/TLS proxy for decrypting and diverting network traffic to other programs for deep SSL inspection diff --git a/src/sslproxy.conf b/src/sslproxy.conf index 54c37d0..1adb771 100644 --- a/src/sslproxy.conf +++ b/src/sslproxy.conf @@ -1,4 +1,4 @@ -# Sample configuration for sslproxy v0.9.5 +# Sample configuration for sslproxy v0.9.6 # # Use the -f command line option to start sslproxy with a config file. # See sslproxy.conf(5) and sslproxy(1) for documentation. diff --git a/src/sslproxy.conf.5 b/src/sslproxy.conf.5 index c4b9a59..ebb97f9 100644 --- a/src/sslproxy.conf.5 +++ b/src/sslproxy.conf.5 @@ -26,7 +26,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.TH "sslproxy.conf" "5" "18 Feb 2024" "v0.9.5" "SSLproxy" +.TH "sslproxy.conf" "5" "04 Jul 2024" "v0.9.6" "SSLproxy" .SH "NAME" .LP \fBsslproxy.conf\fR \- Configuration file for SSLproxy diff --git a/tests/testproxy/sslproxy.conf b/tests/testproxy/sslproxy.conf index 486f177..7b04031 100644 --- a/tests/testproxy/sslproxy.conf +++ b/tests/testproxy/sslproxy.conf @@ -1,4 +1,4 @@ -# TestProxy test configuration for sslproxy v0.9.5 +# TestProxy test configuration for sslproxy v0.9.6 # Global options #User _sslproxy diff --git a/tests/testproxy/sslproxy_no_tls11.conf b/tests/testproxy/sslproxy_no_tls11.conf index dbe99cc..bbe057d 100644 --- a/tests/testproxy/sslproxy_no_tls11.conf +++ b/tests/testproxy/sslproxy_no_tls11.conf @@ -1,4 +1,4 @@ -# TestProxy test configuration for sslproxy v0.9.5 +# TestProxy test configuration for sslproxy v0.9.6 # Global options #User _sslproxy diff --git a/tests/testproxy/sslproxy_no_tls13.conf b/tests/testproxy/sslproxy_no_tls13.conf index d71c2ce..3dae821 100644 --- a/tests/testproxy/sslproxy_no_tls13.conf +++ b/tests/testproxy/sslproxy_no_tls13.conf @@ -1,4 +1,4 @@ -# TestProxy test configuration for sslproxy v0.9.5 +# TestProxy test configuration for sslproxy v0.9.6 # Global options #User _sslproxy diff --git a/tests/testproxy/sslproxy_openssl3.conf b/tests/testproxy/sslproxy_openssl3.conf index aa7b904..ad36088 100644 --- a/tests/testproxy/sslproxy_openssl3.conf +++ b/tests/testproxy/sslproxy_openssl3.conf @@ -1,4 +1,4 @@ -# TestProxy test configuration for sslproxy v0.9.5 +# TestProxy test configuration for sslproxy v0.9.6 # Global options #User _sslproxy