[Webkit-unassigned] [Bug 261106] New: [GTK] Refactoring: split up OKP key generation operation for Ed25519 and X25519

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 4 02:37:49 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=261106

            Bug ID: 261106
           Summary: [GTK] Refactoring: split up OKP key generation
                    operation for Ed25519 and X25519
           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

The GCrypt implementation of the OKP key uses the same method for the key generation operation of both Ed25519 and X25519 algorithms. Since we may want to implement other algorithms (eg Ed488 and X488) that uses the OKP key, it's better to have independent methods for each algorithm.

-- 
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/20230904/77e3ff2d/attachment.htm>


More information about the webkit-unassigned mailing list