summaryrefslogtreecommitdiffstatsabout
path: root/index.xml
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2011-07-22 13:32:25 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2011-07-22 13:32:25 (GMT)
commitd799553eb16e6fe9a057e4f57d73db13e1aa786f (patch)
tree0bf60396446c52064f78afc1bd11cbdf538cf807 /index.xml
move project page to ooo-pages branch
Diffstat (limited to 'index.xml')
-rw-r--r--index.xml195
1 files changed, 195 insertions, 0 deletions
diff --git a/index.xml b/index.xml
new file mode 100644
index 0000000..06bde0d
--- /dev/null
+++ b/index.xml
@@ -0,0 +1,195 @@
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="../../../../xsl/projects.xsl"?>
3<ooo title="mod_gnutls" path="/projects/apache/mod_gnutls/" osi="on">
4 <section title="Abstract">
5 <content type="docbook">
6 <para>
7 mod_gnutls uses the <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> library
8 to provide SSL 3.0, TLS 1.0, TLS 1.1 and 1.2 encryption for Apache HTTPD. It is similar to
9 <ulink url="http://httpd.apache.org/docs-2.1/mod/mod_ssl.html">mod_ssl</ulink>
10 in purpose, but does not use <ulink url="http://www.openssl.org/">OpenSSL</ulink>.
11 </para>
12 </content>
13 </section>
14
15 <section title="Features">
16 <content type="xhtml">
17 <div xmlns="http://www.w3.org/1999/xhtml">
18 <ul>
19 <li>Support for SSL 3.0, TLS 1.x.</li>
20 <li>Support for client certificates.</li>
21 <li>Support for <a href="http://www.tools.ietf.org/html/rfc5746">Safe renegotiation</a>.</li>
22 <li>Support for <a href="http://tools.ietf.org/html/draft-mavrogiannopoulos-rfc5081bis-09">RFC 5081bis</a>
23 <a href="http://www.gnu.org/software/gnutls/openpgp.html">OpenPGP certificate authentication</a>.</li>
24 <li>Support for
25 <a href="http://www.tools.ietf.org/html/rfc5054">RFC 5054</a> <a href="http://www.gnu.org/software/gnutls/manual/html_node/Authentication-using-SRP.html#Authentication-using-SRP">SRP
26 authentication</a>.</li>
27 <li>Support for <a href="sni/">Server Name Indication</a>.</li>
28 <li>Distributed SSL Session Cache via <a href="http://www.danga.com/memcached/">Memcached</a></li>
29 <li>Local SSL Session Cache using DBM</li>
30 <li>Support for Session Tickets instead of Session Caching</li>
31 <li>Sets enviromental vars for scripts (compatible with mod_ssl vars)</li>
32 <li>Small and focused code base:
33 <blockquote>
34 Lines of code in mod_gnutls: 4,081<br/>
35 Lines of code in mod_ssl: 15,324</blockquote></li>
36 </ul>
37 </div>
38 </content>
39 </section>
40
41 <section title="Documentation">
42 <content type="xhtml">
43 <div xmlns="http://www.w3.org/1999/xhtml">
44 <a href="docs/">mod_gnutls Documentation</a>
45 </div>
46 </content>
47 </section>
48
49 <changelog>
50 <entry version="0.5.10" fdate="2011-07-12T09:00:00-04:00">
51 <content type="xhtml">
52 <div xmlns="http://www.w3.org/1999/xhtml">
53 <ul>
54 <li>Patched a bug responsible for excessive memory consumption by mod_gnutls</li>
55 <li>Support for proxying from SSL to plain HTTP was added (ie. proxy termination).</li>
56 </ul>
57 </div>
58 </content>
59 </entry>
60 <entry version="0.5.9" fdate="2010-24-09T00:00:00-07:00">
61 <content type="xhtml">
62 <div xmlns="http://www.w3.org/1999/xhtml">
63 <ul>
64 <li>Corrected behavior with Keep-Alive connections.</li>
65 <li>Changed default DB backend and added more options for GnuTLSCache directive.</li>
66 </ul>
67 </div>
68 </content>
69 </entry>
70
71 <entry version="0.5.8" fdate="2010-18-08T00:00:00-07:00">
72 <content type="xhtml">
73 <div xmlns="http://www.w3.org/1999/xhtml">
74 <ul>
75 <li>Session Tickets are enabled by default.</li>
76 <li>Fixed segmentation faults in some configurations.</li>
77 </ul>
78 </div>
79 </content>
80 </entry>
81
82 <entry version="0.5.7" fdate="2010-07-01T00:00:00-07:00">
83 <content type="xhtml">
84 <div xmlns="http://www.w3.org/1999/xhtml">
85 <ul>
86 <li>Optimization in session caching.</li>
87 <li>Added support for session tickets, allowing resumption even without
88 any cache.</li>
89 <li>Depends on GnuTLS with safe renegotiation support included.</li>
90 </ul>
91 </div>
92 </content>
93 </entry>
94
95 <entry version="0.5.6" fdate="2010-03-24T00:00:00-07:00">
96 <content type="xhtml">
97 <div xmlns="http://www.w3.org/1999/xhtml">
98 <ul>
99 <li>Corrected issues with firefox and long POST data.</li>
100 <li>Added support for chained client certificates.</li>
101 <li>Several other bug fixes.</li>
102 </ul>
103 </div>
104 </content>
105 </entry>
106
107 <entry version="0.5.5" fdate="2009-06-13T00:00:00-07:00">
108 <content type="xhtml">
109 <div xmlns="http://www.w3.org/1999/xhtml">
110 <ul>
111 <li>Removed limits on CA certificate loading.</li>
112 <li>Do not allow sending empty TLS packets even when instructed
113 to.</li>
114 </ul>
115 </div>
116 </content>
117 </entry>
118
119 </changelog>
120
121 <requirements>
122 <title>Prerequisites</title>
123 <software name="GnuTLS" url="http://www.gnu.org/software/gnutls/">
124 <requirement version="2.10.0" type="minimum"/>
125 </software>
126 <software name="Apache HTTPd" url="http://httpd.apache.org/">
127 <requirement version="2.0.42" type="minimum"/>
128 <requirement version="2.1.5-dev" type="minimum"/>
129 </software>
130 <software name="APR Memcache Client" url="/projects/libs/apr_memcache/" optional="1">
131 <requirement version="0.7.0" type="minimum"/>
132 </software>
133 </requirements>
134
135<downloads
136 name="mod_gnutls" baseref="/downloads/mod_gnutls/"
137 extension="tar.bz2">
138
139
140 <category branch="Stable" latest="0.5.8">
141<title>Stable branch</title>
142<download version="0.5.10" md5sum="53fd571080b16333d3a4550b8477bf3c"/>
143<download version="0.5.9" md5sum="9b7050fb0dfec88225b15c821dfd26c4"/>
144<download version="0.5.8" md5sum="1372fd5e8ee9017fea5c125e6acb8415"/>
145<download version="0.5.7" md5sum="36bc29310a6c40bd31cdaeb31afc29ef"/>
146<download version="0.5.6" md5sum="ad52de9b43a10157b3338f472b30f932"/>
147<download version="0.5.5" md5sum="53aef6d0c295fc2b7d5d2ee4576e6884"/>
148</category>
149
150 </downloads>
151
152 <section position="bottom" title="Repositories">
153 <content type="xhtml">
154 <div xmlns="http://www.w3.org/1999/xhtml">
155 <ul>
156 <li><a href="/downloads/mod_gnutls/">Old releases</a></li>
157 <li>Git Repository <a href="git://git.outoforder.cc/httpd/mod_gnutls.git">git://git.outoforder.cc/httpd/mod_gnutls.git</a></li>
158 </ul>
159 </div>
160 </content>
161 </section>
162
163 <mailinglists spam="warning">
164 <content type="docbook">
165 <para>
166 There are two mailing lists for mod_gnutls. The first is the generic
167announcement mailing list which provides announcements for all software releases
168on OutOfOrder.cc, but can be filtered by choosing topics in the mailing list
169options page. The second is the user mailing list.
170Release announcements will be cross posted to both lists.
171 </para>
172 </content>
173 <list>
174 <mailinglist name="announce" type="mailman" host="lists.outoforder.cc"/>
175 <mailinglist name="modules" type="mailman" host="lists.outoforder.cc"/>
176 </list>
177 </mailinglists>
178
179 <section position="bottom">
180 <title>Contact &amp; Help</title>
181 <content type="docbook">
182 <!--
183 <para>
184 <ulink url="/email/?Subject=mod_gnutls">E-Mail us</ulink>, about mod_gnutls.
185 </para>
186 -->
187 <para>
188 Send an e-mail to the <link linkend="mailinglist">mod_gnutls mailing list</link>.
189 </para>
190 <para>
191 Bugs should be reported to the <ulink url="http://bugs.outoforder.cc">OutOfOrder.cc Bug Tracker</ulink>.
192 </para>
193 </content>
194 </section>
195</ooo>