summaryrefslogtreecommitdiff
path: root/TAO/docs/releasenotes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/releasenotes/index.html')
-rw-r--r--TAO/docs/releasenotes/index.html43
1 files changed, 18 insertions, 25 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index fcd1e0b5719..703b712d1b8 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -514,8 +514,8 @@ transport protocols are distributed with TAO:
<ol>
<P><li>UIOP: GIOP over local IPC (UNIX domain sockets)</li>
<P><li>SHMIOP: GIOP over shared memory</li>
-<P><li>SSLIOP: IIOP over SSL (Secure Socket Layer)</li>
-<P><li>DIOP: GIOP over UDP/IP</li>
+<P><li>SSLIOP: IIOP over SSL (Secure Socket Layer).</li>
+<P><li>DIOP: GIOP over UDP/IP (currently located under <A HREF="../../examples/PluggableUDP/">$TAO_ROOT/examples/PluggableUDP/</A>)</li>
</ol>
<P>
@@ -536,10 +536,9 @@ Current Status:
<li>
The basic framework to support pluggable transport protocols has been
-completed. The standard TAO regression tests <tt>Latency</tt>,
-<tt>MT_Cubit</tt>, <tt>Multiple_Inheritance</tt>, <tt>CDR</tt> and
-<tt>EC_Throughput</tt> can be used to verify performance using the new
-framework.</li>
+completed. The standard TAO regression tests <tt>MT_Cubit</tt>,
+<tt>Multiple_Inheritance</tt>, <tt>CDR</tt> and <tt>EC_Throughput</tt>
+can be used to verify performance using the new framework.</li>
<P><li>
Multiple endpoint support in the ORB has been added. A
@@ -1590,11 +1589,9 @@ For up-to-date information, see the project web site
Implemented Features:
<UL>
<LI>
- <P>
IIOP over SSL integration via TAO's
<A HREF="http://doc.ece.uci.edu/TAO/Security/SSLIOP.html">SSLIOP pluggable protocol</A>.
<UL>
- <P>
<LI>
Added an <CODE>SSLIOP::Current</CODE> implementation that can
be used to obtain the SSL session state for the current
@@ -1612,19 +1609,6 @@ Implemented Features:
Implemented <CODE>SecurityLevel1</CODE> for the SSLIOP
security mechanism.
</LI>
- <LI>
- The <CODE>Security::QOPPolicy</CODE> policy has been
- implemented. This policy is used to set the desired
- invocation Quality-of-Protection (QoP). It can be created
- using <CODE>ORB::create_policy()</CODE>, and used in
- conjunction with the standard policy manipulation CORBA
- features (e.g. <CODE>PolicyManager</CODE>,
- <CODE>PolicyCurrent</CODE>), meaning that this policy can
- be set on a per-ORB, per-thread or per-object basis.
- <P>
- This policy makes it possible to, for example, make both secure
- and insecure invocations within the same client process.
- </LI>
</UL>
</LI>
</UL>
@@ -1640,7 +1624,12 @@ Current Status:
Schedule:
<UL>
<LI>
- <FONT COLOR=BLUE>Septempter 2001</FONT><BR>
+ Provisions for finer-grained, i.e. per-object, secure invocation
+ enforcement are slated for TAO 1.1.15.
+ </LI>
+
+ <LI>
+ <FONT COLOR=BLUE>April 2001</FONT><BR>
The following milestones establish a strong foundation upon which
the remaining, more "interesting," CORBA Security Service features
will be built on. Once they are in place, it will also be
@@ -1652,13 +1641,17 @@ Schedule:
interface.
</LI>
<LI>
+ Full implementation of the <CODE>SecureInvocation</CODE>
+ policies.
+ </LI>
+ <LI>
SSLIOP performance enhancements.
</LI>
</UL>
</LI>
<LI>
- <FONT COLOR=BLUE>October 2001</FONT>
+ <FONT COLOR=BLUE>May 2001</FONT>
<UL>
<LI>
Request authentication via
@@ -1694,7 +1687,7 @@ Schedule:
</LI>
<LI>
- <FONT COLOR=BLUE>November 2001</FONT><BR>
+ <FONT COLOR=BLUE>June 2001</FONT><BR>
The following are slated for post TAO 1.2 betas.
<UL>
<LI>
@@ -1710,7 +1703,7 @@ Schedule:
</LI>
<LI>
- <FONT COLOR=BLUE>December 2001</FONT>
+ <FONT COLOR=BLUE>August 2001</FONT>
<UL>
<LI>
Begin work on the CORBA Non-Repudiation Service.