Zbigniew Mandziejewicz

Results 29 comments of Zbigniew Mandziejewicz

I initially didn't implement it as it wasn't required. Will add the necessary tpe header shortly. On Tue, Nov 22, 2016, 6:23 AM Erik Kristensen [email protected] wrote: > See RFC...

I should have PR for this by the end of the week. On Tue, Nov 29, 2016, 12:05 PM Erik Kristensen wrote: > Would be nice to support all the...

Also would be nice to have symmetric key support. I guess for jwt I could try deserializing into jwt.Claims to verify if basic structure is correct, and dump the standard...

Pending additional tests to check if x5t, x5t#256 are generated correctly.

@ekristen Could you test it out?

@ekristen you can set signature fields in JSONWebKey manually using X509Thumbprint and X509ThumbprintSHA256 functions without setting certs. When someone includes certificates already the thumbprints string size is minimal compared to...

I don't want to make jwk struct too complicated, @csstaub what's your take? On Thu, Dec 8, 2016, 5:51 AM Erik Kristensen wrote: > Maybe it is out of scope,...

@eriksten x5t contains certificate chain so I'll have to figure out the way to optionally pass it to signer.

Do you use crypto/x509 to load/manage certificate pool?

I can't find information in spec about which certificate in the chain is used for thumbprint calculation. Is it first or last? Is the chain always ordered from peer to...