Difference between revisions of "Libgcrypt"

From Free Software Directory
Jump to: navigation, search
(Added Debian and Savannah link)
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Libgcrypt
 
|Name=Libgcrypt
|Short description=Cryptographic library
+
|Short description=Cryptographic library.
 
|Full description=This is a general purpose cryptographic library based on the code from [[GnuPG]]. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions.
 
|Full description=This is a general purpose cryptographic library based on the code from [[GnuPG]]. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions.
|Homepage URL=https://www.gnu.org/software/libgcrypt/
+
|Homepage URL=https://gnupg.org/software/libgcrypt/
|User level=advanced
+
|Is High Priority Project=Yes
 
|VCS checkout command=git clone git://git.gnupg.org/libgcrypt.git
 
|VCS checkout command=git clone git://git.gnupg.org/libgcrypt.git
|Computer languages=C
+
|Documentation note=https://www.gnupg.org/documentation
|Documentation note=Programmer reference in Texinfo, Postscript, HTML included
+
 
|Paid support=Paid extension/consulting from http://www.g10code.com
+
 
|Accepts cryptocurrency donations=No
+
|Decommissioned or Obsolete=No
|Related projects=BeeCrypt, GPG
+
|Donate=https://www.gnupg.org/donate/
 +
|Microblog=https://twitter.com/gnupg/
 +
|Related projects=gnustandards,BeeCrypt, GPG
 
|Keywords=encryption,public key,digital signature,hash,libgcrypt
 
|Keywords=encryption,public key,digital signature,hash,libgcrypt
|Version identifier=1.7.5
+
|Version identifier=1.8.6
|Version date=2016/12/15
+
|Version date=2020/07/06
 
|Version status=stable
 
|Version status=stable
|Version download=ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.7.5.tar.gz
+
|Version download=https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.6.tar.bz2
|Last review by=Bendikker
+
|Last review by=Genium
|Last review date=2018/02/19
+
|Last review date=2020/09/04
|Submitted date=2011-04-01
+
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=advanced
 +
|Paid support=https://www.gnupg.org/service.html
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.6.tar.bz2.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=libgcrypt
 
|GNU package identifier=libgcrypt
|License verified date=2010-07-19
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv2.1orlater
 
|License=LGPLv2.1orlater
 +
|License copyright=Copyright (C) 1989,1991-2018 Free Software Foundation, Inc.
 +
Copyright (C) 2012-2018 g10 Code GmbH
 +
Copyright (C) 2013-2018 Jussi Kivilinna
 +
 +
https://dev.gnupg.org/source/libgcrypt/browse/master/AUTHORS
 +
https://dev.gnupg.org/source/libgcrypt/browse/master/LICENSES
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2016/02/25
+
|License verified date=2020/09/04
|License note=library
+
|License note=https://dev.gnupg.org/source/libgcrypt/browse/master/COPYING.LIB
 +
 
 +
Applies to part:
 +
* library
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 33: Line 49:
 
|License verified by=Genium
 
|License verified by=Genium
 
|License verified date=2016/02/25
 
|License verified date=2016/02/25
|License note=manual and tools
+
|License note=https://dev.gnupg.org/source/libgcrypt/browse/master/COPYING
 +
 
 +
Applies to part:
 +
* [https://dev.gnupg.org/source/libgcrypt/browse/master/AUTHORS manual and tools]
 +
}}
 +
{{Project license
 +
|License=BSD 3Clause
 +
|License copyright=Copyright Stephan Mueller <smueller@chronox.de>, 2013
 +
|License verified by=Genium
 +
|License verified date=2020-09-04
 +
|License note=https://dev.gnupg.org/source/libgcrypt/browse/master/LICENSES
 +
 
 +
Applies to part:
 +
* random/jitterentropy-base.c
 +
* random/jitterentropy.h
 +
* random/rndjent.c (plus common Libgcrypt copyright holders)
 +
}}
 +
{{Project license
 +
|License=PublicDomain
 +
|License copyright=Author: Marc Bevand <bevand_m (at) epita.fr>
 +
|License verified by=Genium
 +
|License verified date=2020-09-04
 +
|License note=https://dev.gnupg.org/source/libgcrypt/browse/master/LICENSES
 +
 
 +
Applies to part:
 +
* cipher/arcfour-amd64.S
 
}}
 
}}
 
