summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 21:54:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 21:54:45 +0000
commitd8648528d97b08705a4da3651a4272371706aac3 (patch)
tree82dd56647831124efef0f5b017e40da27c9c6e0a
parent756cb18161f49e44b4cc2a9c023dad60b09072ec (diff)
downloadATCD-d8648528d97b08705a4da3651a4272371706aac3.tar.gz
ChangeLogTag:Thu Aug 19 16:47:21 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html2
-rw-r--r--ChangeLog-99b8
-rw-r--r--docs/ACE-SSL.html62
3 files changed, 72 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index e37f8b3444f..22c20099e24 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1725,6 +1725,8 @@ intact.<p>
<LI><A HREF="#flags">Makfile Flags</A>
<LI><A HREF="http://www.cs.wustl.edu/~levine/CVS.html">Version Control</A>
<LI><A HREF="http://www.cs.wustl.edu/~cleeland/ace/makefile-hints.html">ACE Makefile hints</a>
+ <LI><A
+ HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/docs/ACE-SSL.html">ACE SSL effort</a>
</UL>
<H4><A NAME="Non-static Object Manager">Non-static
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 13f1a0bf0f4..b32688d2ac5 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,11 @@
+Thu Aug 19 16:47:21 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ACE-INSTALL.html: Added a reference to $ACE_ROOT/docs/ACE-SLL.html.
+
+ * docs: Added a new ACE-SSL.html file that explains how to participate in the
+ ACE SSL project. Thanks to John Heitmann <jwh1@cs.wustl.edu>
+ for adding this.
+
Thu Aug 19 15:31:58 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/OS.h (ACE_OSTREAM_TYPE): Removed the redundant trailing *
diff --git a/docs/ACE-SSL.html b/docs/ACE-SSL.html
new file mode 100644
index 00000000000..43a747a9595
--- /dev/null
+++ b/docs/ACE-SSL.html
@@ -0,0 +1,62 @@
+<HTML>
+<!-- $Id$ -->
+<Title>ACE+SSL</TITLE>
+
+<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>
+
+<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>
+
+<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>How do I get ACE+SSL?</H3>
+<p>Currently we are investigating the implications of US cryptographic export restrictions
+on the ACE+SSL distribution. Until this is ironed out, the only way to get the distribution
+is to join the mailing list ace-ssl-users, or contact me with some reasonable proof you
+are in the US. Reasonable proof includes sending me mail from domains only in the US. Examples
+include .edu s in the US, or ISP which are only in the US. Hotmail accounts won't work:).</p>
+
+<H3>How do I join ace-ssl-users?</H3>
+<p>Ace-ssl-users is a majordomo mailing list, ace-ssl-users@cs.wustl.edu. We will be
+discussing and distributing code on the list, so again it must for now be restricted to members
+from the US only. Any subscriptions will be forwarded to me for approval, so if it is not obvious
+your email is from the US, send some proof to me,
+<A HREF="mailto:jwH3@cs.wustl.edu">jwH3@cs.wustl.edu</A>, so that I may verify your locality.</p>
+
+<H3>When will this @#*@$ export policy change?</H3>
+<p>If you are talking about the US export policy, I don't know, hopefully as soon as possible. If you
+are asking when the Doc Group's policy will change, our lawyers are looking in to the situation now,
+so hopefully we will have a better position soon. Our current restrictive policy is only temporary,
+I don't think anyone here would be happy if this module couldn't be as open as the rest of the project
+is. I apologize to everyone inconvenienced by this. Look for announcements on ace-users when we know
+what the final word will be.</p>
+
+<p><A HREF="mailto:jwH3@cs.wustl.edu">John Heitmann</A></P>
+
+<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>
+