GnuTLS

{{Short description|Free software library implementing TLS}}

{{Infobox software

| name = GnuTLS

| logo = GNUTLS-logo.svg

| screenshot =

| caption =

| developer = Nikos Mavrogiannopoulos, Simon Josefsson

| latest release version = {{wikidata|property|preferred|references|edit|Q1533305|P348|P548=Q2804309}}

| latest release date = {{wikidata|qualifier|preferred|single|Q1533305|P348|P548=Q2804309|P577}}

| latest preview version = {{wikidata|property|preferred|references|edit|Q1533305|P348|P548=Q51930650}}

| latest preview date = {{wikidata|qualifier|preferred|single|Q1533305|P348|P548=Q51930650|P577}}

| programming_language = C, Assembly

| operating system = Linux, macOS, Windows, BSD

| platform = x86, x86-64, ARM{{Cite web|title=Debian -- Details of package gnutls-bin in buster|url=https://packages.debian.org/stable/gnutls-bin|access-date=2020-06-27|website=packages.debian.org}}

| genre = Cryptography library

| license = LGPL-2.1-or-later{{cite web |title=LICENSE |url=https://gitlab.com/gnutls/gnutls/blob/master/LICENSE |website=GitLab |access-date=5 September 2019}}

| website = {{URL|https://www.gnutls.org}}

}}

GnuTLS ({{IPAc-en|ˈ|ɡ|n|uː|_|ˌ|t|iː|_|ˌ|ɛ|l|_|ˈ|ɛ|s}}, the GNU Transport Layer Security Library) is a free software implementation of the TLS, SSL and DTLS protocols. It offers an application programming interface (API) for applications to enable secure communication over the network transport layer, as well as interfaces to access X.509, PKCS #12, OpenPGP and other structures.

Features

GnuTLS consists of a library that allows client applications to start secure sessions using the available protocols.

It also provides command-line tools, including an X.509 certificate manager, a test client and server, and random key and password generators.

GnuTLS has the following features:

History

= Origin =

GnuTLS was initially created around March{{Cite web |date=2000-03-07 |title=Initialized repository for GNU TLS (8aef5fff) · Commits · gnutls / GnuTLS · GitLab |url=https://gitlab.com/gnutls/gnutls/-/commit/8aef5fff2e54b67c694fa4ef9190cbedf1ff00c1 |access-date=2023-06-23 |website=GitLab |language=en}} to November{{Cite web |date=2000-11-15 |title=gnutls0-0-4 · Tags · gnutls / GnuTLS · GitLab |url=https://gitlab.com/gnutls/gnutls/-/tags/gnutls0-0-4 |access-date=2023-06-23 |website=GitLab |language=en}} 2000, by Nikos Mavrogiannopoulos to allow applications of the GNU Project to use secure protocols such as TLS. Although OpenSSL already existed, OpenSSL's license is not compatible with the GPL;{{cite web | url = http://people.gnome.org/~markmc/openssl-and-the-gpl.html | title = The OpenSSL License and The GPL | date = 2004-06-22 | author = Mark McLoughlin | access-date = 2011-04-06 | df = dmy-all | archive-date = 2016-04-11 | archive-url = https://web.archive.org/web/20160411112314/https://people.gnome.org/~markmc/openssl-and-the-gpl.html | url-status = dead }} thus software under the GPL, such as GNU software, could not use OpenSSL without making a GPL linking exception.

= License =

The GnuTLS library was licensed originally under the GNU Lesser General Public License v2, while included applications to use the GNU General Public License.

In August 2011 the library was updated to the LGPLv3.[http://upstream.rosalinux.ru/changelogs/gnutls/3.2.1/changelog.html Version 2.99.4 (released 2011-07-23)[...] ** libgnutls: license upgraded to LGPLv3] After it was noticed{{cite web|url=http://nmav.gnutls.org/2013/03/the-perils-of-lgplv3.html |title=The perils of LGPLv3|first=Nikos |last=Mavrogiannopoulos |publisher=gnutls.org |date=2013-03-26 |access-date=2015-11-18 |quote=LGPLv3 is the latest version of the GNU Lesser General Public License. It follows the successful LGPLv2.1 license, and was released by Free Software Foundation as a counterpart to its GNU General Public License version 3. The goal of the GNU Lesser General Public Licenses is to provide software that can be used by both proprietary and free software. This goal has been successfully handled so far by LGPLv2.1, and there is a multitude of libraries using that license. Now we have LGPLv3 as the latest, and the question is how successful is LGPLv3 on this goal? In my opinion, very little. If we assume that its primary goal is to be used by free software, then it blatantly fails that. |df=dmy-all}} that there were new license compatibility problems introduced, especially with other free software with the license change, after discussions the license was downgraded again to LGPLv2.1 in March 2013.[http://www.gnutls.org/abi-tracker/changelog/gnutls/3.1.10/log.html 2013-03-14 Nikos Mavrogiannopoulos (nmav@gnutls.org) * COPYING.LESSER, README: gnutls 3.1.10 is LGPLv2.1]

= Split from GNU =

GnuTLS was created for the GNU Project, but in December 2012 its maintainer, Nikos Mavrogiannopoulos, dissociated the project from GNU after policy disputes with the Free Software Foundation.[https://lwn.net/Articles/529522/ GnuTLS, copyright assignment, and GNU project governance] on lwn.net by Michael Kerrisk (December 20, 2012)

{{cite web | url = https://lwn.net/Articles/529558/ | title = gnutls is moving

| date = 2012-12-18

| author = Nikos Mavrogiannopoulos

| access-date = 2012-12-11 |df=dmy-all

}} Richard Stallman opposed this move and suggested forking the project instead.{{cite mailing list|url=https://lists.gnu.org/archive/html/gnutls-devel/2012-12/msg00003.html|title=GNUTLS is not going anywhere|date=2012-12-11|first=Richard|last=Stallman|mailing-list=gnutls-devel|quote=you cannot take GNUTLS out of the GNU Project. |df=dmy-all}} Soon afterward, developer Paolo Bonzini ended his maintainership of GNU Sed and Grep, expressing concerns similar to those of GnuTLS maintainer Mavrogiannopoulos.{{cite mailing list|url=https://lists.gnu.org/archive/html/bug-gnu-utils/2012-12/msg00011.html|title=GNU sed 4.2.2 released, and a rant from the maintainer|mailing-list=bug-gnu-utils|first=Paolo|last=Bonzini|date=2012-12-22 |df=dmy-all}}

Deployment

{{More citations needed section|date=January 2015}}

Software packages using GnuTLS include(d):

See also

{{Portal|Free and open-source software}}

References

{{reflist|30em}}