diff --git a/web/software/libgcrypt/index.org b/web/software/libgcrypt/index.org index 2280a43..324ab6d 100644 --- a/web/software/libgcrypt/index.org +++ b/web/software/libgcrypt/index.org @@ -1,71 +1,74 @@ # #+TITLE: GnuPG - Libgcrypt #+STARTUP: showall #+SETUPFILE: "../../share/setup.inc" #+GPGWEB-NEED-SWDB * Libgcrypt /Libgcrypt/ is a general purpose cryptographic library originally based on code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric cipher algorithms (AES, Arcfour, Blowfish, [[http://info.isl.ntt.co.jp/crypt/eng/camellia/][Camellia]], CAST5, ChaCha20 DES, GOST28147, Salsa20, [[http://tools.ietf.org/html/rfc4269][SEED]], Serpent, Twofish) and modes (ECB,CFB,CBC,OFB,CTR,CCM,GCM,OCB,POLY1305,AESWRAP), hash algorithms (MD2, MD4, MD5, GOST R 34.11, RIPE-MD160, SHA-1, SHA2-224, SHA2-256, SHA2-384, SHA2-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE-128, SHAKE-256, TIGER-192, Whirlpool), MACs (HMAC for all hash algorithms, CMAC for all cipher algorithms, GMAC-AES, GMAC-CAMELLIA, GMAC-TWOFISH, GMAC-SERPENT, GMAC-SEED, Poly1305, Poly1305-AES, Poly1305-CAMELLIA, Poly1305-TWOFISH, Poly1305-SERPENT, Poly1305-SEED), public key algorithms (RSA, Elgamal, DSA, ECDSA, EdDSA, ECDH), large integer functions, random numbers and a lot of supporting functions. Libgcrypt works on most POSIX systems and many pre-POSIX systems. It can also be built using a cross-compiler system for Microsoft Windows. See also its [[https://en.wikipedia.org/wiki/Libgcrypt][Wikipedia]] entry. ** Availibility Due to former U.S. export restrictions on cryptographic software, the software is not distributed via the standard GNU archives but from the European based GnuPG server. The current stable version is {{{libgcrypt_ver}}} which was - released on {{{libgcrypt_date}}}. See the [[../../download/index.org::libgcrypt][download]] section for the + released on {{{libgcrypt_date}}} from the {{{libgcrypt_branch}} branch. + See the [[../../download/index.org::libgcrypt][download]] section for the latest tarball. All versions of Libgcrypt since 1.2 are API and ABI compatible. The 1.6 series reached end-of-life on 2017-06-30. The 1.7 series reached end-of-life on 2019-06-30. The 1.8 series is a LTS - version. 1.9 is the current stable version. + version. The 1.9 series was superseded by the 1.10 series with the + release of 1.10.1 on 2022-03-28. + + The development takes place in a Git repo, see our + [[https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git][Git Viewer]]. + For more information see our [[../../download/git.org][Git page]]. - The development takes place in a Git repo, see our [[https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git][Git Viewer]] - The current stable version is {{{libgcrypt_branch}}}. For more - information see our [[../../download/git.org][Git page]]. ** Copying Libgcrypt is distributed under the terms of the GNU Lesser General Public License (LGPLv2.1+). The helper programs as well as the documentation are distributed under the terms of the GNU General Public License (GPLv2+). The file LICENSES has notices about contributions that require that these additional notices are distributed.