/nim-gnutls

Nim wrapper for GnuTLS

Primary LanguageNimGNU Lesser General Public License v2.1LGPL-2.1

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.