Skip to content

Commit

Permalink
RS-000: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jul 19, 2024
1 parent 9e223c7 commit 8de0308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs000-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ When fulfilling cargo collection requests, Internet gateways MUST check if their

Similarly, a private gateway MUST process the certificate contained in a GCR message following the rules defined in [RS-002](./rs002-pki.md#certificate-rotation).

Internet gateways MUST ignore any GCR received from a peer, as that not supported.
Internet gateways MUST ignore any GCR received from a peer, as that is not supported.

A GCR message MUST be serialized as a `CertificateRotation` message defined in [RS-002](./rs002-pki.md#certificate-rotation).

Expand Down Expand Up @@ -227,7 +227,7 @@ Where:

- `internetAddress` is the Internet address of the node.
- `identityPublicKey` is the DER serialization of the public key in the node's identity key pair per [RS-002](./rs002-pki.md).
- `sessionPublicKey` represents the node's session key pair per [RS-003](./rs003-key-agreement.md). This sequence is further defined as follows:
- `sessionKey` represents the node's session key pair per [RS-003](./rs003-key-agreement.md). This sequence is further defined as follows:
- `id`: the unique identifier of the key pair.
- `publicKey`: the DER serialization of the public key.

Expand Down

0 comments on commit 8de0308

Please sign in to comment.