Julien Vermillard

Results 71 comments of Julien Vermillard

you need the official java extension (IIRC there is a popup proposing to install the first time you open a java file)

I need to re-check but the last time I tried that it was not working. Apparently it a bug which was fixed in vscode long time ago :thinking:

@sbernard31 from a legal process point of view we need to do something special to include an mbedtls submodule?

On sierra side, I don't mind breaking the API, but having the client being able to support both 1.0 and 1.1 (if feasable at all) would be interesting since I...

> Maybe do as @sbertin-telular with defines is enough? I would go for that, a single branch that support both version, now that does mean we need to know how...

my guess: they will not update because it will break the compatibility, so I guess the only reasonable choice is to keep what Leshan is doing: using an empty string

I pushed some code tweaking. I fixed some issues not always related to this branch while Globally the code is good for me, just two little points: - when you...

I should deprectae this repo, there is much more complete and active alternatives: https://github.com/pion/dtls

if you feel like maintaining it, the project is your :)

you need to download openssl 1.1-pre sources or clone the openssl somewhere: https://github.com/openssl/openssl Compile it, and make the first line in https://github.com/jvermillard/nativedtls/blob/master/bio.go#L4 point to your openssl sources and it should...