Skip to content

Commit 5393ae6

Browse files
committed
branch out release-0.9.20
Signed-off-by: astib <astib@mag0.net>
1 parent 63ec5d9 commit 5393ae6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "socle"]
22
path = socle
33
url = ../socle.git
4-
branch = master
4+
branch = release-0.9.20
55
update = merge
66

77
[submodule "src/ext/libcli"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It uses our C++17 socket proxying library called [*socle*](https://github.com/as
2424
* enjoy insightful CLI with configuration control
2525

2626
### TLS features:
27-
* dumping plaintext version of traffic to files, exporting sslkeylog
27+
* dumping traffic plaintext into pcapng or text files, exporting sslkeylog
2828
* TLS security checks (OCSP, OCSP stapling, automatic CRL download)
2929
* Certificate Transparency checks for outbound connections
3030
* HTML replacement browser warnings

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: |
2020
* detection - match specific patterns in the traffic
2121

2222
TLS protocol:
23-
* dumping plaintext to files, exporting sslkeylog
23+
* dumping traffic plaintext into pcapng or text files, exporting sslkeylog
2424
* TLS security checks (ocsp, ocsp stapling, automatic crl download)
2525
* Certificate Transparency checks for outbound connections
2626
* Html replacement warnings

0 commit comments

Comments
 (0)