jvermillard / nativedtls

OpenSSL binding for Golang DTLS support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nativedtls

Golang DTLS library using OpenSSL 1.1.0-pre7-dev.

Look at the example_server and example_client directories for usage.

Based on https://github.com/shanemhansen/gossl BIO glue between cgo and go.

Build with OpenSSL 1.1 or master.

Compiling

Before building, go in the openssl sub-directory, do "./config && make"

About

OpenSSL binding for Golang DTLS support

License:Other


Languages

Language:Go 100.0%