Skip to content

Commit

Permalink
Release v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sonertari committed Oct 15, 2024
1 parent 69e89c2 commit 655da69
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


### SSLproxy 0.9.7 2024-10-15

- Fix deprecation warnings with OpenSSL 3.x for
- DH_free()
- DH config
- ECDH config
- RSA functions
- Engines
- Remove unused ssl_dh_refcount_inc()
- Fix memleak, develop proto_free functions for pop3 and smtp, fixes issue
#72 reported by @applehxb
- Fix possible memleak and use after free for srchost_clean
- Use strdup instead of strlen+malloc+memcpy in sys_sockaddr_str(), thanks to
@disaykin
- Use CLOCK_REALTIME to fix pcap timestamp, issue #78


### SSLproxy 0.9.6 2024-07-04

- Fix clang-static-analysis warnings, thanks to @disaykin.
Expand Down
2 changes: 1 addition & 1 deletion src/sslproxy.1
Original file line number Diff line number Diff line change
Expand Up @@ -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" "04 Jul 2024" "v0.9.6" "SSLproxy"
.TH "sslproxy" "1" "15 Oct 2024" "v0.9.7" "SSLproxy"
.SH NAME
sslproxy \-\- transparent SSL/TLS proxy for decrypting and diverting network
traffic to other programs for deep SSL inspection
Expand Down
2 changes: 1 addition & 1 deletion src/sslproxy.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample configuration for sslproxy v0.9.6
# Sample configuration for sslproxy v0.9.7
#
# Use the -f command line option to start sslproxy with a config file.
# See sslproxy.conf(5) and sslproxy(1) for documentation.
Expand Down
2 changes: 1 addition & 1 deletion src/sslproxy.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -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" "04 Jul 2024" "v0.9.6" "SSLproxy"
.TH "sslproxy.conf" "5" "15 Oct 2024" "v0.9.7" "SSLproxy"
.SH "NAME"
.LP
\fBsslproxy.conf\fR \- Configuration file for SSLproxy
Expand Down
2 changes: 1 addition & 1 deletion tests/testproxy/sslproxy.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TestProxy test configuration for sslproxy v0.9.6
# TestProxy test configuration for sslproxy v0.9.7

# Global options
#User _sslproxy
Expand Down
2 changes: 1 addition & 1 deletion tests/testproxy/sslproxy_no_tls11.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TestProxy test configuration for sslproxy v0.9.6
# TestProxy test configuration for sslproxy v0.9.7

# Global options
#User _sslproxy
Expand Down
2 changes: 1 addition & 1 deletion tests/testproxy/sslproxy_no_tls13.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TestProxy test configuration for sslproxy v0.9.6
# TestProxy test configuration for sslproxy v0.9.7

# Global options
#User _sslproxy
Expand Down
2 changes: 1 addition & 1 deletion tests/testproxy/sslproxy_openssl3.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TestProxy test configuration for sslproxy v0.9.6
# TestProxy test configuration for sslproxy v0.9.7

# Global options
#User _sslproxy
Expand Down

0 comments on commit 655da69

Please sign in to comment.