-
Inside the tls_session_established callback on server and client, I am dumping the Session_Summary information like this:
```
LOG_DEBUG("ASIO_CONNECTION_IOCP_SYS: Started TLS session (vers…
-
I am using openssl1.1.1g to setup TLS1.3 connection.
By default openssl1.1.1g seems to be using PSK based authentication. Is there a way to enforce certificate based authentication instead ?
I h…
-
Hi i played a little with nanomsg and i highly appreciated its design with built in protocols and the message abstraction.
Given that i tried to model a common scenario where i've 1 or more clients an…
-
@ad-l has noted in the past that we don't authenticate the connection IDs that are exchanging during the handshake. This complicates analysis of header protection (for details, see the upcoming paper…
-
@martinduke suggested that we might remove CONNECTION_CLOSE in favour of using a Public Reset packet. That would require that the error code be made public knowledge.
I can see a few advantages fo…
-
Sorry to totally randomize things, but several of us had an offline discussion about asymmetric connection IDs, in which each side specifies the connection ID that the other
side should send with. He…
-
From discussion on the list, we could clarify the meaning of CONNECTION_CLOSE. Specifically, it would be good to clarify if it acts more like a TCP FIN or a TCP RST. I would suggest that the analog of…
-
With the merger of stream 0 DT proposal, we now allow uncoordinated middleboxes to change the server's CID.
While I understand that it is beneficial to allow the existence of such middleboxes on ce…
-
Hi there,
When I run a UDP test (such as `iperf3 -c SERVER --port 52001 -u -l 1`) on my Mac to a server running linux, I get a bunch of the following errors:
```
iperf3: OUT OF ORDER - incoming pac…
-
The code here suggests that on_message the websocket client connection would be dropped. No action triggered instead.
```
def on_message(self, message):
"""Disconnect clients sending data (they s…