Re: Web Cryptography API

2019-12-19 Thread Franziskus Kiefer
Hi Jason, which webcrypto features do you need? Firefox supports WebCrypto [1]. You can check out what's supported here [2]. Cheers [1] https://bugzilla.mozilla.org/show_bug.cgi?id=865789 [2] https://diafygi.github.io/webcrypto-examples/ On Fri, Dec 20, 2019 at 12:05 AM Jason Pyeron wrote: >

Web Cryptography API

2019-12-19 Thread Jason Pyeron
In our product backlog we have items that require the Web Cryptography API [2] to integrate with the OS provided crypto providers. Since these features [1] to not seem to be available in FF yet, we are thinking about taking a crack at a patch [3] or extension [4] to add the missing API support. Whe