Christophe Raffalli

Results 144 comments of Christophe Raffalli

I do not understand the failure under nix, it occurs befose ocaml-ssl is compiled ``` Nix won't work in active shell sessions until you restart them. Could not set environment:...

Thanks for the review and merge! Are you planning some opam release ?

> I didn't merge or review this PR. I just fixed the Nix build Sorry, I missread the merge of master in ktls and not the reverse.

I have to check that when using ktls, flush is done by close automatically. This would mean that when the ssl connection is established, the same code with Unix.read/write/close will...

The timeout of tests will occur if the server crashes, this is true for all test. May this should be fixed ? I made the test work if the platform...

I wonder if a pure ktls ssl binding (without openssl of libssl) would not be nice ? Should work at least on linux and freeBSD.

One last detail, to enable ktls on debian (seems to work ok on ubuntu as the initial test did not loop on the integrated test), one needs "modprobe tls". For...

From https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/ ktls should bring a noticeable speed increase... I did not manage to observe any... Strange. If you have some time to check ? Note that TLS1_3 needs fairly...

I decide not to keep ktls in simple_httpd for now. I might retest it when I have access to a big server, but currently it is not worth it. I...

> This proposal was harder to read than it could have been because some terminology is used in a non-standard way. What's called the "grayval list" here is usually known...