Difference between revisions of "Nettle"

From Free Software Directory
Jump to: navigation, search
(Is GNU checkbox)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Nettle
+
|Name=GNU Nettle
|Short description=Cryptographic library
+
|Short description=C library for low-level cryptographic functionality.
|Full description=Nettle is a cryptographic library designed to fit any context: in crypto toolkits for object-oriented languages, in applications like LSH or GNUPG, or even in kernel space. Users need to keep track of available algorithms and their properties and variants. The algorithm selection process is dictated by the protocol you want to implement. Also, requirements of applications differ, so an API that fits one application well may be useless for another (which is why so many different cryptographic libraries exist). Nettle avoids this problem by doing one thing, the low-level crypto stuff, and providing a simple but general interface to it. In particular, it doesn't do algorithm selection, memory allocation, or any I/O. However, users can build application- and context-specific interfaces on top of Nettle and share code, testcases, benchmarks, documentation, etc.
+
|Full description='''Nettle''' is a cryptographic library designed to fit any context: in crypto toolkits for object-oriented languages, in applications like [[LSH]] or [[GnuPG]], or even in kernel space. Users need to keep track of available algorithms and their properties and variants. The algorithm selection process is dictated by the protocol you want to implement. Also, requirements of applications differ, so an API that fits one application well may be useless for another (which is why so many different cryptographic libraries exist). Nettle avoids this problem by doing one thing, the low-level crypto stuff, and providing a simple but general interface to it. In particular, it doesn't do algorithm selection, memory allocation, or any I/O. However, users can build application- and context-specific interfaces on top of Nettle and share code, testcases, benchmarks, documentation, etc.
|User level=intermediate
+
|Homepage URL=https://www.gnu.org/software/nettle/
|Status=Live
+
|Version download=https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz
|Component programs=
+
|Is GNU=Yes
|Homepage URL=http://www.lysator.liu.se/~nisse/nettle/
+
|GNU package identifier=nettle
|VCS checkout command=
+
}}
|Computer languages=C
+
{{Project license
|Documentation note=User manual included and available in HTML format from http://www.lysator.liu.se/~nisse/nettle/nettle.html
+
|License=LGPLv3orlater
|Paid support=
+
|License copyright=Copyright 2001-2020 Niels Möller
|IRC help=
+
 
|IRC general=
+
Some parts are Copyright © the Free Software Foundation and various people, see https://metadata.ftp-master.debian.org/changelogs//main/n/nettle/nettle_3.8.1-2_copyright
|IRC development=
+
|License verified by=Genium
|Related projects=BeeCrypt,lsh
+
|License verified date=2020-05-15
|Keywords=security,cryptography,library,cryptography library,crypto
+
|License note=https://git.lysator.liu.se/nettle/nettle/-/blob/master/COPYING.LESSERv3
|Is GNU=y
+
}}
|Last review by=Janet Casey
+
{{Project license
|Last review date=2010-04-23
+
|License=GPLv2orlater
|Submitted by=Database conversion
+
|License copyright=Copyright 2001-2020 Niels Möller
|Submitted date=2011-04-01
+
 
|Version identifier=2.1
+
Some parts are Copyright © the Free Software Foundation and various people, see https://metadata.ftp-master.debian.org/changelogs//main/n/nettle/nettle_3.8.1-2_copyright
|Version date=2010-07-31
+
|License verified by=Genium
|Version status=stable
+
|License verified date=2020-05-15
|Version download=http://www.lysator.liu.se/~nisse/archive/nettle-2.1.tar.gz
+
|License note=https://git.lysator.liu.se/nettle/nettle/-/blob/master/COPYINGv2
|License verified date=2010-08-02
+
 
|Version comment=
+
https://git.lysator.liu.se/nettle/nettle/-/blob/master/COPYINGv3
 +
}}
 +
{{Software category
 +
|Interface=library
 +
|Library=C
 +
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux
 +
|Security=encryption
 +
|Use=library, security
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=nettle
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Niels Möller
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Niels Moeller
 
 
|Email=nisse@lysator.liu.se
 
|Email=nisse@lysator.liu.se
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource audience=Code
|Resource kind=E-mail
+
|Resource kind=VCS Repository Webview
|Resource URL=mailto:nettle-bugs@lists.lysator.liu.se
+
|Resource URL=https://git.lysator.liu.se/nettle/nettle/
 +
}}
 +
{{Resource
 +
|Resource audience=Bugs
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.lysator.liu.se/mailman/listinfo/nettle-bugs/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/nettle/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/nettle/
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=library
+
|Resource audience=Debian
|Security=encryption
+
|Resource kind=Developer
|Use=library,security
+
|Resource URL=https://tracker.debian.org/pkg/nettle
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q7000521
 
}}
 
}}
{{Project license
+
{{EntryDetails
|License=GPLv2orlater
+
|Is High Priority Project=No
|License verified by=Kelly Hopkins
+
|Decommissioned or Obsolete=No
|License verified date=2010-08-02
+
|Version identifier=3.9.1
 +
|Version date=2023-06-01
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2023-06-01
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 16:58, 1 June 2023


[edit]

GNU Nettle

https://www.gnu.org/software/nettle/
C library for low-level cryptographic functionality.

Nettle is a cryptographic library designed to fit any context: in crypto toolkits for object-oriented languages, in applications like LSH or GnuPG, or even in kernel space. Users need to keep track of available algorithms and their properties and variants. The algorithm selection process is dictated by the protocol you want to implement. Also, requirements of applications differ, so an API that fits one application well may be useless for another (which is why so many different cryptographic libraries exist). Nettle avoids this problem by doing one thing, the low-level crypto stuff, and providing a simple but general interface to it. In particular, it doesn't do algorithm selection, memory allocation, or any I/O. However, users can build application- and context-specific interfaces on top of Nettle and share code, testcases, benchmarks, documentation, etc.





Licensing

License

Verified by

Verified on

Notes




Leaders and contributors

Contact(s)Role
Niels Möller Maintainer


Resources and communication

AudienceResource typeURI
WikidataGeneralhttps://www.wikidata.org/wiki/Q7000521
FTPDownloadhttps://ftp.gnu.org/gnu/nettle/
DebianDeveloperhttps://tracker.debian.org/pkg/nettle
BugsMailing Listhttps://lists.lysator.liu.se/mailman/listinfo/nettle-bugs/
FTPDownloadhttps://ftpmirror.gnu.org/nettle/
CodeVCS Repository Webviewhttps://git.lysator.liu.se/nettle/nettle/


Software prerequisites

This entry (in part or in whole) was last reviewed on 1 June 2023.




Entry











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


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


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


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


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


"Wikidata" 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.