- From: Nick Steele <noreply@github.com>
- Date: Wed, 09 Oct 2024 11:14:23 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/main
Home: https://github.com/w3c/webauthn
Commit: 37dacdae7de4a08b08b99a10843c37fb7babb418
https://github.com/w3c/webauthn/commit/37dacdae7de4a08b08b99a10843c37fb7babb418
Author: Emil Lundberg <emil@yubico.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M index.bs
Log Message:
-----------
Add test vectors for PRF extension
Commit: ebfe871f78f5d5be6cefecabf5a723b119dacae2
https://github.com/w3c/webauthn/commit/ebfe871f78f5d5be6cefecabf5a723b119dacae2
Author: Emil Lundberg <emil@yubico.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M index.bs
Log Message:
-----------
Use <xmp> instead of <pre>, fixing CDDL highlighting
Using <pre> causes some single quotes in the CDDL examples to be converted into
"’" (U+2019) instead of "'" (U+0027), which is incorrect CDDL and also breaks
the CDDL syntax highlighting.
See the [Bikeshed documentation][1] for more on using `<xmp>`.
[1]: https://speced.github.io/bikeshed/#xmp
Commit: c2395cbbb6351654ef1a2d40ceba252ca73d4683
https://github.com/w3c/webauthn/commit/c2395cbbb6351654ef1a2d40ceba252ca73d4683
Author: Emil Lundberg <emil@yubico.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M index.bs
Log Message:
-----------
Use 0x0a instead of 0x10 as 11th test vector PRNG index
Commit: b953fed1340f3c97096444960c6107c07cebb442
https://github.com/w3c/webauthn/commit/b953fed1340f3c97096444960c6107c07cebb442
Author: Emil Lundberg <emil@yubico.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M index.bs
Log Message:
-----------
Fix order of middle bytes in Uint32Array example
Commit: a23151753ccc9857a00831250b196828c84907e3
https://github.com/w3c/webauthn/commit/a23151753ccc9857a00831250b196828c84907e3
Author: Emil Lundberg <emil@yubico.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M index.bs
Log Message:
-----------
Escape single quote in CDDL-style byte string literal in <code>
Commit: d9204428c6d92ec1a0712110939cdf8156bc1818
https://github.com/w3c/webauthn/commit/d9204428c6d92ec1a0712110939cdf8156bc1818
Author: Nick Steele <344821+nicksteele@users.noreply.github.com>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #2174 from w3c/issue-2088-prf-test-vectors
Add test vectors for PRF extension
Compare: https://github.com/w3c/webauthn/compare/cfa73332d4ae...d9204428c6d9
To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications
Received on Wednesday, 9 October 2024 18:14:27 UTC