File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "socle "]
2
2
path = socle
3
3
url = ../socle.git
4
- branch = master
4
+ branch = release-0.9.20
5
5
update = merge
6
6
7
7
[submodule "src/ext/libcli "]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ It uses our C++17 socket proxying library called [*socle*](https://github.com/as
24
24
* enjoy insightful CLI with configuration control
25
25
26
26
### TLS features:
27
- * dumping plaintext version of traffic to files, exporting sslkeylog
27
+ * dumping traffic plaintext into pcapng or text files, exporting sslkeylog
28
28
* TLS security checks (OCSP, OCSP stapling, automatic CRL download)
29
29
* Certificate Transparency checks for outbound connections
30
30
* HTML replacement browser warnings
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ description: |
20
20
* detection - match specific patterns in the traffic
21
21
22
22
TLS protocol :
23
- * dumping plaintext to files, exporting sslkeylog
23
+ * dumping traffic plaintext into pcapng or text files, exporting sslkeylog
24
24
* TLS security checks (ocsp, ocsp stapling, automatic crl download)
25
25
* Certificate Transparency checks for outbound connections
26
26
* Html replacement warnings
You can’t perform that action at this time.
0 commit comments