Warning
|
This library is under development and has not been reviewed by 3rd parties |
-
Wrap GnuTLS 3.6.6 (and supports other versions)
-
Tested on Linux
-
Basic unit tests
-
No homemade crypto
Refer to the official gnutls documentation
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.