jue89 / node-openssl-dtls

DTLS1.2 bindings for node.js
MIT License
11 stars 6 forks source link

Does this library support both DTLS client and server paradigms? #1

Open pdulapalli opened 5 years ago

jue89 commented 5 years ago

ATM this module can only act as server. It compiles up to Node8. More recent versions are using OpenSSL 1.1.0 resp. 1.1.1. Those aren't supported, yet. But support is planned for future.