bin/mk-notes: correct the anchor links to the CVE descriptions
[openssl-web.git] / 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>Welcome to OpenSSL!</h2></header>
13         <div class="entry-content">
14           <p>
15           OpenSSL is a
16           robust, commercial-grade, and full-featured toolkit
17           for the Transport Layer Security (TLS) and Secure
18           Sockets Layer (SSL) protocols. It is also a general-purpose
19           cryptography library.  For more information about the
20           team and community around the project, or to start making
21           your own contributions, start with the
22           <a href="/community">community</a> page. To get the
23           latest news, download the source, and so on, please see
24           the sidebar or the buttons at the top of every page.
25           </p>
26
27           <p>
28           OpenSSL is licensed under an Apache-style license,
29           which basically means that you are free to get and use it for
30           commercial and non-commercial purposes subject to some simple
31           license conditions.
32           </p>
33
34           <p>For a list of vulnerabilities, and the releases in
35           which they were found and fixes, see our
36           <a href="news/vulnerabilities.html">Vulnerabilities</a> page.
37           </p>
38
39           <h3>Latest News</h3>
40           <table class="newsflash" width="90%">
41             <!--#include virtual="newsflash.inc"-->
42             <tr><td class="d"><a href="news">More...</a></td><td class="t"></td></tr>
43           </table>
44           <p>&nbsp;</p>
45
46           <!--#include virtual="/inc/legalities.shtml" -->
47
48         </div>
49         <footer>
50           You are here: <a href="/">Home</a>
51           <br/><a href="/sitemap.txt">Sitemap</a>
52         </footer>
53       </article>
54     </div>
55     <!--#include virtual="sidebar.shtml" -->
56   </div>
57 </div>
58
59 <!--#include virtual="/inc/footer.shtml" -->
60 </body>
61
62 </html>