Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « source - github.com/openssl/web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2964c69efc68397ad4d16447b5e4af4ff58a7fd (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
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->

<body>
<!--#include virtual="/inc/banner.shtml" -->

  <div id="main">
    <div id="content">
      <div class="blog-index">
	<article>
	  <header><h2>Downloads</h2></header>
	  <div class="entry-content">
	    <p>The master sources are maintained in our
	    <a href="gitrepo.html">git repository</a>, which is
	    accessible over the network and cloned on GitHub,
            at <a
              href="https://github.com/openssl/openssl">https://github.com/openssl/openssl</a>.
            Bugs and pull patches (issues and pull requests) should be
            filed on the GitHub repo.
	    Please familiarize yourself with the
	    <a href="license.html">license</a>.
	    </p>

	    <p>The table below lists the latest releases for every branch.
            (For an explanation of the numbering, see our
            <a href="/policies/releasestrat.html">release strategy</a>.)
	    All releases can be found at
	    <a href="old">/source/old</a>.
	    A list of mirror sites can be found <a href="mirror.html">here</a>.
	    </p>

        <p><em>Note:</em> The latest stable version is the 3.0 series supported
        until 7th September 2026. This is also a Long Term Support (LTS) version.
        The previous LTS version (the 1.1.1 series) is also available and is
        supported until 11th September 2023. All older versions (including 1.1.0,
        1.0.2, 1.0.0 and 0.9.8) are now out of support and should not be used.
        Users of these older versions are encouraged to upgrade to 3.0 as soon
        as possible. Extended support for 1.0.2 to gain access to security fixes
        for that version is <a href="/support/contracts.html">available</a>.</p>

        <p>OpenSSL 3.0 is the latest major version of OpenSSL. The OpenSSL FIPS
        Object Module (FOM) 3.0 is an integrated part of the OpenSSL 3.0
        download. You do not need to download the 3.0 FOM separately. Refer to
        the installation instructions inside the download, and use the
        "enable-fips" compile time configuration option to build it.</p>

        <p>For an overview of some of the key concepts in OpenSSL 3.0 see the
        libcrypto
        <a href="https://www.openssl.org/docs/man3.0/man7/crypto.html">manual page</a>.
        Information and notes about migrating existing applications to OpenSSL
        3.0 are available in the
        <a href="https://www.openssl.org/docs/man3.0/man7/migration_guide.html">OpenSSL 3.0 Migration Guide</a></p>

	    <table>
	      <tr>
		<td>KBytes&nbsp;</td>
		<td>Date&nbsp;&nbsp;</td>
		<td>File&nbsp;</td>
	      </tr>
	      <!--#include virtual="index.inc" -->
	    </table>
	    <p>&nbsp;</p>

	    <p>When building a release for the first time, please make sure
	    to look at the INSTALL file in the distribution along with any NOTES
        file applicable to your platform. If you have problems, look at the FAQ,
        which can be found <a href="/docs/faq.html">online</a>. If you
        still need more help, then join the
        <a href="/community/mailinglists.html">openssl-users</a> email list and
        post a question there.</p>

	    <p>PGP keys for the signatures are available from the
	    <a href="https://www.openssl.org/community/otc.html">OTC page</a>.
	    Current members that sign releases include Richard Levitte,
	    Matt Caswell, Paul Dale, and Tomas Mraz. </p>

	    <p>
	    Each day we make a snapshot of each development branch.
	    They can be found at
	    <a href="https://www.openssl.org/source/snapshot/">https://www.openssl.org/source/snapshot/</a>.
            These daily snapshots of the source tree are provided for
            convenience only and not even guaranteed to compile.  Note that
            keeping a git local repository and updating it every 24 hours
            is equivalent and will often be faster and more efficient.</p>

	  <!--#include virtual="/inc/legalities.shtml" -->
	  </div>
	  <footer>
	    You are here: <a href="/">Home</a>
	    : <a href=".">Downloads</a>
	    <br/><a href="/sitemap.txt">Sitemap</a>
	  </footer>

	</article>
      </div>
      <!--#include virtual="sidebar.shtml" -->
    </div>
  </div>

<!--#include virtual="/inc/footer.shtml" -->
</body>

</html>