Ben Collins
Ben Collins
> It appears that RFC 7519 specifies that the header "alg" is used to specify the algorithm used: That's correct. HOWEVER, a `jwt_t` is NOT a JWT. It is an...
I'm not familiar with it, but I'd consider adding it, or merging someone else's work to do so.
Since I have a need for this feature, I'm hoping to get it implemented soon.
Is there something not working with the current version? Does it require updating `doxygen.cfg` and `doxygen.mk`?
Would you be able to implement this on a pull request, complete with test cases? Thanks
Definitely a known issue. Fixing this will require some refactoring. If it becomes messy, It may be worth having a `jwt-openssl.c` and `jwt-openssl3.c` to help separate the implementation of these...
For the record, the warnings are not issues that change LibJWT or keep it from working properly.
I'm open to having someone fix this up so we don't lose OpenSSL v1.1 compatibility.
This looks like a worthy feature. Thanks for the request. I'll see if I can find some time to implement this.
Thanks for working on this. Best to fork the repo on GitHub, commit to a branch, and then submit a pull request for review.