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