|
|
|
|
|
by Sean-Der
2817 days ago
|
|
https://github.com/sean-der/dtls There isn't a DTLS implementation right now that is maintained, and adopting one would be more work then starting from scratch. I didn't know anything about TLS before I started, so learning as I go. I would love to work together on this! If you want to open a PR/issue I can give you commit access. Also join the Gophers slack and join the #pion channel, there is plenty of work to do and would love to split it with someone else :) Yes this will remove the OpenSSL dependency! I am really excited when people can build for any platform that Go is supported on. After that I also want to start shipping C APIs, hoping people can build lots of cool things with it then. |
|
> After that I also want to start shipping C APIs, hoping people can build lots of cool things with it then.
I've found Go's FFI export story to be weak, especially on Windows.