Correct path for 1.0.2 shortcuts
[openssl-web.git] / source / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.inc" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.inc" -->
7
8   <div id="main">
9     <div id="content">
10       <div class="blog-index">
11         <article>
12           <header><h2>Downloads</h2></header>
13           <div class="entry-content">
14             <p>Our development is maintained in a
15             <a href="gitrepo.html">git repository</a>, which is
16             accessible over the network and cloned on GitHub,
17             at <a
18               href="https://github.com/openssl/openssl">https://github.com/openssl/openssl</a>.
19             Please familiarize yourself with the
20             <a href="license.html">license</a>.
21             </p>
22
23             <p>The table below lists the latest releases for every branch.
24             (For an explanation of the numbering, see our
25             <a href="/policies/releasestrat.html">release strategy</a>.)
26             The most recent previous releases can be found at
27             <a href="ftp://ftp.openssl.org/source/">ftp://ftp.openssl.org/source/</a>
28             and all releases can be found at
29             <a href="old">/source/old</a>.
30             A list of mirror sites can be found <a href="mirror.html">here</a>.
31             </p>
32
33             <p><em>Note:</em> The latest stable version is the 1.0.2 series
34             of releases. This is also our Long Term Support (LTS) version
35             (support will be provided until 31st December 2019). The 1.0.1
36             version is currently only receiving security bug fixes and all
37             support will be discontinued for this version on 31st December
38             2016. Our newest version is 1.1.0 which is currently in alpha
39             testing and should not be used for production purposes at this
40             time. The 0.9.8 and 1.0.0 versions are now out of support and
41             should not be used.</p>
42
43             <table>
44               <tr>
45                 <td>KBytes&nbsp;</td>
46                 <td>Date&nbsp;&nbsp;</td>
47                 <td>File&nbsp;</td>
48               </tr>
49               <!--#include virtual="index.inc" -->
50             </table>
51             <p>&nbsp;</p>
52
53             <p>When building a release for the first time, please make sure
54             to look at the README and INSTALL files in the distribution.
55             If you have problems, look at the FAQ, which can also be
56             found <a href="/docs/faq.html">online</a>.</p>
57
58             <p>
59             Each day we make a snapshot of each development branch.
60             They can be found at
61             <a href="ftp://ftp.openssl.org/snapshot/">ftp://ftp.openssl.org/snapshot/</a>.
62             These snapshots are provided for convenience only. When you really
63             want to keep yourself up-to-date please clone the git repository
64             instead.</p>
65
66           <!--#include virtual="/inc/legalities.inc" -->
67           </div>
68           <footer>
69             You are here: <a href="/">Home</a>
70             : <a href=".">Downloads</a>
71             <br/><a href="/sitemap.txt">Sitemap</a>
72           </footer>
73
74         </article>
75       </div>
76       <!--#include virtual="sidebar.inc" -->
77     </div>
78   </div>
79
80 <!--#include virtual="/inc/footer.inc" -->
81 </body>
82
83 </html>