arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
387 stars 112 forks source link

Deprecated BIO_f_base64 from boringssl #61

Closed gramic closed 4 years ago

gramic commented 4 years ago

The BIO_f_base64 is deprecated in boringssl. The function is used in the include/jwt/impl/algorithm.ipp.

Isn't it better to use your own base64 functionality instead?

arun11299 commented 4 years ago

Thanks for reporting. I will take a look at it.

chenboy3 commented 4 years ago

Hi, also running into this issue, are there any updates on this issue?

arun11299 commented 4 years ago

Hell @chenboy3 @gramic I have verified the fix with the existing tests. It would be great if you could verify the same.

Thanks.

chenboy3 commented 4 years ago

Works for me, thanks again!