Difference between revisions of "Gnutls"

From Free Software Directory
Jump to: navigation, search
(Licensing: Add more info that show up directly to viewers for the GPLv3+ tools.)
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GnuTLS
 
|Name=GnuTLS
|Short description=library implementing TLS 1.0 and SSL 3.0
+
|Short description=Library implementing TLS 1.0 and SSL 3.0.
|Full description='''GnuTLS''' is a secure communications library implementing the SSL, TLS and DTLS protocols.
+
|Full description=GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, and other required structures.
  
It is provided in the form of a C library to support the protocols, as well as to parse and write X.5009, PKCS 12, OpenPGP and other required structures.
+
The project strives to provide a secure communications back-end, simple to use and integrated with the rest of the base GNU/Linux libraries. A back-end designed to work and be secure out of the box, keeping the TLS and PKI complexity outside the applications.
 
|Homepage URL=https://www.gnu.org/software/gnutls/
 
|Homepage URL=https://www.gnu.org/software/gnutls/
|User level=advanced
+
|Version download=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.7.tar.xz
|Is High Priority Project=No
+
|Is High Priority Project=Yes
 
|VCS checkout command=git clone https://gitlab.com/gnutls/gnutls.git
 
|VCS checkout command=git clone https://gitlab.com/gnutls/gnutls.git
 
|Documentation note=https://www.gnu.org/software/gnutls/manual/
 
|Documentation note=https://www.gnu.org/software/gnutls/manual/
|Paid support=https://gnutls.org/commercial.html
+
 
|Decommissioned/Obsolete=No
+
'''Bookstore'''
|Accepts cryptocurrency donations=No
+
 
