mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 21:17:58 -05:00
tls/: Fix typo in libp2p Public Key Extension (#448)
This commit is contained in:
@@ -74,7 +74,7 @@ In order to prove ownership of its host key, an endpoint sends two values:
|
||||
|
||||
The public host key allows the peer to calculate the peer ID of the peer it is connecting to. Clients MUST verify that the peer ID derived from the certificate matches the peer ID they intended to connect to, and MUST abort the connection if there is a mismatch.
|
||||
|
||||
The peer signs the concatenation of the string `libp2p-tls-handshake:` and the encoded public key that it used to generate the certificate carrying the libp2p Public Key Extension, using its private host key. The public key is encoded as a `SubjectPublicKeyInfo` structure as described in RFC 5280, Section 4.1:
|
||||
The peer signs the concatenation of the string `libp2p-tls-handshake:` and the encoded public key that is used to generate the certificate carrying the libp2p Public Key Extension, using its private host key. The public key is encoded as a `SubjectPublicKeyInfo` structure as described in RFC 5280, Section 4.1:
|
||||
|
||||
```asn1
|
||||
SubjectPublicKeyInfo ::= SEQUENCE {
|
||||
|
||||
Reference in New Issue
Block a user