Jump to content

GnuTLS

From Wikipedia, the free encyclopedia
GnuTLS
Developer(s)Nikos Mavrogiannopoulos, Simon Josefsson
Stable release
3.8.5[1]Edit this on Wikidata / 4 April 2024
Repository
Written inC,Assembly
Operating systemLinux,macOS,Windows,BSD
Platformx86,x86-64,ARM[2]
TypeCryptographylibrary
LicenseLGPL-2.1-or-later[3]
Websitewww.gnutls.org

GnuTLS(/ˈɡnˌtˌɛlˈɛs/,theGNU Transport Layer Security Library) is afree softwareimplementation of theTLS, SSLandDTLSprotocols. It offers anapplication programming interface(API) for applications to enable secure communication over the networktransport layer,as well as interfaces to accessX.509,PKCS #12,OpenPGPand other structures.

Features[edit]

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[edit]

Origin[edit]

GnuTLS was initially created around March[6]to November[7]2000, by Nikos Mavrogiannopoulos to allow applications of theGNU Projectto use secure protocols such asTLS.AlthoughOpenSSLalready existed, OpenSSL's license is notcompatiblewith the GPL;[8]thus software under the GPL, such as GNU software, could not use OpenSSL without making aGPL linking exception.

License[edit]

The GnuTLS library waslicensedoriginally under theGNU Lesser General Public Licensev2, while included applications to use theGNU General Public License.

In August 2011 the library was updated to theLGPLv3.[9]After it was noticed[10]that there were newlicense compatibilityproblems introduced, especially with otherfree softwarewith the license change, after discussions thelicense was downgradedagain to LGPLv2.1 in March 2013.[11]

Split from GNU[edit]

GnuTLS was created for theGNU Project,[12][13]but in December 2012 its maintainer, Nikos Mavrogiannopoulos, dissociated the project from GNU after policy disputes with theFree Software Foundation.[12][13]Richard Stallmanopposed this move and suggestedforkingthe project instead.[14]Soon afterward, developer Paolo Bonzini ended his maintainership of GNUSedandGrep,expressing concerns similar to those of GnuTLS maintainer Mavrogiannopoulos.[15]

Deployment[edit]

Software packages using GnuTLS include(d):

See also[edit]

References[edit]

  1. ^"gnutls 3.8.5".
  2. ^"Debian -- Details of package gnutls-bin in buster".packages.debian.org.Retrieved2020-06-27.
  3. ^"LICENSE".GitLab.Retrieved5 September2019.
  4. ^RFC6091
  5. ^The GnuTLS Transport Layer Security Library
  6. ^"Initialized repository for GNU TLS (8aef5fff) · Commits · gnutls / GnuTLS · GitLab".GitLab.2000-03-07.Retrieved2023-06-23.
  7. ^"gnutls0-0-4 · Tags · gnutls / GnuTLS · GitLab".GitLab.2000-11-15.Retrieved2023-06-23.
  8. ^Mark McLoughlin (22 June 2004)."The OpenSSL License and The GPL".Archived fromthe originalon 11 April 2016.Retrieved6 April2011.
  9. ^Version 2.99.4 (released 2011-07-23)[...] ** libgnutls: license upgraded to LGPLv3
  10. ^Mavrogiannopoulos, Nikos (26 March 2013)."The perils of LGPLv3".gnutls.org.Retrieved18 November2015.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.
  11. ^2013-03-14 Nikos Mavrogiannopoulos ([email protected]) * COPYING.LESSER, README: gnutls 3.1.10 is LGPLv2.1
  12. ^abGnuTLS, copyright assignment, and GNU project governanceon lwn.net by Michael Kerrisk (December 20, 2012)
  13. ^ab Nikos Mavrogiannopoulos (18 December 2012)."gnutls is moving".Retrieved11 December2012.
  14. ^Stallman, Richard (11 December 2012)."GNUTLS is not going anywhere".gnutls-devel(Mailing list).you cannot take GNUTLS out of the GNU Project.
  15. ^Bonzini, Paolo (22 December 2012)."GNU sed 4.2.2 released, and a rant from the maintainer".bug-gnu-utils(Mailing list).
  16. ^abc"GnuTLS - GNU Project - Free Software Foundation (FSF)".Free Software Foundation.22 May 2010. Archived fromthe originalon 31 May 2010.Retrieved25 January2015.
  17. ^"OpenConnect VPN client technical details".

External links[edit]