summaryrefslogtreecommitdiff
path: root/download.wml
blob: c83352422ddd80fb45cd9f0c18c29af96d0f224b (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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
#include 'common.wml' page="Download"

<p>
<center>
  <table class="transparent" border=0 width=80%>
    <tr><td>
         Required libraries:
         <ul>
           <li><a href="http://www.lysator.liu.se/~nisse/nettle/">libnettle</a> crypto back-end</li>
           <li><a href="http://gmplib.org/">gmplib</a> arithmetic library<sup><a href="#fn1" id="ref1">1</a></sup></li>

         </td><td>
        Optional libraries:
        <ul>
          <li><a href="http://www.gnu.org/software/libtasn1/">libtasn1</a> ASN.1 parsing - a copy is included in GnuTLS</li>
          <li><a href="http://p11-glue.freedesktop.org/p11-kit.html">p11-kit</a> for PKCS #11 support</li>
          <li><a href="http://trousers.sourceforge.net/">trousers</a> for TPM support</li>
          <li><a href="http://www.gnu.org/software/libidn/">libidn</a> for Internationalized Domain Names support</li>
          <li><a href="http://unbound.net/">libunbound</a> for DNSSEC/DANE functionality</li>
          <li><a href="http://www.zlib.net/">zlib</a> for compression</li>
        </ul>
    </td></tr>
  </table>
</center>
</p>

<perl>
sub print_ver {
my $name = $_[0];
my $abi = $_[1];
my $version = $_[2];

if ($version ne '') {
print " <tr>
    <td>$name</td><td>${version}.x</td>
    <td>$abi</td>
    <td><a href=\"ftp://ftp.gnutls.org/gcrypt/gnutls/v${version}\">
	ftp://ftp.gnutls.org/gcrypt/gnutls/v${version}</a> (<a href=\"http://www.gnupg.org/download/mirrors.en.html\">mirror list</a>)</td>
  </tr>\n" if ("${version}" ne "");
}
return;
}

</perl>


<p>

<center>

<h1>Downloading the GnuTLS library</h1>

  All the new releases are signed
  with <a href="http://members.hellug.gr/nmav/pgpkeys.asc">Nikos'</a>
  OpenPGP key.

<table class="news" border=0 cellspacing=1 width=80%>

  <tr>
    <th>Release</th>
    <th>Version</th>
    <th>ABI</th>
    <th>Location</th>
  </tr>


<:= &print_ver("Next stable<sup><a href=\"#fn2\" id=\"ref2\">2</a></sup>", "$(STABLE_NEXT_ABI)", "$(STABLE_NEXT_VER)") :>
<:= &print_ver("Current stable", "$(STABLE_ABI)", "$(STABLE_VER)") :>
<:= &print_ver("Previous stable", "$(STABLE_OLD_ABI)", "$(STABLE_OLD_VER)") :>

</table>

</p>

<p>
<h1>GnuTLS for Windows</h1>

<table class="news" border=0 cellspacing=1 width=80%>

  <tr>
    <th>Description</th>
    <th>Location</th>
  </tr>

  <tr>
    <td>Latest precompiled version</td>
    <td>
        <a href="ftp://ftp.gnutls.org/gcrypt/gnutls/w32/">ftp://ftp.gnutls.org/gcrypt/gnutls/w32/</a>
    </td>
  </tr>

<!--
  <tr>
    <td>
        <a href="ftp://ftp.gnu.org/gnu/gnutls/w32/">ftp://ftp.gnu.org/gnu/gnutls/w32/</a>
    </td>
    <td>gnu.org FTP server, see <a href="http://www.gnu.org/prep/ftp.html">
	list of mirrors</a></td>
    <td>USA</td>
    <td><a href="http://www.fsf.org">FSF</a></td>
  </tr>
-->

</table>
</p>
<p>
<h1>GnuTLS in other languages than C</h1>

<table class="news" border=0 cellspacing=1 width=80%>

  <tr>
    <th>Language</th>
    <th>Location</th>
  </tr>
  <tr>
    <td>C++</td>
    <td><a href="http://www.libcxx.org">LibCXX</a><br>
         The GnuTLS distribution also includes a (limited) C++ interface.
    </td>
  </tr>
  <tr>
    <td>Python</td>
    <td><a href="http://pypi.python.org/pypi/python-gnutls/">python-gnutls</a></td>
  </tr>
  <tr>
    <td>PHP</td>
    <td><a href="https://github.com/netaware/php5-gnutls">PHP5-gnutls</a></td>
  </tr>
  <tr>
    <td>Guile (scheme)</td>
    <td>Included in the GnuTLS distribution</td>
  </tr>

</table>
</center>
</p>


<p>
<sup id="fn1">1. Gmplib 6 is under LGPLv3 or GPLv2. <a href="ftp://ftp.gmplib.org/pub/gmp/gmp-4.2.1.tar.bz2">Older versions of gmplib</a> under LGPLv2 are also supported.</sup>
<br>
<sup id="fn2">2. Stable-next will be the next stable release; while it is believed to be sufficiently stable it is not as well tested as the stable branch.</sup>
</p>
<!-- <p>
  Daily snapshots are available from
  <a href="http://daily.josefsson.org/gnutls/">
    http://daily.josefsson.org/gnutls/</a>.
</p> -->

#include 'bottom.wml'