Skip to content

Commit 30ed5b4

Browse files
committed
Release v0.9.4
1 parent bd41233 commit 30ed5b4

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

NEWS.md

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

22

3+
### SSLproxy 0.9.4 2022-12-26
4+
5+
- Fix byte order for ports in mirror trafic, thanks to piolug93.
6+
- Fix unit tests with opaque x509 struct.
7+
- Update testproxy version to 0.0.5.
8+
- Fix warning for array subscript outside array bounds in function
9+
declaration.
10+
11+
312
### SSLproxy 0.9.3 2022-05-02
413

514
- Implement a generic upgrade mechanism with autossl, without STARTTLS.

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" "02 May 2022" "v0.9.3" "SSLproxy"
30+
.TH "sslproxy" "1" "26 Dec 2022" "v0.9.4" "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.3
1+
# Sample configuration for sslproxy v0.9.4
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" "02 May 2022" "v0.9.3" "SSLproxy"
29+
.TH "sslproxy.conf" "5" "26 Dec 2022" "v0.9.4" "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.3
1+
# TestProxy test configuration for sslproxy v0.9.4
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.3
1+
# TestProxy test configuration for sslproxy v0.9.4
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.3
1+
# TestProxy test configuration for sslproxy v0.9.4
22

33
# Global options
44
#User _sslproxy

0 commit comments

Comments
 (0)