Re: Evaluating adding JOSE and JWS to mozilla-central

2014-08-13 Thread Frederik Braun
Well there is which does JWS. It is available in privileged JS through jwcrypto.jsm (i.e. resource://gre/modules/identity/jwcrypto.jsm). There's some code usage for these things in the MobileIdentityManager, Webapps and Payments jsms. On 12.08.2014 19:22, Gr

Re: Evaluating adding JOSE and JWS to mozilla-central

2014-08-12 Thread rbarnes
On Tuesday, August 12, 2014 1:22:28 PM UTC-4, Gregory Szorc wrote: > The possibility of using JavaScript Object Signing and Encryption (JOSE) > > - specifically the verification part of the JSON Web Signature (JWS) > > component - came up as part of planning a JavaScript-based feature I'm > >

Re: Evaluating adding JOSE and JWS to mozilla-central

2014-08-12 Thread Martin Thomson
+rbarnes is responsible for adding WebCrypto, which includes some JOSE features. On 2014-08-12, at 10:22, Gregory Szorc wrote: > The possibility of using JavaScript Object Signing and Encryption (JOSE) - > specifically the verification part of the JSON Web Signature (JWS) component > - came up