Neil Horman
Neil Horman
merged to master, thank you
looks like you have some CI failures all relating to: ``` crypto/rsa/rsa_ossl.c:221:18: error: function declaration isn't a prototype [-Werror=strict-prototypes] 221 | static uintptr_t get_unique_thread_id() ``` but its static, so I'm...
merged to feature branch, thanks
Sorry to be so late on this, I completely missed it. I'm honestly not sure whats going on here. The fact that you issue a start command and immediately get...
what you're seeing in the output of the ip command are packets that were dropped in the Network cards hardware, i.e. before they've reached the kernel. You need to enable...
@ep69 I see the problem, I'll have a PR for you shortly
@ep69 https://github.com/openssl/openssl/pull/29337 should fix you up.
> @nhorman thanks for your fix, I tested it and it seems to work (when patched manually). Shall we wait until #29337 is merged and then trigger the tests to...
merged to master with 2nd commit dropped. Thank you!
The more I look at this, the more I become convinced that this was meant to be done by the kernel. The patch indicates that, if the kernel knows that...