Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonertari committed Oct 21, 2021
1 parent efc9f31 commit 07c3f08
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

### SSLproxy 0.9.0
### SSLproxy 0.9.0 2021-10-21

- Add filtering rules:

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ the SSLproxy line in the first packet in the connection.
The response from the Server follows the same path back to the Client in
reverse order.

See the SSLsplit documentation for split style and structured proxyspecs.
Along with one line proxyspecs above, SSLproxy supports structured proxyspecs
to configure further options per proxyspec. It also supports split style
proxyspecs for split mode of operation similar to SSLsplit. See
sslproxy.conf(5) for structured proxyspecs, and the SSLsplit documentation for
split style proxyspecs.

#### SSLproxy line

Expand Down
8 changes: 6 additions & 2 deletions 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" "16 October 2021" "v0.9.0" "SSLproxy"
.TH "sslproxy" "1" "21 October 2021" "v0.9.0" "SSLproxy"
.SH NAME
sslproxy \-\- transparent SSL/TLS proxy for decrypting and diverting network
traffic to other programs for deep SSL inspection
Expand Down Expand Up @@ -116,7 +116,11 @@ connection. Then SSLproxy re-encrypts and sends the packets to the Server.
The response from the Server follows the same path back to the Client in
reverse order.
.LP
See the SSLsplit documentation for split style and structured proxyspecs.
Along with one line proxyspecs above, SSLproxy supports structured proxyspecs
to configure further options per proxyspec. It also supports split style
proxyspecs for split mode of operation similar to SSLsplit. See
sslproxy.conf(5) for structured proxyspecs, and the SSLsplit documentation for
split style proxyspecs.
.SH SSLproxy line
A sample line SSLproxy inserts into the first packet in the connection is the
following:
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" "16 October 2021" "v0.9.0" "SSLproxy"
.TH "sslproxy.conf" "5" "21 October 2021" "v0.9.0" "SSLproxy"
.SH "NAME"
.LP
\fBsslproxy.conf\fR \- Configuration file for SSLproxy
Expand Down

0 comments on commit 07c3f08

Please sign in to comment.