exg / asynctls

client-side and server-side TLS async streams on top of openssl and macOS Secure Transport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

asynctls is a C library for Linux-like operating systems that offers a TLS protocol abstraction compatible with the async library.

Building

asynctls uses SCons and pkg-config for building.

Before building asynctls for the first time, run

git submodule update --init

To build asynctls, run

scons [ prefix=<prefix> ]

from the top-level asynctls directory. The optional prefix argument is a directory, /usr/local by default, where the build system installs asynctls.

To install asynctls, run

sudo scons [ prefix=<prefix> ] install

Documentation

The header files under include contain detailed documentation.

About

client-side and server-side TLS async streams on top of openssl and macOS Secure Transport

License:Apache License 2.0


Languages

Language:C 91.5%Language:Python 6.3%Language:Shell 2.1%