blob: 971686a1b714cdce1b2286a0a4f46e5f9817512a [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Apache SSL/TLS Encryption</title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#000080" alink="#FF0000">
<!--#include virtual="header.html" -->
<h1 align="CENTER">SSL/TLS Strong Encryption</h1>
<p>The Apache HTTP Server module <a href="../mod/mod_ssl.html">mod_ssl</a>
provides an interface to the <a
href="http://www.openssl.org/">OpenSSL</a> library, which provides
Strong Encryption using the Secure Sockets Layer and Transport Layer
Security protocols. The module and this documentation are based on
Ralf S. Engelschall's mod_ssl project.</p>
<ul>
<li><a href="ssl_intro.html">Introduction</a></li>
<li><a href="ssl_compat.html">Compatibility</a></li>
<li><a href="ssl_howto.html">How-To</a></li>
<li><a href="ssl_faq.html">Frequently Asked Questions</a></li>
<li><a href="ssl_glossary.html">Glossary</a></li>
</ul>
<p>Extensive documentation on the directives and environment variables
provided by this module is provided in the <a
href="../mod/mod_ssl.html">mod_ssl reference documentation</a>.</p>
<p><!--#include virtual="footer.html" --> </p>
</body>
</html>