Add AF_ALG socket types and related control mesages and sockopts on Linux and Andorid#1031
Conversation
asomers
left a comment
There was a problem hiding this comment.
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. |
asomers
left a comment
There was a problem hiding this comment.
I think this PR is ok now; it only needs a squash.
|
Done |
Build succeeded
|
No description provided.