-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
The library silently fails when signing a token in case of openssl error #132
Comments
@magnetik thanks, in order to be BC compatible I'll throw an |
Awesome 👍 |
@magnetik do you have an example that fails so we could create a test for that? |
|
Nice, thanks ;) |
lcobucci
added a commit
that referenced
this issue
Oct 31, 2016
lcobucci
added a commit
that referenced
this issue
Feb 12, 2017
Horikawaer
added a commit
to Horikawaer/jwt
that referenced
this issue
Nov 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the file
src/Signer/Rsa.php
, in the methodcreateHash
, the output of the methodopenssl_sign
is not used.In case of error (mine was
RSA_sign:digest too big for rsa key
) the processing continues and it makes the debugging quite difficult.The text was updated successfully, but these errors were encountered: