Bug 124261

Summary: Disable WebCrypto on Mountain Lion
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 122679    
Attachments:
Description Flags
patch for landing none

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.