Bug 124249 - [Mountain Lion] WebCrypto RSA key algorithm descriptions are incomplete
Summary: [Mountain Lion] WebCrypto RSA key algorithm descriptions are incomplete
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-12 16:59 PST by Alexey Proskuryakov
Modified: 2013-11-12 23:28 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-11-12 16:59:39 PST
Looks like Mountain Lion doesn't support CCRSACryptorGetPublicKeyFromPrivateKey, so the code we have to get public exponent from private keys doesn't work.
Comment 1 Alexey Proskuryakov 2013-11-12 23:28:20 PST
Disabled WebCrypto on 10.8 in bug 124261. Making it work would be a separate effort, as we may even need to use a different API, so tracking this individual bug is not meaningful.