Skip to content

Commit

Permalink
fixup fig 2, further polish
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed May 15, 2017
1 parent 99a0e0c commit e08b4ea
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 6 deletions.
289 changes: 286 additions & 3 deletions images/fido-signature-formats-figure2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1510,10 +1510,10 @@ When this method is invoked, the [=authenticator=] must perform the following pr
- Prompt the user to select a [=public key credential|credential=] from among the above list. Obtain [=user consent=] for using
this [=public key credential|credential=]. The prompt for obtaining this [=user consent|consent=] may be shown by the
[=authenticator=] if it has its own output capability, or by the user agent otherwise.
- Process all the supported extensions requested by the client, and generate the [=authenticator data=] without
[=attestation data=] as specified in [[#sec-authenticator-data]]. Concatenate this [=authenticator data=] with the [=hash of
- Process all the supported extensions requested by the client, and generate the [=authenticator data=] as specified in
[[#sec-authenticator-data]], though without [=attestation data=]. Concatenate this [=authenticator data=] with the [=hash of
the serialized client data=] to generate an [=assertion signature=] using the [=credential private key|private key=] of the
selected [=public key credential|credential=] [as shown in Figure 2, below](#fig-signature). A simple, undelimited
selected [=public key credential|credential=] as shown in [Figure 2](#fig-signature), below. A simple, undelimited
concatenation is safe to use here because the [=authenticator data=] describes its own length. The [=hash of the serialized
client data=] (which potentially has a variable length) is always the last element.
- If any error occurred while generating the [=assertion signature=], return an error code equivalent to "{{UnknownError}}" and
Expand Down

0 comments on commit e08b4ea

Please sign in to comment.