-
Notifications
You must be signed in to change notification settings - Fork 666
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
Add AF_ALG socket types and related control mesages and sockopts on Linux and Andorid #1031
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far, but it needs a CHANGELOG entry and some tests. Also, is there any way for a program to receive AF_ALG control messages or can they only be sent? If they can be received, then you'll have to add them to ControlMessageOwned.
ALG_SET_IV
, ALG_SET_OP
and ALG_SET_AEAD_ASSOCLEN
control messages and AF_ALG
socket types on Linux and Andorid
ALG_SET_IV
, ALG_SET_OP
and ALG_SET_AEAD_ASSOCLEN
control messages and AF_ALG
socket types on Linux and Andorid
Just seen the |
Qemu requires explicit enabling of AF_ALG (source code) |
Makes sense. Could you embed that information in a comment in the code? |
Tests failed on MacOS targets. I think it doesn't relate to this PR. |
To fix the tests, you need to rebase. |
256e371
to
bf557ad
Compare
Done. It should be good now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR is ok now; it only needs a squash.
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build succeeded
|
No description provided.