Document not found (404)
+This URL is invalid, sorry. Please use the navigation bar or search to continue.
+ +diff --git a/.nojekyll b/.nojekyll index e69de29..f173110 100644 --- a/.nojekyll +++ b/.nojekyll @@ -0,0 +1 @@ +This file makes sure that Github Pages doesn't process mdBook's output. diff --git a/404.html b/404.html new file mode 100644 index 0000000..cfa564c --- /dev/null +++ b/404.html @@ -0,0 +1,213 @@ + + +
+ + +This URL is invalid, sorry. Please use the navigation bar or search to continue.
+ +TLSNotary is a protocol which allows users to export data from any website in a +credible way. This way they can verify the authenticity of parts of a +TLS-encrypted web session without compromising on privacy.
+It works by adding a third party, the Notary, to the usual TLS connection +between the User and a web server. The User forwards the encrypted TLS traffic +to the Notary which checks that it has not been tampered with and notarizes the +whole TLS session by signing a transcript of it.
+The User can now use this transcript and disclose parts of it to another +party, which we call the Verifier. The Verifier only needs to trust the Notary +in order to accept proofs from many different users. This way, TLSNotary +can be used for a variety of purposes. For example you can use TLSNotary to +prove that
+Overall, the TLSNotary protocol can be used in any scenario where you need to +prove to a third party facts about the content of a TLS connection.
+Some interesting aspects of TLSNotary are:
+