Bug 189428 - Add stub implementation of SSLKeyGenerator
Summary: Add stub implementation of SSLKeyGenerator
Status: RESOLVED DUPLICATE of bug 191428
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords:
Depends on:
Blocks: 189418
  Show dependency treegraph
 
Reported: 2018-09-07 12:27 PDT by Don Olmstead
Modified: 2018-12-06 09:12 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.40 KB, patch)
2018-09-07 12:30 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2018-09-07 12:27:04 PDT
Currently the SSLKeyGeneratorGlib.cpp implementation does nothing. This should just be a None implementation.
Comment 1 Don Olmstead 2018-09-07 12:30:08 PDT
Created attachment 349178 [details]
Patch
Comment 2 Don Olmstead 2018-09-07 12:36:13 PDT
Getting bit by unified sources rotating here.....
Comment 3 Ryosuke Niwa 2018-09-07 13:25:39 PDT
Comment on attachment 349178 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=349178&action=review

> Source/WebCore/ChangeLog:13
> +        * platform/none/SSLKeyGeneratorNone.cpp: Renamed from Source/WebCore/platform/glib/SSLKeyGeneratorGLib.cpp.

Stub / platform-independent version should be placed at platform/SSLKeyGenerator.cpp
Comment 4 Don Olmstead 2018-12-06 09:12:02 PST

*** This bug has been marked as a duplicate of bug 191428 ***