Bug 124261 - Disable WebCrypto on Mountain Lion
Summary: Disable WebCrypto on Mountain Lion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 122679
  Show dependency treegraph
 
Reported: 2013-11-12 21:54 PST by Alexey Proskuryakov
Modified: 2013-11-12 23:22 PST (History)
1 user (show)

See Also:


Attachments
patch for landing (7.47 KB, patch)
2013-11-12 22:03 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-11-12 21:54:23 PST
Looks like we can't use CommonCrypto with RSA on 10.8:

- CCRSACryptorGetPublicKeyFromPrivateKey is not exported;
- CCRSACryptorGeneratePair corrupts memory.

Let's just disable WebCrypto on 10.8 for now.
Comment 1 Alexey Proskuryakov 2013-11-12 22:03:38 PST
Created attachment 216768 [details]
patch for landing
Comment 2 WebKit Commit Bot 2013-11-12 23:22:46 PST
Comment on attachment 216768 [details]
patch for landing

Clearing flags on attachment: 216768

Committed r159179: <http://trac.webkit.org/changeset/159179>
Comment 3 WebKit Commit Bot 2013-11-12 23:22:47 PST
All reviewed patches have been landed.  Closing bug.