Skip to content

Commit

Permalink
Release v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sonertari committed Dec 26, 2022
1 parent bd41233 commit 30ed5b4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


### SSLproxy 0.9.4 2022-12-26

- Fix byte order for ports in mirror trafic, thanks to piolug93.
- Fix unit tests with opaque x509 struct.
- Update testproxy version to 0.0.5.
- Fix warning for array subscript outside array bounds in function
declaration.


### SSLproxy 0.9.3 2022-05-02

- Implement a generic upgrade mechanism with autossl, without STARTTLS.
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" "02 May 2022" "v0.9.3" "SSLproxy"
.TH "sslproxy" "1" "26 Dec 2022" "v0.9.4" "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.3
# Sample configuration for sslproxy v0.9.4
#
# 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" "02 May 2022" "v0.9.3" "SSLproxy"
.TH "sslproxy.conf" "5" "26 Dec 2022" "v0.9.4" "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.3
# TestProxy test configuration for sslproxy v0.9.4

# 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.3
# TestProxy test configuration for sslproxy v0.9.4

# 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.3
# TestProxy test configuration for sslproxy v0.9.4

# Global options
#User _sslproxy
Expand Down

0 comments on commit 30ed5b4

Please sign in to comment.