Development of GnuTLS is coordinated via the Savannah GnuTLS project site. To report a bug please visit this site.
To browse the source code a web interface exists at git.savanah.gnu.org. If you want to build the latest GnuTLS code from the repository, use the following commands:
$ git clone git://git.savannah.gnu.org/gnutls.git $ cd gnutls $ make $ make $ make check |