Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test vectors #2209

Merged
merged 6 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add blurb about why PRF test vectors have two sections
  • Loading branch information
emlun committed Nov 20, 2024
commit 643273b0c000051fe42d9ba1e9d76675352e14bc
8 changes: 8 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
@@ -55,7 +55,9 @@ Text Macro: RPS Relying Parties
Text Macro: INFORMATIVE <em>This section is not normative.</em>
Text Macro: TRUE <code>true</code>
Text Macro: WAA WebAuthn Authenticator
Text Macro: WAAS WebAuthn Authenticator
Text Macro: WAC WebAuthn Client
Text Macro: WACS WebAuthn Clients
Text Macro: WRP WebAuthn Relying Party
Text Macro: WRPS WebAuthn Relying Parties
Text Macro: CREATE-METHOD-ARGS (origin, options, sameOriginWithAncestors)
@@ -9551,6 +9553,12 @@ This section lists example values for [=WebAuthn extensions=].

This section lists example values for the pseudo-random function ([=prf=]) extension.

Because the [=prf=] extension integrates with the CTAP2 `hmac-secret` extension [[FIDO-CTAP]],
the examples are divided into two sections:
example inputs and outputs for the WebAuthn [=prf=] extension, relevant to [=[WACS]=] and [=[WRPS]=];
and example mappings between the WebAuthn [=prf=] extension and the CTAP2 `hmac-secret` extension,
relevant to [=[WACS]=] and [=[WAAS]=].


#### Web Authentication API #### {#test-vectors-extensions-prf-webauthn}