From 07c3f08584b2701f694db6a34cb8ffd5e0b7064d Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Thu, 21 Oct 2021 14:10:19 +0300 Subject: [PATCH] Release v0.9.0 --- NEWS.md | 2 +- README.md | 6 +++++- src/sslproxy.1 | 8 ++++++-- src/sslproxy.conf.5 | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index d133e9e..8ec86e7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -### SSLproxy 0.9.0 +### SSLproxy 0.9.0 2021-10-21 - Add filtering rules: diff --git a/README.md b/README.md index 539c794..14d2947 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/sslproxy.1 b/src/sslproxy.1 index 8f880c5..ddc6246 100644 --- a/src/sslproxy.1 +++ b/src/sslproxy.1 @@ -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 @@ -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: diff --git a/src/sslproxy.conf.5 b/src/sslproxy.conf.5 index 048bf10..0397db9 100644 --- a/src/sslproxy.conf.5 +++ b/src/sslproxy.conf.5 @@ -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