forked from openssl/web
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
62 lines (53 loc) · 1.78 KB
/
index.html
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
<!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>Welcome to OpenSSL!</h2></header>
<div class="entry-content">
<p>
OpenSSL is a
robust, commercial-grade, and full-featured toolkit
for the Transport Layer Security (TLS) and Secure
Sockets Layer (SSL) protocols. It is also a general-purpose
cryptography library. For more information about the
team and community around the project, or to start making
your own contributions, start with the
<a href="/community">community</a> page. To get the
latest news, download the source, and so on, please see
the sidebar or the buttons at the top of every page.
</p>
<p>
OpenSSL is licensed under an Apache-style license,
which basically means that you are free to get and use it for
commercial and non-commercial purposes subject to some simple
license conditions.
</p>
<p>For a list of vulnerabilities, and the releases in
which they were found and fixes, see our
<a href="news/vulnerabilities.html">Vulnerabilities</a> page.
</p>
<h3>Latest News</h3>
<table class="newsflash" width="90%">
<!--#include virtual="newsflash.inc"-->
<tr><td class="d"><a href="news">More...</a></td><td class="t"></td></tr>
</table>
<p> </p>
<!--#include virtual="/inc/legalities.shtml" -->
</div>
<footer>
You are here: <a href="/">Home</a>
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
</article>
</div>
<!--#include virtual="sidebar.shtml" -->
</div>
</div>
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>