-
Notifications
You must be signed in to change notification settings - Fork 115
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
LAContext passed when decrypting will not be respected #23
Comments
That’s a typo. The context should be forwarded. If you have time for a PR that would be 😍 |
The private key should be resolved in same way as sign method is resolving the private key |
Sure. I'll do it now :-) |
ma-pe
pushed a commit
to ma-pe/EllipticCurveKeyPair
that referenced
this issue
Mar 8, 2018
ma-pe
pushed a commit
to ma-pe/EllipticCurveKeyPair
that referenced
this issue
Mar 8, 2018
ma-pe
pushed a commit
to ma-pe/EllipticCurveKeyPair
that referenced
this issue
Mar 8, 2018
ma-pe
pushed a commit
to ma-pe/EllipticCurveKeyPair
that referenced
this issue
Mar 8, 2018
I was fighting with my auto-code-cleanup-thingy. PR should be clean. :-) I tested it. It works as expected for me now. Therefore I close the issue. |
hfossli
pushed a commit
that referenced
this issue
Mar 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to decrypt multiple things in a short amount of time. I don't want to prompt the user for authentication every time.
I am aware of the bug concerning
touchIDAuthenticationAllowableReuseDuration
(#9). Though I'd like to use the default time-limit (10 minutest) when passing an already authentified LAContext.When passing the LAContext I am still prompted for authentication. I guess that's because the context is not regarded by the library:
The text was updated successfully, but these errors were encountered: