summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-21 22:56:34 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-21 22:56:34 +0000
commit8e803e4938266b816c2b572345a930b2c0918291 (patch)
tree36239e64b255f6adda6d2e8c5c504f87a423a268
parent3e32a701248525f811ddbbd69d70aa4fa75206d1 (diff)
downloadATCD-8e803e4938266b816c2b572345a930b2c0918291.tar.gz
ChangeLogTag:Wed Mar 21 14:54:07 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/docs/releasenotes/index.html34
2 files changed, 23 insertions, 17 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 07050f3dcb7..8ffe20327b4 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed Mar 21 14:54:07 2001 Ossama Othman <ossama@uci.edu>
+
+ * docs/releasenotes/index.html:
+
+ Updated CORBA Security Service release notes.
+
Wed Mar 21 16:08:32 2001 Nanbor Wang <nanbor@cs.wustl.edu>
The followings are contributions from Scott Snyder
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index b2f9763364a..79e8fa08eca 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -1704,6 +1704,10 @@ Implemented Features:
invocation by rejecting requests coming in on the insecure
port if the server is configured to do so (default behavior).
</LI>
+ <LI>
+ Implemented <CODE>SecurityLevel1</CODE> for the SSLIOP
+ security mechanism.
+ </LI>
</UL>
</LI>
</UL>
@@ -1711,8 +1715,8 @@ Implemented Features:
Current Status:
<UL>
<LI>
- The level 1 authentication mechanisms detailed in the CORBA
- Security Service specification are currently under development.
+ Core <CODE>SecurityLevel2</CODE> interfaces such as
+ <CODE>Credentials</CODE> are currently under development.
</LI>
</UL>
@@ -1720,11 +1724,11 @@ Schedule:
<UL>
<LI>
Provisions for finer-grained, i.e. per-object, secure invocation
- enforcement are slated for TAO 1.1.12.
+ enforcement are slated for TAO 1.1.15.
</LI>
<LI>
- <FONT COLOR=BLUE>December 2000</FONT><BR>
+ <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
@@ -1732,10 +1736,6 @@ Schedule:
real-time security.
<UL>
<LI>
- Complete full <CODE>SecurityLevel1</CODE> interface
- implementation.
- </LI>
- <LI>
Partial implementation of <CODE>SecurityManager</CODE>
interface.
</LI>
@@ -1750,14 +1750,14 @@ Schedule:
</LI>
<LI>
- <FONT COLOR=BLUE>February 2001</FONT>
+ <FONT COLOR=BLUE>May 2001</FONT>
<UL>
<LI>
Request authentication via
<A HREF="http://web.mit.edu/kerberos/www/">Kerberos</A>, as
detailed in the CORBA Security Service specification. This
- requires the SECIOP secure interoperability protocol, but
- initial experiments will be performed via TAO's existing
+ requires the Common Secure Interoperability protocol (CSIv2),
+ but initial experiments will be performed via TAO's existing
SSLIOP pluggable protocol.
</LI>
<LI>
@@ -1786,13 +1786,13 @@ Schedule:
</LI>
<LI>
- <FONT COLOR=BLUE>March 2001</FONT><BR>
- The following are slated for TAO 1.2 or soon after.
+ <FONT COLOR=BLUE>June 2001</FONT><BR>
+ The following are slated for post TAO 1.2 betas.
<UL>
<LI>
- Complete implementation of the SECIOP secure interoperability
- protocol (at least the client side). Needed for more advanced
- features, such as delegation.
+ Complete implementation of the Commone Secure Interoperability
+ protocol (CSIv2). Needed for more advanced features, such as
+ delegation.
</LI>
<LI>
Begin implementation of a <CODE>DomainManager</CODE> for TAO.
@@ -1802,7 +1802,7 @@ Schedule:
</LI>
<LI>
- <FONT COLOR=BLUE>May 2001</FONT>
+ <FONT COLOR=BLUE>August 2001</FONT>
<UL>
<LI>
Begin work on the CORBA Non-Repudiation Service.