Skip to content

Commit

Permalink
fix proper subset tweak (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Liao committed Sep 1, 2017
1 parent 5e0dbe0 commit 14c2733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2022,8 +2022,8 @@ When registering a new credential, represented by a {{AuthenticatorAttestationRe
4. Verify that the {{CollectedClientData/tokenBindingId}} in |C| matches the [=Token Binding ID=] for the TLS connection over
which the attestation was obtained.

5. Verify that the {{CollectedClientData/clientExtensions}} in |C| is a proper subset of the extensions requested by the RP
and that the {{CollectedClientData/authenticatorExtensions}} in |C| is also a proper subset of the extensions requested by
5. Verify that the {{CollectedClientData/clientExtensions}} in |C| is a subset of the extensions requested by the RP
and that the {{CollectedClientData/authenticatorExtensions}} in |C| is also a subset of the extensions requested by
the RP.

6. Compute the hash of {{AuthenticatorResponse/clientDataJSON}} using the algorithm identified by
Expand Down Expand Up @@ -2104,8 +2104,8 @@ When verifying a given {{PublicKeyCredential}} structure (|credential|) as part
6. Verify that the {{CollectedClientData/tokenBindingId}} member of |C| (if present) matches the [=Token Binding ID=] for the
TLS connection over which the signature was obtained.

7. Verify that the {{CollectedClientData/clientExtensions}} member of |C| is a proper subset of the extensions requested by the
[=[RP]=] and that the {{CollectedClientData/authenticatorExtensions}} in |C| is also a proper subset of the extensions
7. Verify that the {{CollectedClientData/clientExtensions}} member of |C| is a subset of the extensions requested by the
[=[RP]=] and that the {{CollectedClientData/authenticatorExtensions}} in |C| is also a subset of the extensions
requested by the [=[RP]=].

8. Verify that the [=RP ID=] hash in |aData| is the SHA-256 hash of the [=RP ID=] expected by the [=[RP]=].
Expand Down

0 comments on commit 14c2733

Please sign in to comment.