Results 17 comments of tmcqueen-materials

Just to chime in here: I fully appreciate the desire to separate out algorithms, especially those that will not be proceeding to standardization, but in my view part of the...

So to clarify: my point was not about incorporation in OpenSSH itself because, as noted, recent versions of OpenSSH include the reference sntrup761 implementation and does not rely on liboqs...

Thank you heikojansen for sorting this out. To help the maintainers, I have submitted a PR pulling in your changes. Hopefully it is acceptable to all (this is a load-bearing...

Oops! Sorry for stepping on your toes there. I could withdraw it and turn it over to you if you'd like (I had reviewed it and made sure it worked...

Beautiful, thanks. I closed the one I opened, sorry for the noise.

I am one of those users that can confirm this resolves the crashes with nginx 1.23.1 .

I had a chance to investigate this further. The "surprising exception" was due to an implementation bug in [kafkacrypto](https://github.com/tmcqueen-materials/kafkacrypto/commit/f18c6789e0c704e8fded68269455b9c22da384c0) . However, the hang with flush, where no messages are actually...

To answer @zero4573, no, we never figured it out because we were never able to build a "small" reproducer, and only got this on production workloads, for which our alternative...

This prompted us to test things out again. We are still able to reproducibly hit the issue with v1.8.2. However, we find that we are again (at least with light...

Alright, after running tests in triplicate, the first commit to resolve this issue is commit 73d9a63037a9eb3c12c5ad4f3064fffb62b19c50 . I doubt it fixed whatever underlying bug/race causes the issue being discussed here,...