EndUser509
EndUser509
Hmm, seems that the new `DatagramWriter` does not have a `transport` member. What is better, add a fake transport with the needed member function to that class or make a...
I'm a little bit lost how to add the missing tests to get the last failed commit check to pass... :/
I use CentOS and the latest release is still using 3.9 so I personally would appreciate if 3.9 is still supported for a while. For the current CentOS 8 the...
I am also interested in this feature. I hope this will defeat TLS fingerprinting like cloudflare does which is annoyance for me. One question though: Is it enough to just...
> > One question though: Is it enough to just clone the cipher list or are the extensions also part of the fingerprint? > > That depends on the fingerprint...
> > Are you sure? As long as the modification of the client_helo does not advertise a feature that openssl does not support, this should work? The frame is AFAIK...
I did some googling and issues like this show up in the bug tracker of various projects. I found this fix for the issue in one project: https://github.com/ska-sa/aiokatcp/commit/200189687148ab63b79081d8cfd6c2c92277895c I did...
I let this run for more than a day now and here is what I got: - 150 x write() to closed client connection - 3 x write() to closed...
Followup: I got one 'socket.send() raised exception.' in the error log and there was one matching client connection that logged five times `XXX Write ...`. `LOG_THRESHOLD_FOR_CONNLOST_WRITES` is defined to be...