[Webkit-unassigned] [Bug 261550] New: [WebCrypto] Refactoring: Add checks for supported algorithms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 14 00:54:30 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261550
Bug ID: 261550
Summary: [WebCrypto] Refactoring: Add checks for supported
algorithms
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jfernandez at igalia.com
We have several functions using if/then/else clauses and ternary operators to reuse the logic structure between several algorithms that use the OKP keys (eg, Curve25519 and Curve488).
While it's not a big deal for Curve25519, since we are talking just about 2 algorithms, it may become a problem if we want to add support for Curve488 in the future.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230914/cab60d4d/attachment-0001.htm>
More information about the webkit-unassigned
mailing list