|Microblog=https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fgnutls.org%2F&ref_src=twsrc%5Etfw&region=follow_link&screen_name=GnuTLS&tw_p=followbutton
+
[https://www.lulu.com/shop/nikos-mavrogiannopoulos-and-simon-josefsson/the-gnutls-manual/paperback/product-18963264.html The GnuTLS manual, for v3.4]
|Related projects=gnupg,libressl,libtasn1,openssl
+
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Microblog=https://twitter.com/GnuTLS/
 +
|Related projects=gnustandards,gnupg,libressl,libtasn1,openssl
 
|Keywords=security,SSL,library,encryption,TLS,gnutls,gnutils,PCT
 
|Keywords=security,SSL,library,encryption,TLS,gnutls,gnutils,PCT
|Version identifier=3.6.2
+
|Version identifier=3.6.5
|Version date=2018/02/16
+
|Version date=2018/12/01
 
|Version status=stable
 
|Version status=stable
|Version download=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.2.tar.xz
 
|Test entry=No
 
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/05/08
+
|Last review date=2019/01/18
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011/04/12
+
|Submitted date=2011/04/01
 +
|User level=advanced
 +
|Paid support=https://gnutls.org/commercial.html
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.5.tar.xz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gnutls
 
|GNU package identifier=gnutls
 +
|Decommissioned/Obsolete=No
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv2.1orlater
 
|License=LGPLv2.1orlater
|License verified by=Genium
+
|License copyright=LICENSING
|License verified date=2014/11/13
+
=========
|License note=core library
+
 
 +
Since GnuTLS version 3.1.10, the core library is released under
 +
the GNU Lesser General Public License (LGPL) version 2.1 or later
 +
(see doc/COPYING.LESSER for the license terms).
 +
 
 +
The GNU LGPL applies to the main GnuTLS library, while the
 +
included applications as well as gnutls-openssl
 +
library are under the GNU GPL version 3.  The gnutls library is
 +
located in the lib/ and libdane/ directories, while the applications
 +
in src/ and, the gnutls-openssl library is at extra/.
 +
 
 +
The documentation in doc/ is under the GNU FDL license 1.3.
 +
 
 +
 
 +
Note, however, that the nettle and the gmp libraries which are
 +
GnuTLS dependencies, they are distributed under a LGPLv3+ or GPLv2+ dual
 +
license. As such binaries linking to them need to adhere to either LGPLv3+
 +
or the GPLv2+ license.
 +
 
 +
For any copyright year range specified as YYYY-ZZZZ in this package
 +
note that the range specifies every single year in that closed interval.
 +
|License verified by=GNUtoo
 +
|License verified date=2022-12-30
 +
|License note=From the LICENSE file. Core library.
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv3orlater
 
|License=LGPLv3orlater
|License verified by=Genium
+
|License copyright=LICENSING
|License verified date=2014/11/13
+
=========
|License note=binaries of the gmplib library need to be distributed under either LGPLv3+ or GPLv2+ license.
+
 
 +
Since GnuTLS version 3.1.10, the core library is released under
 +
the GNU Lesser General Public License (LGPL) version 2.1 or later
 +
(see doc/COPYING.LESSER for the license terms).
 +
 
 +
The GNU LGPL applies to the main GnuTLS library, while the
 +
included applications as well as gnutls-openssl
 +
library are under the GNU GPL version 3.  The gnutls library is
 +
located in the lib/ and libdane/ directories, while the applications
 +
in src/ and, the gnutls-openssl library is at extra/.
 +
 
 +
The documentation in doc/ is under the GNU FDL license 1.3.
 +
 
 +
 
 +
Note, however, that the nettle and the gmp libraries which are
 +
GnuTLS dependencies, they are distributed under a LGPLv3+ or GPLv2+ dual
 +
license. As such binaries linking to them need to adhere to either LGPLv3+
 +
or the GPLv2+ license.
 +
 
 +
For any copyright year range specified as YYYY-ZZZZ in this package
 +
note that the range specifies every single year in that closed interval.
 +
|License verified by=GNUtoo
 +
|License verified date=2022-12-30
 +
|License note=From the LICENSE file. Binaries of the gmplib library need to be distributed under either LGPLv3+ or GPLv2+ license.
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=Genium
+
|License copyright=From the NEWS file:
|License verified date=2014/11/13
+
--------------------------
 +
* Version 2.2.0 (released 2007-12-14)
 +
[...]
 +
*** Change from GPLv2 to GPLv3 for command-line tools, libgnutls-extra, etc.
 +
Notice that liblzo2 2.02 is licensed under GPLv2 only.  Earlier
 +
versions, such as 2.01 which is included with GnuTLS, is available
 +
under GPLv2 or later.  If this incompatibility causes problems, we
 +
recommend you to disable LZO using --without-lzo.  LZO compression is
 +
not a standard TLS compression algorithm, so the impact should be
 +
minimal.
 +
 
 +
From: src/certtool-options.c:
 +
-----------------------------------
 +
          const char str[] =
 +
            "certtool 3.7.7\n"
 +
            "Copyright (C) 2000-2021 Free Software Foundation, and others\n"
 +
            "This is free software. It is licensed for use, modification and\n"
 +
            "redistribution under the terms of the GNU General Public License,\n"
 +
            "version 3 or later <http://gnu.org/licenses/gpl.html>\n"
 +
            "\n"
 +
            "Please send bug reports to:  <bugs@gnutls.org>            \n";
 +
|License verified by=GNUToo
 +
|License verified date=2022-12-30
 +
|License note=The NEWS file mention that "GPLv3" is used "for command-line tools, libgnutls-extra, etc". libgnutls-extra was removed at some point but command line tools are still there under the GPLv3 or later.
 +
}}
 +
{{Software category
 +
|Interface=command-line, library
 +
|Library=C
 +
|Programming-language=C
 +
|Runs-on=Android, GNU/Linux, GNU/Hurd
 +
|Security=authentication, encryption
 +
|Use=library, security
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[libgcrypt]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[gdbm]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[zlib]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[libgcrypt]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=nettle
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=gmp
 
}}
 
}}
 
