Skip to content
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

Support async crypto API #94

Open
djwatson opened this issue Oct 5, 2016 · 0 comments
Open

Support async crypto API #94

djwatson opened this issue Oct 5, 2016 · 0 comments

Comments

@djwatson
Copy link
Member

djwatson commented Oct 5, 2016

For KTLS only there is no need for async crypto API, since all encryption and decryption is called from userspace (the only time cryptd is used is if in bh context).

Unfortunately it looks like KCM + KTLS may call decrypt in bh context sometimes, so at least decrypt it may be necessary to set the proper async crypto callback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant