[Acme] [ACME][QUESTION] Mac Based Algorithm Verfication

2017-12-08 Thread Praveen Sharma
Hi Devs, How to verify that the provided algorithm is MAC based algorithm using any node module? Thanks -- *Praveen Sharma* | Enterprise Software Engineer HotWax Systems

Re: [Acme] [ACME][QUESTION] Mac Based Algorithm Verfication

2017-12-08 Thread Ilari Liusvaara
On Fri, Dec 08, 2017 at 01:44:14PM +0530, Praveen Sharma wrote: > Hi Devs, > > How to verify that the provided algorithm is MAC based algorithm using any > node module? > Don't know about Node modules (maybe whatever JOSE module you use has such function?), but: function is_signature_alg(alg) {

[Acme] [ACME][QUESTION] JWS Signature Verification Using JWK

2017-12-08 Thread Praveen Sharma
Hi Devs, How can we verify the signature in a JWS using the JWK field in the header of the JWS? Thanks -- *Praveen Sharma* | Enterprise Software Engineer HotWax Systems

[Acme] [ACME][QUESTION] Verify Well Formed JWS

2017-12-08 Thread Praveen Sharma
Hi Devs, How to validate that a JWS is a well-formed JWS? Thanks -- *Praveen Sharma* ___ Acme mailing list Acme@ietf.org https://www.ietf.org/mailman/listinfo/acme

Re: [Acme] Removing OOB Challenge Type

2017-12-08 Thread Daniel McCarney
Happy Friday folks ;-) Can we move forward with removing the OOB challenge? It seems like there is rough consensus: Clint, Jacob, Andrew and myself all vote for removal. Robert posed one use-case that he thought required OOB challenges but doesn't, and one use-case where they have plans for the f

Re: [Acme] Removing OOB Challenge Type

2017-12-08 Thread Salz, Rich
Thank you for the reminder. As chair, I say that we have consensus to remove the OOB challenge. ___ Acme mailing list Acme@ietf.org https://www.ietf.org/mailman/listinfo/acme

Re: [Acme] [ACME][QUESTION] JWS Signature Verification Using JWK

2017-12-08 Thread Jacob Hoffman-Andrews
I think the answers to both of your questions will be found in the JWK and JWS RFCs: https://tools.ietf.org/html/rfc7517 https://tools.ietf.org/html/rfc7515 If you're looking for additional examples, you can look at the Boulder source code: https://github.com/letsencrypt/boulder/, or a variety of