Bug 191519 - [WebAuthN] Dynamically determine the report id and max report size for hid authenticators
Summary: [WebAuthN] Dynamically determine the report id and max report size for hid au...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 181943
  Show dependency treegraph
 
Reported: 2018-11-11 17:26 PST by Jiewen Tan
Modified: 2018-11-11 17:55 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiewen Tan 2018-11-11 17:26:23 PST
We currently assume report id: 0 and max report size: 64 bytes for all hid authenticators which seems fine according to Chromium's implementation. However, we should actually dynamically determine those values.