Commit Graph

193 Commits

Author SHA1 Message Date
Hendrik Eeckhaut
176c60324c Removed wrong link 2024-10-08 09:37:32 +02:00
Hendrik Eeckhaut
839f56f3be small fix 2024-10-08 08:39:58 +02:00
Hendrik Eeckhaut
5c2e5e7a02 minor correction 2024-10-05 14:05:35 +02:00
yuroitaki
7e2974af16 update doc for alpha.7 release (#85)
Update for alpha.7.

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-10-04 16:10:17 +02:00
Hendrik Eeckhaut
da5d10b734 Plugin and provider API documentation 2024-10-04 13:43:15 +02:00
mac
e8fd3aa5d4 wsl ports (#97)
Document notary server WSL port forwarding

fixes #96

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-09-18 10:39:20 +02:00
Ryan MacArthur
06d771f388 Update faq to explain the websocket proxy (#93)
* Update faq to explain the websocket proxy

* Update src/faq.md

Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com>

---------

Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com>
2024-08-15 07:42:11 -07:00
Hendrik Eeckhaut
2d6b6abcdc feat: add Matomo analytics
#91
2024-07-23 08:16:40 +02:00
dan
d945f8952d fix: Notary not Verifier signs the session header 2024-07-15 10:28:32 +02:00
Someone Unknown
396a2c027d Make proof contents and verification functionality clearer (#89)
The original text said: "When you open `simple_proof.json` in an editor, you will see a JSON file with lots of non-human-readable byte arrays. You can decode this file by running:"

This confused me when I was trying to learn how to use TLSN, because it sounds like the proof does not contain the plain text, but that it rather has some kind of byte-oriented data  "decoded", which sounded to me like it did not contain any direct equivalent to the plaintext—I thought that it must be in encrypted form in the proof. But but the proof does include the plaintext, it's just that it's in byte array form, which is being verified and formatted by the verifier.
2024-07-15 05:30:33 +00:00
Christopher Chong
7940352a12 Revert browser related pages to v5. 2024-06-27 16:07:42 +02:00
Hendrik Eeckhaut
31a11f798e Quickstart: install extension from web store 2024-06-27 16:07:42 +02:00
Christopher Chong
d9d84d1e85 Change to explorer and fix wording. 2024-06-27 16:07:42 +02:00
Christopher Chong
d26b2f7bef Update values. 2024-06-27 16:07:42 +02:00
Christopher Chong
96fd72d3c4 Update doc for release. 2024-06-27 16:07:42 +02:00
Hendrik Eeckhaut
d02a0b1804 chore: update mdbook version + clean up and update github actions 2024-06-25 11:44:47 +02:00
dan
c22a22779f Refactor/update deap eq check (#83)
* update DEAP equality check

* do not require checked value to be hashed

---------

Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>
2024-06-21 06:46:15 +00:00
dan
bbdbb12944 add FAQ section (#82)
* add FAQ section

* apply review
2024-06-06 05:34:50 +00:00
Hendrik Eeckhaut
38b909c2b3 Improve contrast of text in higlighted cells 2024-05-08 11:44:43 +02:00
Hendrik Eeckhaut
042706b4ff Render drawio diagrams in dark theme (and remove css workaround) 2024-05-08 11:44:43 +02:00
hw
85f5ffb972 Add Swagger UI for API Endpoints (#79)
* Add Swagger UI for API Endpoints

* Update html title

Co-authored-by: Christopher Chong <t.kleinchong@gmail.com>

* Rename swagger.html to notary_server_api.html

* Update link reference

* Update API endpoint description

Co-authored-by: Christopher Chong <t.kleinchong@gmail.com>

* Update swagger style to support darkmode

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>

* Revert swagger style to light mode

---------

Co-authored-by: Christopher Chong <t.kleinchong@gmail.com>
Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-04-16 02:20:00 +08:00
Hendrik Eeckhaut
6cdc2e5d9d WIP: preparing for alpha5 release (#78)
updates for alpha5 release

* updated quickstart
* explicit version in notary server url
* Added alpha5 to notary urls

Co-authored-by: Christopher Chong <t.kleinchong@gmail.com>
2024-04-10 09:17:19 +02:00
Hendrik Eeckhaut
1c2d7b078b Initial documentation for public notary server (notary.pse.dev) (#73)
Documentation for public notary server (notary.pse.dev) and websocket proxy

Co-authored-by: Christopher Chong <t.kleinchong@gmail.com>
2024-04-08 09:39:08 +02:00
Hendrik Eeckhaut
488a0fd53f Updated mdbook to 0.4.37
+ updated mdbook-katex to 0.7.0
+ fixed theme update script
2024-04-03 08:53:21 +02:00
dan
960f727149 DEAP clarify that Enc means encode (#75) 2024-04-03 05:40:30 +00:00
Christopher Chong
9cbbd50933 Update links for notary server and examples in doc (#72)
* Switch notary server openapi link for better UI.

* Switch links with dev branch to main branch.
2024-03-27 15:51:51 +08:00
Hendrik Eeckhaut
708da7010b Added the tlns-js quickstart to the Table Of Contents 2024-02-29 14:11:38 +01:00
Hendrik Eeckhaut
877dcb6b52 doc: Use latest tlsn-extension in quick start 2024-02-29 14:11:38 +01:00
Hendrik Eeckhaut
6d911cd9a8 tlsn-js quick start (#67)
doc: Added tlsn-js quick start
2024-02-27 14:45:25 +01:00
th4s
c25410089e Ignore ROLE setup round (#69) 2024-02-23 10:25:37 +01:00
th4s
9ad8c70486 Improve and correct ghash document (#68)
* Fix round numbers in F_OLE_ROLE and improve notation

* Add zero-check to table and correct bandwidth for F_Beaver

* Fixed round number for protocols.
2024-02-22 10:16:56 +01:00
th4s
1eecad6476 Ole zero check (#61)
* WIP: Adding writeup for ole zero check

- also fixed mistake in ole-flavors

* Added protocol ole-zero steps

* Add first version of zero check

* Fix typo
2024-02-21 09:57:12 +01:00
th4s
fd7d91b3c1 Ghash write-up (#60)
* WIP: Added ghash write-up...

* Add overview ghash.typ

* Fix formatting

* Add analysis of 0 issue in PI_ROLE+OLE
2024-02-21 09:53:43 +01:00
th4s
1b18d08f81 Add fix for ROLE protocol (#65)
* Add fix for ROLE protocol

* Use original construction for ROLE without PRGs.
2024-02-21 08:46:52 +00:00
Hendrik Eeckhaut
ab13b65b18 Use explicit versions in the quick start (#66) 2024-02-19 11:00:16 +01:00
Christopher Chong
db9d486e5f Fix incorrect sequence of local notary server. (#64)
* Update notary server related info.

* Fix incorrect sequence of local notary server.
2024-02-15 22:44:32 +08:00
Christopher Chong
c62299175f Update notary server related info. (#63) 2024-02-15 16:28:57 +08:00
th4s
b2c7047ed4 Add research folder (#59)
* Add research folder

- add M2A and A2M writ-up
- add OLE-flavors write-up

* docs: Improved README

#59

---------

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-02-13 09:35:53 +01:00
Hendrik Eeckhaut
129d306581 Explicity list supported tls versions
#52
2024-01-18 09:19:46 +01:00
Christopher Chong
519b3e0bd3 Fix hosted notary url and update images
Fix notary urls and update images.

#58
2024-01-18 09:10:14 +01:00
Hendrik Eeckhaut
180b669299 Quickstart (#57)
Updated and improved the Quick Start section

Based on the Progcrypto workshop with extra improvements
2024-01-12 13:27:49 +01:00
Hendrik Eeckhaut
21c9ee3d7a Updated theme to v0.4.36 (#56)
+ add script to update the theme automatically
2023-12-27 23:21:14 +01:00
Hendrik Eeckhaut
8a3035cec7 Updated mdbook version to v0.4.36 (#53) 2023-12-26 17:03:37 +01:00
Christopher Chong
e91c13cccb Update notary server readme with more info and correct docker link. (#55) 2023-12-22 01:43:20 +08:00
Christopher Chong
f050becace Merge pull request #51 from tlsnotary/notary-server
Add running notary server instruction.
2023-12-19 13:49:36 +03:00
Christopher Chong
973a67b522 Minor adjustment to instruction. 2023-12-18 16:48:40 +08:00
Christopher Chong
df251f26e9 Update src/developers/notary_server.md
Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2023-12-18 16:40:58 +08:00
Christopher Chong
9851287dd4 Update src/developers/notary_server.md
Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2023-12-18 16:40:17 +08:00
Christopher Chong
d75a6051fc Update src/developers/notary_server.md
Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2023-12-18 16:39:08 +08:00
Christopher Chong
d5a99d9be6 Add more details about key/cert files. 2023-12-18 15:49:16 +08:00