Skip to content

Commit 655da69

Browse files
committed
Release v0.9.7
1 parent 69e89c2 commit 655da69

File tree

8 files changed

+24
-7
lines changed

8 files changed

+24
-7
lines changed

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11

22

3+
### SSLproxy 0.9.7 2024-10-15
4+
5+
- Fix deprecation warnings with OpenSSL 3.x for
6+
- DH_free()
7+
- DH config
8+
- ECDH config
9+
- RSA functions
10+
- Engines
11+
- Remove unused ssl_dh_refcount_inc()
12+
- Fix memleak, develop proto_free functions for pop3 and smtp, fixes issue
13+
#72 reported by @applehxb
14+
- Fix possible memleak and use after free for srchost_clean
15+
- Use strdup instead of strlen+malloc+memcpy in sys_sockaddr_str(), thanks to
16+
@disaykin
17+
- Use CLOCK_REALTIME to fix pcap timestamp, issue #78
18+
19+
320
### SSLproxy 0.9.6 2024-07-04
421

522
- Fix clang-static-analysis warnings, thanks to @disaykin.

src/sslproxy.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
.\" POSSIBILITY OF SUCH DAMAGE.
2929
.\"
30-
.TH "sslproxy" "1" "04 Jul 2024" "v0.9.6" "SSLproxy"
30+
.TH "sslproxy" "1" "15 Oct 2024" "v0.9.7" "SSLproxy"
3131
.SH NAME
3232
sslproxy \-\- transparent SSL/TLS proxy for decrypting and diverting network
3333
traffic to other programs for deep SSL inspection

src/sslproxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sample configuration for sslproxy v0.9.6
1+
# Sample configuration for sslproxy v0.9.7
22
#
33
# Use the -f command line option to start sslproxy with a config file.
44
# See sslproxy.conf(5) and sslproxy(1) for documentation.

src/sslproxy.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2727
.\" POSSIBILITY OF SUCH DAMAGE.
2828
.\"
29-
.TH "sslproxy.conf" "5" "04 Jul 2024" "v0.9.6" "SSLproxy"
29+
.TH "sslproxy.conf" "5" "15 Oct 2024" "v0.9.7" "SSLproxy"
3030
.SH "NAME"
3131
.LP
3232
\fBsslproxy.conf\fR \- Configuration file for SSLproxy

tests/testproxy/sslproxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TestProxy test configuration for sslproxy v0.9.6
1+
# TestProxy test configuration for sslproxy v0.9.7
22

33
# Global options
44
#User _sslproxy

tests/testproxy/sslproxy_no_tls11.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TestProxy test configuration for sslproxy v0.9.6
1+
# TestProxy test configuration for sslproxy v0.9.7
22

33
# Global options
44
#User _sslproxy

tests/testproxy/sslproxy_no_tls13.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TestProxy test configuration for sslproxy v0.9.6
1+
# TestProxy test configuration for sslproxy v0.9.7
22

33
# Global options
44
#User _sslproxy

tests/testproxy/sslproxy_openssl3.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TestProxy test configuration for sslproxy v0.9.6
1+
# TestProxy test configuration for sslproxy v0.9.7
22

33
# Global options
44
#User _sslproxy

0 commit comments

Comments
 (0)