[webrtc-pc] Alternative storage for RTCCertificates needed (#2944)

steely-glint has just created a new issue for https://github.com/w3c/webrtc-pc:

== Alternative storage for RTCCertificates needed ==
> This option allows applications to establish key continuity. An [RTCCertificate](https://w3c.github.io/webrtc-pc/#dom-rtccertificate) can be persisted in [[INDEXEDDB](https://w3c.github.io/webrtc-pc/#bib-indexeddb)] and reused. Persistence and reuse also avoids the cost of key generation.

Due to fingerprinting concerns the lifespan of IndexedDb may be significantly shorter than the certificate expiry. (Safari: 1 week vs 1 year). It would be useful to have an alternative way to persist RTCCertificates that at least matched the expiry.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2944 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 26 February 2024 15:12:11 UTC