[Webkit-unassigned] [Bug 173541] New: RTCPeerConnection.generateCertificate is not a function
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 19 01:17:08 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=173541
Bug ID: 173541
Summary: RTCPeerConnection.generateCertificate is not a
function
Product: WebKit
Version: Safari Technology Preview
Hardware: Macintosh
OS: macOS 10.12
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tim at pi.pe
Current webRTC spec https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-generatecertificate has a function for generating certificates that can be re-used
on subsequent webRTC calls to the same site. This provides some additional identity and security management options which we leverage.
This function is missing in Safari technology preview 33.
You can verify this bug by browsing to https://pi.pe/iot/fclaim.html and seeing that the javascript console contains the following error:
TypeError: RTCPeerConnection.generateCertificate is not a function. (In 'RTCPeerConnection.generateCertificate(certParams)', 'RTCPeerConnection.generateCertificate' is undefined)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170619/5cac77ba/attachment.html>
More information about the webkit-unassigned
mailing list