summaryrefslogtreecommitdiff
path: root/libgcrypt.txt
blob: afce70db63e46b03454539b2f60621f6371c5884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
%%comments:
<p>
The copyright licensing notice below applies to this text.  The software
described in this text has its own copyright notice and license, which can
usually be found in the distribution itself.
</p>
<p>
Copyright &copy; 2000, 2001, 2002 Free Software Foundation, Inc.
</p>
<p>
Permission is granted to copy, distribute, and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or any
later version published by the Free Software Foundation; with no Invariant
Sections, with no Front-Cover Texts, and with no Back-Cover Texts.  A copy
of this license is included in the file <a href="COPYING.DOC">COPYING.DOC</a>.
</p>

%%name: Libgcrypt

%%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, SHA-256, 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.

%%category: sec, libs

%%license: LGPL

%%license-verified-by: Janet Casey <jcasey@gnu.org>

%%license-verified-on: 2001-04-23

%%maintainer: Moritz Schulte <libgcrypt 'at' g10code.com>

%%updated: 2004-04-15

%%keywords: encryption, public key, digital signature, hash, libgcrypt

%%interface: Command line

%%programs: 

%%GNU: yes

%%web-page: http://www.gnupg.org

%%support: Paid extension/consulting from http://www.g10code.com

%%doc: Programmer reference in Texinfo, Postscript, HTML included

%%developers:  Matthew Skala, Michael Roth, Niklas Hernaeus, Remi
Guyomarch, Simon Josefsson, Werner Koch, Moritz Schulte.

%%contributors: 

%%sponsors: 

%%source-tarball: ftp://ftp.gnupg.org/gcrypt/libgcrypt/

%%source-info:

%%source-template:

%%debian:

%%rpm: 

%%repository:  See http://www.gnupg.org/cvs-access.html

%%related:   

%%related-outside-directory: 

%%source-language: C

%%supported-languages: C, C++

%%use-requirements:

%%build-prerequisites:

%%weak-prerequisites: 

%%source-prerequisites:

%%version: 1.3.0-cvs released ...

%%announce-list: <gnupg-announce@gnupg.org>  
		 <gnupg-announce-request@gnupg.org>

%%announce-news:

%%help-list: 

%%help-news:

%%help-irc-channel:

%%dev-irc-channel:

%%dev-list: <gcrypt-devel@gnupg.org>  
	    <gcrypt-devel-request@gnupg.org>

%%dev-news:

%%bug-list: 

%%bug-database: 

%%entry-written-by: Werner Koch <wk@gnupg.org>

%%entry-added: 2001-06-01