{{Person
 
{{Person
Line 51: Line 162:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Debian (Ref) (R)
|Resource URL=https://savannah.gnu.org/projects/gnutls
+
|Resource URL=https://tracker.debian.org/pkg/gnutls28
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/gnutls26
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 59: Line 174:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource audience=Savannah (Ref)
|Resource URL=https://tracker.debian.org/pkg/gnutls28
+
|Resource URL=https://savannah.gnu.org/projects/gnutls/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource kind=VCS Repository Webview
|Resource URL=https://tracker.debian.org/pkg/gnutls26
+
|Resource URL=https://gitlab.com/gnutls
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=VCS Repository Webview
+
|Resource kind=Mailing List
|Resource URL=https://git.savannah.gnu.org/gitweb/?p=gnutls.git
+
|Resource URL=https://lists.gnupg.org/mailman/listinfo/gnutls-help/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-gnutls
+
|Resource URL=https://lists.gnupg.org/mailman/listinfo/gnutls-devel/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnutls-devel
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-gnutls/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=Download
+
|Resource kind=Mailing List
|Resource URL=https://ftp.gnu.org/gnu/gnutls
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnutls-devel/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=VCS Repository Webview
+
|Resource kind=Mailing List
|Resource URL=https://gitlab.com/gnutls
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnutls-commit/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnupg.org/mailman/listinfo/gnutls-help
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://www.gnupg.org/ftp/gcrypt/gnutls/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=Mailing List
+
|Resource kind=Download
|Resource URL=https://lists.gnupg.org/mailman/listinfo/gnutls-devel
+
|Resource URL=https://alpha.gnu.org/gnu/gnutls/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://www.gnupg.org/ftp/gcrypt/gnutls
+
|Resource URL=https://ftp.gnu.org/gnu/gnutls/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=http://translationproject.org/domain/libgnutls.html
+
|Resource URL=https://translationproject.org/domain/libgnutls.html
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://nikmav.blogspot.nl
+
|Resource URL=https://nikmav.blogspot.com/
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=library
+
|Resource kind=General
|Library=C
+
|Resource URL=https://savannah.gnu.org/people/
|Programming-language=C
 
|Use=library
 
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to build
+
|Is High Priority Project=No
|Prerequisite description=libgcrypt
+
|Decommissioned or Obsolete=No
}}
+
|Version identifier=3.7.7
{{Software prerequisite
+
|Version status=stable
|Prerequisite kind=Weak prerequisite
+
|Accepts cryptocurrency donations=No
|Prerequisite description=gdbm
+
|Test entry=No
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=zlib
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Source requirement
 
|Prerequisite description=libgcrypt
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 22:15, 29 December 2022


[edit]

GnuTLS

https://www.gnu.org/software/gnutls/
Library implementing TLS 1.0 and SSL 3.0.

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, and other required structures.

The project strives to provide a secure communications back-end, simple to use and integrated with the rest of the base GNU/Linux libraries. A back-end designed to work and be secure out of the box, keeping the TLS and PKI complexity outside the applications.





Licensing

License

Verified by

Verified on

Notes

Verified by

GNUtoo

Verified on

30 December 2022

Notes

From the LICENSE file. Binaries of the gmplib library need to be distributed under either LGPLv3+ or GPLv2+ license.

Verified by

GNUtoo

Verified on

30 December 2022

Notes

From the LICENSE file. Core library.

Verified by

GNUToo

Verified on

30 December 2022

Notes

The NEWS file mention that "GPLv3" is used "for command-line tools, libgnutls-extra, etc". libgnutls-extra was removed at some point but command line tools are still there under the GPLv3 or later.




Leaders and contributors

Contact(s)Role
Nikos Mavrogiannopoulos Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://translationproject.org/domain/libgnutls.html
VCS Repository Webviewhttps://gitlab.com/gnutls
Downloadhttps://alpha.gnu.org/gnu/gnutls/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnutls-devel/
Downloadhttps://ftp.gnu.org/gnu/gnutls/
Debian (Ref) (R)https://tracker.debian.org/pkg/gnutls26
Generalhttps://savannah.gnu.org/people/
Downloadhttps://www.gnupg.org/ftp/gcrypt/gnutls/
Generalhttps://nikmav.blogspot.com/
Mailing Listhttps://lists.gnupg.org/mailman/listinfo/gnutls-devel/
Mailing Listhttps://lists.gnupg.org/mailman/listinfo/gnutls-help/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-gnutls/
Debian (Ref)https://tracker.debian.org/pkg/gnutls
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Savannah (Ref)https://savannah.gnu.org/projects/gnutls/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnutls-commit/
Debian (Ref) (R)https://tracker.debian.org/pkg/gnutls28


Software prerequisites

KindDescription
Required to buildlibgcrypt
Required to usegmp
Weak prerequisitezlib
Required to usenettle
Weak prerequisitegdbm
Source requirementlibgcrypt




Entry


























"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





























Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.