An open API service indexing awesome lists of open source software.

https://github.com/paullouisageneau/boost-asio-gnutls

GnuTLS wrapper for Boost.Asio
https://github.com/paullouisageneau/boost-asio-gnutls

asio asio-library asynchronus boost boost-asio cpp gnutls gnutls-wrapper tls

Last synced: 6 months ago
JSON representation

GnuTLS wrapper for Boost.Asio

Awesome Lists containing this project

README

          

# boost-asio-gnutls
GnuTLS wrapper for Boost.Asio

## Usage

Add `include` as include directory for your project, then include the header `boost/asio/gnutls.hpp`.
Don't forget to link against GnuTLS instead of OpenSSL.

The two classes `context` and `stream` in `boost::asio::gnutls` mimic the ones in `boost::asio::ssl`.

## Test

From the boost root directory, run:
```
b2 [PATH_TO_THIS_REPOSITORY]/test/gnutls
```