summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-03 00:45:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-03 00:45:20 +0000
commitc353e9569f732aaae07aa1f2905fe2dfce98684f (patch)
tree14385421826c71a3ccc0ba89781aa85a39f3419c
parent1441252a42fe3108ca12016e97e1a058fa78dabb (diff)
downloadATCD-c353e9569f732aaae07aa1f2905fe2dfce98684f.tar.gz
ChangeLogTag:Fri Aug 2 17:44:37 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/docs/releasenotes/index.html81
2 files changed, 68 insertions, 19 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8dadcc93cec..03e435a9baf 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 2 17:44:37 2002 Ossama Othman <ossama@uci.edu>
+
+ * docs/releasenotes/index.html:
+
+ Updated security service release notes.
+
Fri Aug 2 17:27:12 2002 Ossama Othman <ossama@uci.edu>
* docs/releasenotes/index.html:
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 92eea9fea2c..8e9e89baead 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -1703,7 +1703,7 @@ The TODO list runs like this:
Point of contact: <A HREF="mailto:ossama@uci.edu">Ossama Othman</A>
<P>
-For up-to-date information, see the project web site
+Additional information is available
<A HREF="http://doc.ece.uci.edu/TAO/Security/">here</A>.
<P>
@@ -1733,7 +1733,7 @@ Implemented Features:
security mechanism.
</LI>
<LI>
- The <CODE>Security::QOPPolicy</CODE> policy has been
+ The <CODE>SecurityLevel2::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
@@ -1749,6 +1749,34 @@ Implemented Features:
TAO's SSLIOP pluggable protocol implementation is now
thread-safe.
</LI>
+ <LI>
+ The <CODE>SecurityLevel2::EstablishTrustPolicy</CODE>
+ policy has been implemented. This policy is used to set
+ the desired
+ invocation level of establishment of trust. 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
+ authenticated and non-authenticated invocations within
+ the same client process.
+ </LI>
+
+ </LI>
+ <LI>
+ Implemented
+ <CODE>SecurityLevel2::PrincipalAuthenticator</CODE> support
+ for SSLIOP. In particular, a SSLIOP-specific
+ <CODE>SecurityReplaceable::Vault</CODE> implementation is now
+ available.
+ </LI>
+ <LI>
+ Initial SSLIOP-specific <CODE>Credentials</CODE>
+ implementation is complete.
+ </LI>
</UL>
</LI>
</UL>
@@ -1762,7 +1790,7 @@ Current Status:
development.
</LI>
<LI>
- Begin implementation of the interfaces in the
+ Began implementation of the interfaces in the
<CODE>SecurityReplaceable</CODE> IDL module. They provide the
ability to replace key security components in the ORB with
another implementation with ease. Thus, the security
@@ -1775,7 +1803,7 @@ Schedule:
<UL>
<LI>
- <FONT COLOR=BLUE>April 2002</FONT><BR>
+ <FONT COLOR=BLUE>October 2002</FONT><BR>
<UL>
<LI>
Begin implementation of the Common Secure Interoperability
@@ -1785,17 +1813,9 @@ Schedule:
</UL>
</LI>
+<!--
<LI>
- <FONT COLOR=BLUE>September 2002</FONT><BR>
- <UL>
- <LI>
- SSLIOP performance enhancements.
- </LI>
- </UL>
- </LI>
-
- <LI>
- <FONT COLOR=BLUE>October 2002</FONT>
+ <FONT COLOR=BLUE>November 2002</FONT>
<UL>
<LI>
Request authentication via
@@ -1822,27 +1842,50 @@ Schedule:
</LI>
</UL
</LI>
+-->
<LI>
<FONT COLOR=BLUE>November 2002</FONT><BR>
<UL>
<LI>
- Begin implementation of a <CODE>DomainManager</CODE> and/or
- <I>Domain Membership</I> specification for TAO.
- This is needed to support security domains.
+ Begin implementation of the <I>Authentication Token Layer
+ Attribute Service (ATLAS)</I> specification for TAO.
+ </LI>
+ </UL>
+ </LI>
+
+ <LI>
+ <FONT COLOR=BLUE>December 2002</FONT><BR>
+ <UL>
+ <LI>
+ Begin implementation of the <I>Resource Access Decision (RAD)
+ Facility</I>specification for TAO.
</LI>
</UL>
</LI>
+
<LI>
- <FONT COLOR=BLUE>December 2002</FONT>
+ <FONT COLOR=BLUE>February 2003</FONT><BR>
<UL>
<LI>
- Begin work on the CORBA Non-Repudiation Service.
+ Begin implementation of the <I>Security Domain Membership
+ Management (SDMM)</I> specification for TAO.
+ It is needed to support security domains.
</LI>
</UL>
</LI>
+ <LI>
+ <FONT COLOR=BLUE>April 2003</FONT><BR>
+ <UL>
+ <LI>
+ SSLIOP and SECIOP performance enhancements.
+ </LI>
+ </UL>
+ </LI>
+
+
</UL>
<!-- END: CORBA Security Service Release Notes -->