- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 May 2025 12:08:28 +0000
- To: public-webauthn@w3.org
emlun has just closed emlun's pull request 2281 for https://github.com/w3c/webauthn:
== Add script used to generate PRF test vectors ==
#2209 added test vectors, including some for the PRF extension, and I said that:
>I plan to also share the code used to generate these, but I needed to patch some of the libraries I used, so I need to resolve that first.
The PRF (mostly `hmac-secret` actually) test vectors don't need any patches to upstream libraries, so this PR adds a cleaned-up version of the script used to generate them.
This also revealed a mistake in the documentation of how the `salt_enc` IV values were generated: the were generated with seed suffixes `0x06` and `0x07`, not `0x07` and `0x08`. Commit 946490376a44df546c6745f2d17d5dbe5aa3089c first fixes the description to match the test vectors, and commit 87cab44efad607ee370416f4cf517eb77f28d632 then reverts to the original description and instead updates the test vectors to match.
<!--
This comment and the below content is programmatically generated.
You may add a comma-separated list of anchors you'd like a
direct link to below (e.g. #idl-serializers, #idl-sequence):
Don't remove this comment or modify anything below this line.
If you don't want a preview generated for this pull request,
just replace the whole of this comment's content by "no preview"
and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/2281.html" title="Last updated on Apr 25, 2025, 1:06 PM UTC (87cab44)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/2281/43b55de...87cab44.html" title="Last updated on Apr 25, 2025, 1:06 PM UTC (87cab44)">Diff</a>
See https://github.com/w3c/webauthn/pull/2281
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 6 May 2025 12:08:29 UTC