Commit Graph

800 Commits

Author SHA1 Message Date
Marco Munizaga
1d35258ec1 Drop peer-id parameter. Only public keys 2024-08-27 10:59:14 -07:00
Marco Munizaga
d5ec85ae2d Wordsmithing 2024-08-26 17:43:29 -07:00
Marco Munizaga
a1091a4371 Address PR comments 2024-08-21 12:41:50 -07:00
Marco Munizaga
f97e5966f6 Fix table 2024-07-08 14:56:44 -07:00
Marco Munizaga
ccec98035e Rename origin to hostname 2024-07-02 14:26:28 -07:00
Marco Munizaga
f56e82d2c5 Reword 2024-07-02 14:19:24 -07:00
Marco Munizaga
45006f17d2 Comment out parts I want to reword 2024-06-29 12:20:45 -07:00
Marco Munizaga
1f1d05ccb9 Add overview, add parameter table 2024-06-29 12:19:19 -07:00
Marco Munizaga
6c733c4925 Wordsmithing 2023-08-08 12:31:58 -07:00
Marco Munizaga
7bfd2aef7c PR comments 2023-08-08 12:27:52 -07:00
Marco Munizaga
abd08f2ed5 Allow for using an server-encrypted value as challenge-client 2023-08-07 16:53:53 -07:00
Marco Munizaga
43a1c721cc A single auth scheme 2023-08-07 16:44:46 -07:00
Marco Munizaga
4af03c4fe7 Include message to sign example. Add bearer token info 2023-08-04 14:52:58 -07:00
Marco Munizaga
e3460e239f Add http peer id auth 2023-08-02 14:27:50 -07:00
Marco Munizaga
877899db82 Remove SNI and token from extensions 2023-08-02 14:18:51 -07:00
Marco Munizaga
4a03bb0f88 Reword Namespace section a bit 2023-08-02 10:36:13 -07:00
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