summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-21 17:43:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-21 17:43:37 +0000
commit924fa96077b53947bc713c37368d958799207215 (patch)
tree787bc64616b45dd807502632d3013175d8c45196 /docs
parent4d60f7af2b50e6ea21929090edff789740c38638 (diff)
downloadATCD-924fa96077b53947bc713c37368d958799207215.tar.gz
Cosmetic changes
Diffstat (limited to 'docs')
-rw-r--r--docs/ACE-SSL.html70
1 files changed, 40 insertions, 30 deletions
diff --git a/docs/ACE-SSL.html b/docs/ACE-SSL.html
index 483a523bbf7..58ea01f7851 100644
--- a/docs/ACE-SSL.html
+++ b/docs/ACE-SSL.html
@@ -2,40 +2,50 @@
<!-- $Id$ -->
<Title>ACE+SSL</TITLE>
-<BODY text = "#000000"
-link="#000fff"
-vlink="#ff0f0f"
-bgcolor="#ffffff">
+ <BODY text = "#000000"
+ link="#000fff"
+ vlink="#ff0f0f"
+ bgcolor="#ffffff">
-<Body>
-<HR><P>
-<H3>What is ACE+SSL?</H3>
-<p>ACE plus SSL is an addition to the core classes which allow the use of the Secure Socket Layer
-with the ACE framework. The following are the core classes conditionally compiled in when you run
-<code>make ssl=1</code>:</p>
-<ul>
- <li>ACE_SSL contains the interface to the ssl library OpenSSL.
- <li>ACE_SSL_SOCK_Stream uses an interface and behavior nearly identical to
- ACE_SOCK_Stream, only with the additional ssl layer functionality.
- <li>ACE_SSL_SOCK_Acceptor/Connector are again similar to their ACE_SOCK counterparts
-</ul>
+ <HR><P>
+ <H3>What is ACE+SSL?</H3>
+ <p>ACE plus SSL is an addition to the core classes which allow the use
+ of the Secure Socket Layer with the ACE framework. The following
+ are the core classes conditionally compiled in when you run
+ <code>make ssl=1</code>:</p>
+ <ul>
+ <li>ACE_SSL contains the interface to the ssl library OpenSSL.
+ <li><code>ACE_SSL_SOCK_Stream</code> uses an interface and
+ behavior nearly identical to <code>ACE_SOCK_Stream</code>,
+ only with the additional ssl layer functionality.
+ <li><code>ACE_SSL_SOCK_Acceptor</code>/<code>Connector</code>
+ are again similar to their <code>ACE_SOCK</code> counterparts.
+ </ul>
-<p>The ssl library we use is OpenSSL which is available at
-<A HREF="http://www.openssl.org/">www.openssl.org</A>. This library must be
-installed in order to use ACE+SSL. We cannot answer all of the questions you may have about
-OpenSSL, but hopefully through using the ACE+SSL interface your questions will be reduced.</p>
+ <p>The SSL/TLS library we use is OpenSSL which is available at
+ <A HREF="http://www.openssl.org/">http://www.openssl.org/</A>.
+ This library must be installed in order to use ACE+SSL. We
+ cannot answer all of the questions you may have about OpenSSL,
+ but hopefully through using the ACE+SSL interface your questions
+ will be reduced.</p>
-<H3>What is the status of ACE+SSL</H3>
-<p>ACE+SSL is currently still in early development. If forced to name names, I would call the core
-functionality beta, while the interface and niceties are still in an alpha stage of development.</p>
+ <H3>What is the status of ACE+SSL</H3>
+ <p>ACE+SSL is currently still in early development. If forced to
+ name names, we would call the core functionality beta, while the
+ interface and niceties are still in an alpha stage of
+ development.</p>
-<H3>How do I get ACE+SSL?</H3>
-<p>Due to the relaxation of export restrictions we have gained permission to distribute ACE+SSL along with the normal ACE distribution. It can be found in $ACE_ROOT/ace/SSL/. Also in the works is SSLIOP for TAO, which can be found in $ACE_ROOT/TAO/orbsvcs/orbsvcs/SSLIOP/.
+ <H3>How do I get ACE+SSL?</H3>
+ <p>Due to the relaxation of export restrictions we have gained
+ permission to distribute ACE+SSL along with the normal ACE
+ distribution. It can be found in $ACE_ROOT/ace/SSL. An SSL
+ pluggable transport for can be found in
+ $ACE_ROOT/TAO/orbsvcs/orbsvcs/SSLIOP.
-<HR><P>
-Back to <A HREF="http://www.cs.wustl.edu/~schmidt/ACE.html">
-ACE</A> home page. <P>
-<!--#include virtual="/~schmidt/cgi-sig.html" -->
-</BODY>
+ <HR><P>
+ Back to <A HREF="http://www.cs.wustl.edu/~schmidt/ACE.html">
+ ACE</A> home page. <P>
+ <!--#include virtual="/~schmidt/cgi-sig.html" -->
+ </BODY>
</HTML>