Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: faq toc #110

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions src/faq.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# FAQ

- [Doesn't TLS allow a third party to verify data authenticity?](#faq1)
- [How exactly does a Verifier participate in the TLS connection?](#faq2)
- [What are the trust assumptions of the TLSNotary protocol?](#faq3)
- [What is the role of a Notary?](#faq4)
- [Is the Notary an essential part of the TLSNotary protocol?](#faq5)
- [Which TLS versions are supported?](#faq6)
- [What is the overhead of using the TLSNotary protocol?](#faq7)
- [Does TLSNotary use a proxy?](#faq8)
- [Why does my session time out?](#faq9)
- [How to run TLSNotary with extra logging?](#faq10)
- [How do I troubleshoot connection issues?](#faq11)
- [Does TLSNotary Solve the Oracle Problem?](#faq12)
- [What is a presentation in TLSNotary?](#faq13)
- [Why is it necessary to add a verifier to the TLS connection?](#faq2)
- [How exactly does a Verifier participate in the TLS connection?](#faq3)
- [What are the trust assumptions of the TLSNotary protocol?](#faq4)
- [What is the role of a Notary?](#faq5)
- [Is the Notary an essential part of the TLSNotary protocol?](#faq6)
- [Which TLS versions are supported?](#faq7)
- [What is the overhead of using the TLSNotary protocol?](#faq8)
- [Does TLSNotary use a proxy?](#faq9)
- [Why does my session time out?](#faq10)
- [How to run TLSNotary with extra logging?](#faq11)
- [How do I troubleshoot connection issues?](#faq12)
- [Does TLSNotary Solve the Oracle Problem?](#faq13)
- [What is a presentation in TLSNotary?](#faq14)


### Doesn't TLS allow a third party to verify data authenticity? { #faq1 }
Expand Down