-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,6 +257,7 @@ <h1 id="faq"><a class="header" href="#faq">FAQ</a></h1> | |
<li><a href="faq.html#faq5">Is the Notary an essential part of the TLSNotary protocol?</a></li> | ||
<li><a href="faq.html#faq6">Which TLS versions are supported?</a></li> | ||
<li><a href="faq.html#faq7">What is the overhead of using the TLSNotary protocol?</a></li> | ||
<li><a href="faq.html#faq8">Does TLSNotary use a proxy?</a></li> | ||
</ul> | ||
<h3 id="faq1"><a class="header" href="#faq1">Doesn't TLS allow a third party to verify data authenticity?</a></h3> | ||
<p>No, it does not. TLS is designed to guarantee the authenticity of data <strong>only to the participants</strong> of the TLS connection. TLS does not have a mechanism to enable the server to "sign" the data.</p> | ||
|
@@ -281,6 +282,8 @@ <h3 id="faq7"><a class="header" href="#faq7">What is the overhead of using the T | |
<p>~25MB (a fixed cost per one TLSNotary session) + ~10 MB per every 1KB of outgoing data + ~40KB per every 1 KB of incoming data.</p> | ||
<p>In a concrete scenario of sending a 1KB HTTP request followed by a 100KB response, the <code>Prover's</code> overhead will be:</p> | ||
<p>25 + 10 + 4 = ~39 MB of <strong>upload</strong> data.</p> | ||
<h3 id="faq8"><a class="header" href="#faq8">Does TLSNotary use a proxy?</a></h3> | ||
<p>A proxy is required only for the browser extension because browsers do not allow extensions to open TCP connections. Instead, our extension opens a websocket connection to a proxy (local or remote) which opens a TCP connection with the server. Our custom TLS client is then attached to this connection and the proxy only sees encrypted data.</p> | ||
<div style="break-before: page; page-break-before: always;"></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"> | ||
<h1 id="quick-start"><a class="header" href="#quick-start">Quick Start</a></h1> | ||
<p>This quick start will help you get started with TLSNotary, both in native <a href="quick_start/rust.html">Rust</a> and in the <a href="quick_start/browser_extension.html">browser</a>.</p> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.