[Webkit-unassigned] [Bug 129127] New: JWK export should be padded to 8*n bytes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 20 16:10:07 PST 2014


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

           Summary: JWK export should be padded to 8*n bytes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
            Blocks: 122679


As AES-KW can only wrap keys that are 8*n bytes bytes long, wrapping a CryptoKey in JWK format is only possible when the exported key happens to be of that size.

See <https://www.w3.org/Bugs/Public/show_bug.cgi?id=24457>. We should probably wait to see if a particular form of padding gets prescribed.

When done, we should re-add a subtest to crypto/subtle/aes-kw-wrap-unwrap-aes.html that was removed in <http://trac.webkit.org/r163244>.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list