Commit Graph

784 Commits

Author SHA1 Message Date
Marco Munizaga
71415b0120 Add SNI and HTTP_libp2p_token to Noise extensions 2023-07-19 14:01:04 -07:00
Marco Munizaga
8fbd64a362 Specify IX vs NX in auth scheme 2023-07-19 13:56:46 -07:00
Marco Munizaga
d0f0d93b48 Grammar fix 2023-07-17 15:56:06 -07:00
Marco Munizaga
1e8796035e Define where the libp2p-token will be 2023-07-17 15:53:30 -07:00
Marco Munizaga
f96359b63d Lidel suggestions 2023-07-17 15:50:04 -07:00
Marco Munizaga
3014b22527 Grammar fixes 2023-07-17 15:47:39 -07:00
Marco Munizaga
a25267bea6 Add mermaid diagrom for HTTP semantics vs transport 2023-07-17 15:41:01 -07:00
Marco Munizaga
454e25c6c2 Use metadata map and call it protocols 2023-07-17 14:56:35 -07:00
Marco Munizaga
c7c9c432d4 Add thomas 2023-07-17 14:56:21 -07:00
Marco Munizaga
6319458d74 Formatting 2023-07-17 14:46:04 -07:00
Marco Munizaga
db2b3b5492 Update http/README.md
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2023-07-17 14:05:23 -07:00
Marco Munizaga
7e5a077a50 Add lidel to interest group 2023-07-14 15:26:39 -07:00
Marco Munizaga
ebe612ca81 Add note about how this is just one possible auth mechanism 2023-07-10 11:18:41 -07:00
Marco Munizaga
46d1857a94 Merge pull request #556 from libp2p/marco/http-update
HTTP: Reformat the spec from the Point of View of an implementer + Peer ID Auth
2023-07-10 11:02:43 -07:00
Marco Munizaga
dd5d07c7b3 Merge comments 2023-07-10 11:01:50 -07:00
Marco Munizaga
3681472fc5 Add link 2023-07-07 15:23:03 -07:00
Marco Munizaga
946f51601f Reformat the spec from the Point of View of an implementer 2023-07-07 15:10:56 -07:00
Marco Munizaga
d50614581a Merge pull request #529 from libp2p/http-well-known-configuration
http: use .well-known/libp2p.json for configuration
2023-06-01 11:45:54 -07:00
Marten Seemann
8a57943a15 http: nest libp2p.json config to allow for future configuration 2023-03-03 12:08:11 +13:00
Marten Seemann
b6c1bc2072 http: use .well-known/libp2p.json for configuration 2023-03-02 15:06:05 -08:00
Marten Seemann
5398f5dfd8 fix a few typos
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-02-13 20:58:08 -08:00
Marten Seemann
146c09a6eb better motivation for libp2p+HTTP (#515)
* better motivation for libp2p+HTTP

* incorporate review feedback
2023-02-13 20:52:34 -08:00
Marten Seemann
12f86b88a1 require client to authenticate the server when doing client auth 2023-01-29 22:20:31 +13:00
Marten Seemann
1f075f6030 2nd attempt for server auth 2023-01-29 22:18:24 +13:00
Marten Seemann
bc1aa59218 add HTTP spec 2023-01-22 14:34:53 +13:00
Marten Seemann
76ccc4fabb add a basic QUIC spec (#499)
* add a basic QUIC spec

* fix spec status

Co-authored-by: Max Inden <mail@max-inden.de>

* specify ALPN and link to libp2p TLS

* add link to QUIC spec to README

Co-authored-by: Max Inden <mail@max-inden.de>
2023-01-05 14:53:35 -08:00
Danny Salman
ae6399b1e7 chore(rendezvous): Typo in rendezvous TTL upper-bound + writing style updates (#490) 2022-12-14 17:11:30 +01:00
Danny Salman
946441e549 minor tweak to lifestyle doc phrase (#494) 2022-12-14 17:09:28 +01:00
Danny Salman
3fe53ec835 ping(fix): update type and enhance content (#493) 2022-12-14 17:07:35 +01:00
julian88110
41d5104513 Muxer selection in security handshake (#446)
* Muxer selection in security handshake spec

* Add cross version and security sections

* Add security and more sections

* Address review feedback points, add protobuf.

* Address some more review points.

Update Noise handshake section, Revise muxer string in examples.

* Correct some typos

* Address feedback points and update noise section

* update Noise extention protobuf

* Remove TBD item

* Remove some redandant info

* add alternative options considered

* Update noise registration with NoiseExtensions field for muxers.

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Max Inden <mail@max-inden.de>

* Revise noise handshake section to reflect early data carrier msg change.

* Correct sequence example in noise handshake

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* replace nextproto with ALPN extension

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* Update title

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* address some review points

* Revise some typos

* Revise the Noise selection process so that the selection of muxer is based on the responder's priority
and fix some typos

* Editorial

* formatting

* Update muxer-sel-in-sec-handshake.md

* Update muxer-sel-in-sec-handshake.md

* Update muxer-sel-in-sec-handshake.md

Consolidate some sections and clarify backward compatibility section.

* Consolidate some sections again and simplify some descriptiosn.

* remove accidentally checked file

* Editorial changes

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* Update connections/muxer-sel-in-sec-handshake.md

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* Apply some suggestions from code review

* add myself to list of authors

* rewrite the Security section

* use the client's preference in Noise

* rename document, link to it from connections README

* remove section describing current muxer selection

* remove repetitive section introducing muxer selection

* improve TLS section

* condense Noise section

* Apply suggestions from code review

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

* bump revisions

* Apply suggestions from code review

Co-authored-by: Elena Frank <elena.frank@protonmail.com>

Co-authored-by: Max Inden <mail@max-inden.de>
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>
Co-authored-by: Elena Frank <elena.frank@protonmail.com>
2022-12-12 13:18:38 -08:00
Yiannis Psaras
9a646c0283 kad-dht/: Recommend new values for Provider Record Republish and Expiration (#451)
Recommend new values for provider record republish and expiration (22h/48h) based on request-for-measurement 17 results.

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-12-12 21:00:46 +01:00
Prithvi Shahi
cfcf0230b2 chore: update lifecycle and maturity (#484) 2022-11-27 18:35:02 -08:00
vyzo
8586d46d5f Merge pull request #486 from gossipsubfm/patch-1
Add link to formal specification of GossipSub
2022-11-28 04:25:37 +02:00
GossipSub FM
b62e9b3bdd Add link to formal specification of GossipSub
The added link goes to a full formal specification for GossipSub provided in ACL2s, an automated theorem proving environment.
2022-11-27 17:03:18 -07:00
Prithvi Shahi
0ee005fa52 chore: proposal to update WebRTC Browser to Server to Candidate Recommendation (#482) 2022-11-22 18:06:00 -08:00
Marco Munizaga
a2e37364c1 Merge pull request #473 from libp2p/marco/spec-ping
Add ping spec
2022-11-15 07:41:20 -08:00
Marco Munizaga
bdbb9a1fa7 Update ping/ping.md
Co-authored-by: Max Inden <mail@max-inden.de>
2022-11-15 07:41:00 -08:00
João Oliveira
29a6b49df8 mdns: fix typo in spec (#476) 2022-11-09 15:23:25 -08:00
Max Inden
e74a82bba0 webrtc/: Add libp2p WebRTC browser-to-server spec (#412)
Enable browsers to connect to public server nodes without those server nodes
providing a TLS certificate within the browser's trustchain.

Co-authored-by: Chinmay Kousik <chinmaykousik1@gmail.com>
Co-authored-by:  Anton Kaliaev
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
2022-11-09 06:10:40 -05:00
Marco Munizaga
a26355033a Fix double space 2022-11-05 05:46:40 -07:00
Marco Munizaga
8af5686ad9 More precise language 2022-11-05 05:45:03 -07:00
Marco Munizaga
8383370a89 Add ping spec 2022-11-04 17:55:21 -07:00
Prithvi Shahi
ede944a96f roadmap: add core tenets, move Wasm to short term goals (#470) 2022-10-20 09:57:54 -07:00
Marten Seemann
287a4d7137 roadmap: rewrite the telemetry section (#463) 2022-10-12 13:18:34 -07:00
Marten Seemann
e93e7eb7de readme: add WebTransport to list of protocols (#468) 2022-10-12 13:16:36 -07:00
Marten Seemann
2e4c260d30 roadmap: rewrite the section about efficient handshakes (#461)
* roadmap: rewrite the section about efficient handshakes

* fix typos

Co-authored-by: Max Inden <mail@max-inden.de>
Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

Co-authored-by: Max Inden <mail@max-inden.de>
Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>
2022-10-12 12:54:09 -07:00
Marten Seemann
47da09e760 webtransport: fix interest group links, add Elena (#467)
* webtransport: fix link to GitHub profiles

* webtransport: add Elena to interest group
2022-10-12 12:53:07 -07:00
Marten Seemann
12f9a31c00 add a WebTransport spec (#404)
* add a draft for the WebTransport spec

* describe the HTTP endpoint

* improve introduction

Co-authored-by: Melanie Riise <mark.riise26@gmail.com>

* use Noise to check end-to-end encryption of the WebTransport connection

* define protobuf to encode certificate hashes

* use a separate multiaddr component for certificate hashes

* remove server mode using CA signed certificates

* apply suggestions from code review

Co-authored-by: Marcin Rataj <lidel@lidel.org>
Co-authored-by: Max Inden <mail@max-inden.de>

* webtransport: move certhash verification to the client (#455)

* webtransport: remove confusion around Noise handshake completion

* webtransport: update certificate generation logic

* webtransport: link to Noise Extensions spec

* webtransport: move spec to Candidate Recommendation

* webtransport: remove misleading mention of hole punching

* webtransport: fix typos

* webtransport: add interest group

* webtransport: add link to Firefox meta-issue

* webtransport: soften language around URL multiaddr encoding

* webtransport: clarify that WebTransport over HTTP/3 is meant

* webtransport: fix typo

Co-authored-by: Elena Frank <elena.frank@protonmail.com>

* webtransport: clarify certificate regeneration logic

* webtransport: fix typos

Co-authored-by: Elena Frank <elena.frank@protonmail.com>

* webtransport: allow use of CA-signed certificates

* address minor issues raised in code review

* clarify that servers with a CA-signed certificate don't use /certhash

Co-authored-by: Melanie Riise <mark.riise26@gmail.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
Co-authored-by: Max Inden <mail@max-inden.de>
Co-authored-by: Elena Frank <elena.frank@protonmail.com>
2022-10-12 12:21:27 -07:00
Thomas Eizinger
106b4ad5a3 tls: Add test vectors for TLS spec (#464) 2022-10-04 12:12:22 +01:00
Marten Seemann
87d721379a roadmap: remove browser use cases (#462) 2022-10-03 05:11:19 -07:00