Bug 201250 - Remove CCBigNum fallback code
Summary: Remove CCBigNum fallback code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-28 16:32 PDT by Keith Rollin
Modified: 2019-08-29 17:02 PDT (History)
6 users (show)

See Also:


Attachments
Patch (10.09 KB, patch)
2019-08-29 15:47 PDT, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 2019-08-28 16:32:32 PDT
Bug 184637 added support for CCRSAGetCRTComponents, falling back to the older CCBigNum code if CCRSAGetCRTComponents was not available. We now only support OS's that have CCRSAGetCRTComponents so remove the fallback code.
Comment 1 Radar WebKit Bug Importer 2019-08-28 16:32:46 PDT
<rdar://problem/54814330>
Comment 2 Keith Rollin 2019-08-29 15:47:25 PDT
Created attachment 377639 [details]
Patch
Comment 3 Jiewen Tan 2019-08-29 16:09:38 PDT
Comment on attachment 377639 [details]
Patch

LGTM. r=me. Thanks for making the change.
Comment 4 WebKit Commit Bot 2019-08-29 17:02:18 PDT
Comment on attachment 377639 [details]
Patch

Clearing flags on attachment: 377639

Committed r249302: <https://trac.webkit.org/changeset/249302>
Comment 5 WebKit Commit Bot 2019-08-29 17:02:20 PDT
All reviewed patches have been landed.  Closing bug.