libretls

Modern TLS library providing a simpler API than OpenSSL

brewmacoslinux
Try with needOr install directly
Source

About

Libtls for OpenSSL

Commands

libtls

Examples

Link against libtls in C programs for secure TLS connections$ gcc -o client client.c -ltls -lssl -lcrypto
Use libtls in development to handle certificate validation$ pkg-config --cflags --libs libtls
Include libtls headers in C code for TLS client/server$ #include <tls.h>