Daenney
Daenney
Yeah, it's a bit confusingly named. But basically the "hint" is provided by the server, to help the client pick an identity. The client can set a specific identity. We're...
If you can modify the code locally, I'd say try and see what happens if you make a change like this in flight3handler.go: ```go if cfg.localPSKCallback != nil { flights...
I'll take a look at that. I need to make sure we can always elide the ServerKeyExchange in the PSK scenario this way. I suspect there might be other properties...
Thanks for starting a discussion around this plus the code. I think this is a useful thing to have in many scenarios and we should have a way to make...
Thanks so much for raising this with us and all the detail provided in the bug report! As an aside, I hadn't seen DTLS fuzzer before, seems great. @Sean-Der @at-wat...
This is going to need some tests.
Yeah, it's just the commit message. All the other checks passed.
`-R` would be another option, for "`R`emove".
Though it's not necessarily a security risk it does mean kr is currently non-buildable, since not everyone keeps multiple version of OpenSSL around in their distros package repositories. Given there's...
Could you perhaps do what Parity did and force a newer dependency: https://github.com/paritytech/substrate/pull/913/files ? That should fix the issue without needing to wait for anyone else.