gnutls

GnuTLS wrapper


Need help? Read Nimble

GnuTLS wrapper for Nim

Build Status badge tags License

Warning
This library is under development and has not been reviewed by 3rd parties

Features

  • Wrap GnuTLS 3.6.6 (and supports other versions)

  • Tested on Linux

  • Basic unit tests

  • No homemade crypto

Usage

Install the development library:

sudo apt-get install libgnutls28-dev
nimble install gnutls

Install the runtime dependency:

sudo apt-get install libgnutls30

See the tests/ dir for usage examples.

Contributing

Testing and PRs are welcome.

Author: FedericoCeratto

Licence: LGPLv2.1

Project website

Docs