Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bbd59e8261407720117c25027d49f46c59097b3f
      
https://github.com/WebKit/WebKit/commit/bbd59e8261407720117c25027d49f46c59097b3f
  Author: Nitin Mahendru <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M Source/WebCore/Modules/webauthn/AuthenticatorAttestationResponse.cpp
    M Source/WebCore/Modules/webauthn/fido/Pin.cpp

  Log Message:
  -----------
  Enable CryptoKit for Auth use cases.
https://bugs.webkit.org/show_bug.cgi?id=277180
rdar://132602817

Reviewed by Pascoe.

public-key-credential-create-success-local.https.html was failing as we were 
trying to use a non CryptoKit
key getter with a CryptoKit key.
With this PR we fix that by enabling CryptoKit for this specific instance also.
This was missed in (281139@main) when we enabled CryptoKit.

* Source/WebCore/Modules/webauthn/AuthenticatorAttestationResponse.cpp:
(WebCore::AuthenticatorAttestationResponse::getPublicKey const):
* Source/WebCore/Modules/webauthn/fido/Pin.cpp:
(fido::pin::makePinAuth):
(fido::pin::SetPinRequest::tryCreate):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to