Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
855 stars 233 forks source link

Rough attempt at a `openssl_base64_decode` #272

Open prince-chrismc opened 1 year ago

prince-chrismc commented 1 year ago

resolves #89

prince-chrismc commented 1 year ago

Might stick some GCC_VERSION >= 5 in there if it's the only failure

Thalhammer commented 1 year ago

Might stick some GCC_VERSION >= 5 in there if it's the only failure

Seems like the wolfSSL Tests fail as well, which is probably a bigger impact than gcc 5.

prince-chrismc commented 1 year ago

I am pretty sure the wolfssl handles base64 differently or generates different certs.

Traveling for the holidays but hopefully I'll get to look into it