enarx-archive / tlssock

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

Fix up segv and generalize tls_get #1

Closed puiterwijk closed 5 years ago

puiterwijk commented 5 years ago

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

npmccallum commented 5 years ago

I merged just the off-by-one allocation fix. I did not merge the debugging code or other churn. I'm going to rework some of this now, so it didn't make sense to merge it (and then undo it).