Founders in emphasis
[openssl-web.git] / 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>Welcome to the OpenSSL Project</h2></header>
13         <div class="entry-content">
14           <p>
15           The OpenSSL Project is a collaborative effort to develop a
16           robust, commercial-grade, full-featured, and Open Source toolkit
17           implementing the Transport Layer Security (TLS) and Secure
18           Sockets Layer (SSL) protocols as well as a full-strength
19           general purpose cryptography library. The project is managed
20           by a worldwide community of volunteers that use the Internet
21           to communicate, plan, and develop the OpenSSL toolkit and its
22           related documentation.
23           </p>
24
25           <p>
26           OpenSSL is based on the excellent SSLeay library developed by Eric
27           Young and Tim Hudson. The OpenSSL toolkit is licensed under an
28           Apache-style license, which basically means that you are free to
29           get and use it for commercial and non-commercial purposes subject
30           to some simple license conditions. 
31           </p>
32
33           <h3>Latest News</h3>
34           <table class="newsflash" width="90%">
35             <!--#include virtual="newsflash.inc"-->
36             <tr><td class="d"><a href="news">More...</a></td><td class="t"></td></tr>
37           </table>
38           <p>&nbsp;</p>
39
40           <!--#include virtual="/inc/legalities.inc" -->
41
42         </div>
43         <footer>
44           You are here: <a href="/">Home</a>
45           <br/><a href="/sitemap.txt">Sitemap</a>
46         </footer>
47       </article>
48     </div>
49     <!--#include virtual="sidebar.inc" -->
50   </div>
51 </div>
52
53 <!--#include virtual="/inc/footer.inc" -->
54 </body>
55
56 </html>