Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 998 Bytes

README.adoc

File metadata and controls

41 lines (27 loc) · 998 Bytes

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.