mirror of
				https://github.com/apache/httpd.git
				synced 2025-10-30 08:05:39 +03:00 
			
		
		
		
	tools. Mostly I've only touched the top and the bottom of each doc. I also got rid of the old cover page and the overview, since they seemed obsolete. Once again, I apologize for wrecking Ralf's nice work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91769 13f79535-47bb-0310-9956-ffa450edef68
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <!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>
 |