hissinger

Results 4 comments of hissinger

My code link being developed. https://github.com/hissinger/node-dtls/tree/implement_cerificate_verify

First, `ServerKeyExchange` is not included in the list, because the message from the media server does not include `ServerKeyExchange`. I also tried to put the `SignatureAndHashAlgorithm` value before the signature,...

The version of `ClientHello` used by node-dtls is DTLS 1.0. I did not modify the version. If I transfer ClientHello to DTLS 1.2, will this work? and, here is the...

hi I had the same issue. When a new socket connects before the previous socket is removed during `reconnect()`, the `OPEN` message was not sent. I submitted a PR to...