diff options
author | ZHRhodes <zhrhodes@gmail.com> | 2019-05-16 23:21:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 23:21:47 -0700 |
commit | 1410bdd9ca4e969d9e7a11c7676a230f705e0564 (patch) | |
tree | b3855e80b81d29396552039eb91d7d359dc38141 /docs | |
parent | 8353f4a55afeec9d30727d91d642e8b8af4040f8 (diff) | |
download | mitmproxy-1410bdd9ca4e969d9e7a11c7676a230f705e0564.tar.gz mitmproxy-1410bdd9ca4e969d9e7a11c7676a230f705e0564.tar.bz2 mitmproxy-1410bdd9ca4e969d9e7a11c7676a230f705e0564.zip |
Update howto-wireshark-tls.md
Fixed a typo in describing the master keys
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/content/howto-wireshark-tls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/howto-wireshark-tls.md b/docs/src/content/howto-wireshark-tls.md index 588223ac..a55d177b 100644 --- a/docs/src/content/howto-wireshark-tls.md +++ b/docs/src/content/howto-wireshark-tls.md @@ -7,7 +7,7 @@ menu: # Wireshark and SSL/TLS Master Secrets -The SSL/SSL master keys can be logged by mitmproxy so that external programs can +The SSL/TLS master keys can be logged by mitmproxy so that external programs can decrypt SSL/TLS connections both from and to the proxy. Recent versions of Wireshark can use these log files to decrypt packets. See the [Wireshark wiki](https://wiki.wireshark.org/SSL#Using_the_.28Pre.29-Master-Secret) for more information. |