[Webkit-unassigned] [Bug 151308] New: Not possible to import RSA-OAEP keys with hash: {name: "SHA-256"}

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 08:49:15 PST 2015


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

            Bug ID: 151308
           Summary: Not possible to import RSA-OAEP keys with hash: {name:
                    "SHA-256"}
    Classification: Unclassified
           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: roustem at agilebits.com

When trying to import RSA-OAEP private key with hash parameter == SHA-256, the result uses SHA-1 instead.


IMPORTING KEY:  
Uint8Array [123, 34, 97, 108, 103, 34, 58, 34, 82, 83, …] 
Object
hash: {name: "SHA-256"}
modulusLength: 2048
name: "RSA-OAEP"
publicExponent: Uint8Array [1, 0, 1] 

IMPORTED KEY: 
algorithm: {name: "RSA-OAEP", modulusLength: 2048, publicExponent: Uint8Array [1, 0, 1], hash: {name: "SHA-1"}}
extractable: true
type: "private"
usages: ["decrypt"]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151116/baf1b88b/attachment.html>


More information about the webkit-unassigned mailing list