arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
395 stars 111 forks source link

Print SSL errors on signing/verification failures #7

Open arun11299 opened 6 years ago

arun11299 commented 6 years ago

TODO

ghost commented 2 years ago

@arun11299 was working a library that would incorporate your library. Thanks for sharing. Looks like this has been open for awhile. What a simple perror suffice for this first issue?

arun11299 commented 2 years ago

@mtmulch1 I guess that should be sufficient. But it needs some protection with "ifdefs" for compilation to work across windows and linux.