Skip to content

Commit

Permalink
RS-003: Minor rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Dec 10, 2019
1 parent 69fe4d6 commit c08ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs003-key-agreement.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The recipient Y MUST follow the following process when receiving a subsequent me

The recipient of the initial message MUST issue and distribute its initial DH key K<sub>b,1</sub><sup>public</sup> as an X.509 v3 certificate where:

- `subject` (Distinguished Name) SHOULD be that of the recipient's [PKI](rs002-pki.md) certificate as that might be useful for debugging purposes.
- `subject` (Distinguished Name) SHOULD match that of the recipient's [PKI](rs002-pki.md) certificate.
- `subjectPublicKeyInfo`:
- `algorithm` MUST be a valid key exchange algorithm per [RS-018](rs018-algorithms.md). If the algorithm is DH (OID `1.2.840.113549.1.3.1`), then `algorithmParameters` MUST be set to `PKIKeyAgreementDHParams` as defined in the ASN.1 code below:
```
Expand Down

0 comments on commit c08ed00

Please sign in to comment.