enarx-archive / tlssock

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

Set GNUTLS priorities during session setup #2

Closed puiterwijk closed 5 years ago

puiterwijk commented 5 years ago

Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org

puiterwijk commented 5 years ago

These might not be the priorities we end up at some point, but something must be set or the handshake function will return error -326: GNUTLS_E_NO_PRIORITIES_WERE_SET | No or insufficient priorities were set.