[webkit-changes] [WebKit/WebKit] 66b962: [WebAuthn] Implement required CTAP code for SetPin...

Abigail Fox noreply at github.com
Fri Feb 9 13:59:52 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 66b962b5ff82157ee64fc493c0dfb2d340c3bda2
      https://github.com/WebKit/WebKit/commit/66b962b5ff82157ee64fc493c0dfb2d340c3bda2
  Author: Abigail Fox <abigail_fox at apple.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M Source/WebCore/Modules/webauthn/fido/Pin.cpp
    M Source/WebCore/Modules/webauthn/fido/Pin.h
    M Tools/TestWebKitAPI/Tests/WebCore/CtapPinTest.cpp

  Log Message:
  -----------
  [WebAuthn] Implement required CTAP code for SetPinRequest
https://bugs.webkit.org/show_bug.cgi?id=268871
rdar://113573055

Reviewed by Pascoe.

Implement the required CTAP code to create a SetPinRequest and associated test

* Source/WebCore/Modules/webauthn/fido/Pin.cpp:
(fido::pin::SetPinRequest::SetPinRequest):
(fido::pin::SetPinRequest::sharedKey const):
(fido::pin::SetPinRequest::tryCreate):
(fido::pin::encodeAsCBOR):
* Source/WebCore/Modules/webauthn/fido/Pin.h:
* Tools/TestWebKitAPI/Tests/WebCore/CtapPinTest.cpp:
(TestWebKitAPI::TEST):

Canonical link: https://commits.webkit.org/274385@main




More information about the webkit-changes mailing list