Miscellaneous updates for the 3.0 release
[openssl-web.git] / source / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.shtml" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.shtml" -->
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>The master sources are maintained in our
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             Bugs and pull patches (issues and pull requests) should be
20             filed on the GitHub repo.
21             Please familiarize yourself with the
22             <a href="license.html">license</a>.
23             </p>
24
25             <p>The table below lists the latest releases for every branch.
26             (For an explanation of the numbering, see our
27             <a href="/policies/releasestrat.html">release strategy</a>.)
28             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 3.0 series. Also
34         available is the 1.1.1 series which is our Long Term Support (LTS)
35         version, supported until 11th September 2023. All older versions
36         (including 1.1.0, 1.0.2, 1.0.0 and 0.9.8) are now out of support and
37         should not be used. Users of these older versions are encouraged to
38         upgrade to 3.0 or 1.1.1 as soon as possible. Extended support
39         for 1.0.2 to gain access to security fixes for that version is
40         <a href="/support/contracts.html">available</a>.</p>
41
42         <p>OpenSSL 3.0 is the latest major version of OpenSSL. The OpenSSL FIPS
43         Object Module (FOM) 3.0 is an integrated part of the OpenSSL 3.0
44         download. You do not need to download the 3.0 FOM separately. Refer to
45         the installation instructions inside the download, and use the
46         "enable-fips" compile time configuration option to build it.</p>
47
48         <p>For an overview of some of the key concepts in OpenSSL 3.0 see the
49         libcrypto
50         <a href="https://www.openssl.org/docs/man3.0/man7/crypto.html">manual page</a>.
51         Information and notes about migrating existing applications to OpenSSL
52         3.0 are available in the
53         <a href="https://www.openssl.org/docs/man3.0/man7/migration_guide.html">OpenSSL 3.0 Migration Guide</a></p>
54
55         <p>The OpenSSL FIPS Object Module (FOM) 2.0 is also available for
56         download. It is no longer receiving updates. It must be used in
57         conjunction with a FIPS capable version of OpenSSL (1.0.2 series).</p>
58
59             <table>
60               <tr>
61                 <td>KBytes&nbsp;</td>
62                 <td>Date&nbsp;&nbsp;</td>
63                 <td>File&nbsp;</td>
64               </tr>
65               <!--#include virtual="index.inc" -->
66             </table>
67             <p>&nbsp;</p>
68
69             <p>When building a release for the first time, please make sure
70             to look at the INSTALL file in the distribution along with any NOTES
71         file applicable to your platform. If you have problems, look at the FAQ,
72         which can be found <a href="/docs/faq.html">online</a>. If you
73         still need more help, then join the
74         <a href="/community/mailinglists.html">openssl-users</a> email list and
75         post a question there.</p>
76
77             <p>PGP keys for the signatures are available from the
78             <a href="https://www.openssl.org/community/omc.html">OMC page</a>.
79             Current members that sign releases include Richard Levitte and
80             Matt Caswell.
81
82             <p>
83             Each day we make a snapshot of each development branch.
84             They can be found at
85             <a href="https://www.openssl.org/source/snapshot/">https://www.openssl.org/source/snapshot/</a>.
86             These daily snapshots of the source tree are provided for
87             convenience only and not even guaranteed to compile.  Note that
88             keeping a git local repository and updating it every 24 hours
89             is equivalent and will often be faster and more efficient.</p>
90
91           <!--#include virtual="/inc/legalities.shtml" -->
92           </div>
93           <footer>
94             You are here: <a href="/">Home</a>
95             : <a href=".">Downloads</a>
96             <br/><a href="/sitemap.txt">Sitemap</a>
97           </footer>
98
99         </article>
100       </div>
101       <!--#include virtual="sidebar.shtml" -->
102     </div>
103   </div>
104
105 <!--#include virtual="/inc/footer.shtml" -->
106 </body>
107
108 </html>