-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECDSA signing/verification issues #43
Comments
perfect, waiting for a PR then :) |
See jwt/ruby-jwt#87 for how I fixed it in ruby-jwt :) |
@odino I've finished implementation. You can see the related commits and apply the same thing here ;) |
Dear all |
@lcobucci do you have a link to the changeset? |
@odino sorry about my delay. Check here: lcobucci/jwt@f787525 |
thanks! |
the |
Can this be closed then? |
Hello guys, @jurriaan opened an issue in my library to notify that the I have some problems with my ECDSA signer.
Looking at your code I saw that you're basically doing the same thing as I, but you have another issue: you're ignoring
openssl_verify()
return by casting it bool. It's returning-1
(error) and if you runopenssl_error_string()
you'll get error:0906D06C:PEM routines:PEM_read_bio:no start line as return.You can have more information in lcobucci/jwt#30.
I'm working on a solution for that and I'll share with you guys 😄
The text was updated successfully, but these errors were encountered: