Andrew Biggs

Results 3 comments of Andrew Biggs

The kid attribute is optional, so I believe the implementation just does not assume you want it to be set. You should be able to set it explicitly, though I...

I would think that any of the x5* headers of the JWK would be fair game. But again, these are all optional fields in the JWE, so in the interest...

@mysticlife1111 the outputs of both cjose_jws_get_plaintext() and _decode() functions are byte buffers of explicit length, not zero-terminated character strings. You may want to check your code for a buffer over-read...