nativedtls
nativedtls copied to clipboard
OpenSSL binding for Golang DTLS support
Using master openssl branch, get this issue during the `nativedtls.NewDTLSClient(ctx, conn)`: ``` fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x2 addr=0x7f32e00008d0 pc=0x7f32e00008d0] runtime stack: runtime.throw(0xc28be1, 0x2a)...
Hi. I'm searching for golang DTLS Implementation. Is your implementation in a functional state or not? Thanks
Hi, Tried to build your example and get: ../github.com/jvermillard/nativedtls/bio.go:12:10: fatal error: 'internal/bio.h' file not found # include "internal/bio.h" How can I find this file? Thank you in advance.