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

webrtc: Don't use multihash for noise prologue #3

Open
wants to merge 1 commit into
base: webrtc
Choose a base branch
from
Open
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
3 changes: 1 addition & 2 deletions webrtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ After [Connection Establishment](#connection-establishment):
specifically _A_ and _B_ set the Noise _Prologue_ to
`libp2p-webrtc-noise:<FINGERPRINTS>` before starting the actual Noise
handshake. `<FINGERPRINTS>` is the concatenation of the two TLS fingerprints
of _A_ and _B_ in their multihash byte representation, sorted in ascending
order.
of _A_ and _B_ sorted in ascending order.

On Chrome _A_ can access its TLS certificate fingerprint directly via
`RTCCertificate#getFingerprints`. Firefox does not allow _A_ to do so. Browser
Expand Down