enarx-archive / tlssock

A library exposing TLS/DTLS sockets using the POSIX networking APIs
Apache License 2.0
18 stars 7 forks source link

Migrate setsockopt(HANDSHAKE) to handshake() #33

Open npmccallum opened 5 years ago

npmccallum commented 5 years ago

Rather than polluting setsockopt() with one or more handshake parameters, lets create a single handshake() function.