{{Person
 
{{Person
Line 39: Line 80:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=wk@gnupg.org
 
|Email=wk@gnupg.org
 +
}}
 +
{{Person
 +
|Real name=Jussi Kivilinna
 +
|Role=Joined the GnuPG project in 2012 and worked since then on assembler optimized code for cryptographic algorithms in Libgcrypt
 +
|Email=jussi.kivilinna@iki.fi
 +
}}
 +
{{Resource
 +
|Resource audience=Git
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://dev.gnupg.org/source/libgcrypt.git
 +
}}
 +
{{Resource
 +
|Resource audience=Bugs
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://dev.gnupg.org/
 +
}}
 +
{{Resource
 +
|Resource audience=Security related bug reports
 +
|Resource kind=E-mail
 +
|Resource URL=security@gnupg.org
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/libgcrypt/
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/libgcrypt20
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource kind=Mailing List
|Resource URL=https://tracker.debian.org/pkg/libgcrypt
+
|Resource URL=https://lists.gnupg.org/mailman/listinfo/gnupg-users/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource kind=Mailing List
|Resource URL=https://savannah.gnu.org/projects/libgcrypt
+
|Resource URL=https://lists.gnupg.org/mailman/listinfo/gnupg-devel/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Mailing List
|Resource kind=VCS Repository Webview
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
|Resource URL=http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=summary
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=FTP
|Resource kind=E-mail
+
|Resource kind=Download
|Resource URL=mailto:gcrypt-devel@gnupg.org
+
|Resource URL=https://www.gnupg.org/ftp/gcrypt/libgcrypt/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Wiki
|Resource kind=E-mail
+
|Resource kind=General
|Resource URL=mailto:gnupg-announce@gnupg.org
+
|Resource URL=https://wiki.gnupg.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bugs
+
|Resource audience=Wikidata
|Resource kind=Bug Tracking
+
|Resource kind=General
|Resource URL=https://bugs.gnupg.org/gnupg/index
+
|Resource URL=https://www.wikidata.org/wiki/Q3237868
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line
+
|Interface=command-line, library
 
|Internet-application=security
 
|Internet-application=security
 
|Programming-language=C
 
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
|Use=internet-application, library, security
 
|Use=internet-application, library, security
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 15:37, 4 December 2020


[edit]

Libgcrypt

https://gnupg.org/software/libgcrypt/
Cryptographic library.

This is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

4 September 2020

Notes

https://dev.gnupg.org/source/libgcrypt/browse/master/LICENSES

Applies to part:

  • random/jitterentropy-base.c
  • random/jitterentropy.h
  • random/rndjent.c (plus common Libgcrypt copyright holders)

Verified by

Genium

Verified on

4 September 2020

Notes

https://dev.gnupg.org/source/libgcrypt/browse/master/LICENSES

Applies to part:

  • cipher/arcfour-amd64.S

Verified by

Genium

Verified on

25 February 2016

Verified by

Genium

Verified on

4 September 2020




Leaders and contributors

Contact(s)Role
Werner Koch Maintainer
Jussi Kivilinna Joined the GnuPG project in 2012 and worked since then on assembler optimized code for cryptographic algorithms in Libgcrypt


Resources and communication

AudienceResource typeURI
DebianDeveloperhttps://tracker.debian.org/pkg/libgcrypt20
Mailing Listhttps://lists.gnupg.org/mailman/listinfo/gnupg-users/
GitVCS Repository Webviewhttps://dev.gnupg.org/source/libgcrypt.git
SavannahDeveloperhttps://savannah.gnu.org/projects/libgcrypt/
BugsBug Trackinghttps://dev.gnupg.org/
Mailing Listhttps://lists.gnupg.org/mailman/listinfo/gnupg-devel/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
WikiGeneralhttps://wiki.gnupg.org
FTPDownloadhttps://www.gnupg.org/ftp/gcrypt/libgcrypt/
WikidataGeneralhttps://www.wikidata.org/wiki/Q3237868
Security related bug reportsE-mailsecurity@gnupg.org


Software prerequisites




Entry

















"Joined the GnuPG project in 2012 and worked since then on assembler optimized code for cryptographic algorithms in Libgcrypt" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


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


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


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








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


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








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.