|
|
|
|
|
by byuu
3514 days ago
|
|
We need a crypto library that is easy to use in other applications that want security. This trainwreck of an API is the opposite of what we want: https://gnutls.org/reference/gnutls-gnutls.html It would probably be faster to write your own TLS library than learn all of that. OpenSSL doesn't fare much better. So far, libtls looks the most promising. But last I checked, it was still a bit too spartan and couldn't operate in non-blocking mode, which kills you if you want an event-driven server. |
|