diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-12-05 19:48:26 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-12-05 19:48:26 +0000 |
commit | 9398114afb04fffc1dd6eb2648dfd35d45565f19 (patch) | |
tree | 7686415d47acaf289a22188ca340489a2c173759 /TAO | |
parent | 5757ceba22d2495a847213c2686af147f8d0fe9b (diff) | |
download | ATCD-9398114afb04fffc1dd6eb2648dfd35d45565f19.tar.gz |
ChangeLogTag:Tue Dec 5 11:40:28 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | TAO/docs/releasenotes/index.html | 86 |
2 files changed, 91 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index ce95cc35451..61ceccad026 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Tue Dec 5 11:40:28 2000 Ossama Othman <ossama@uci.edu> + + * docs/releasenotes/index.html: + + Added a tentative schedule/TODO list for TAO's CORBA Security + Service. + Tue Dec 5 11:18:14 2000 Jeff Parsons <parsons@cs.wustl.edu> * tao/DynamicInterface/TAO_DynamicInterface.dsp: diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index 7f57a8aa0db..c65096a1535 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -1704,12 +1704,94 @@ Schedule: Provisions for finer-grained, i.e. per-object, secure invocation enforcement are slated for TAO 1.1.12. </LI> + + <LI> + <FONT COLOR=BLUE>December 2000</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 + possible to perform some real research on fault injection, and + real-time security. + <UL> + <LI> + Complete full <CODE>SecurityLevel1</CODE> interface + implementation. + </LI> + <LI> + Partial implementation of <CODE>SecurityManager</CODE> + interface. + </LI> + <LI> + Full implementation of the <CODE>SecureInvocation</CODE> + policies. + </LI> + <LI> + SSLIOP performance enhancements. + </LI> + </UL> + </LI> + + <LI> + <FONT COLOR=BLUE>February 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 + SSLIOP pluggable protocol. + </LI> + <LI> + Partial implementation of the <CODE>SecurityLevel2</CODE> + interfaces. This includes the <CODE>Credential</CODE> and + <CODE>Current</CODE> objects. + </LI> + <LI> + Partial implementation of the <CODE>SecurityAdmin</CODE> + interfaces. + </LI> + <LI> + Begin implementation of <CODE>SecurityAudit</CODE> objects. + As a side benefit, this project will allow us to research how + to secure existing services such as + <A HREF="ec.html">TAO's Real-Time Event Service</A>. + </LI> + <LI> + Begin 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 + components in the ORB become highly extensible. + </LI> + </UL + </LI> + <LI> - Security Level 1 completion by February 2001. + <FONT COLOR=BLUE>March 2001</FONT><BR> + The following are slated for TAO 1.2 or soon after. + <UL> + <LI> + Complete implementation of the SECIOP secure interoperability + protocol (at least the client side). Needed for more advanced + features, such as delegation. + </LI> + <LI> + Begin implementation of a <CODE>DomainManager</CODE> for TAO. + This is needed to support security domains. + </LI> + </UL> </LI> + <LI> - Security Level 2 completion by <FONT COLOR=RED><STRONG>TBD</STRONG></FONT>. + <FONT COLOR=BLUE>May 2001</FONT> + <UL> + <LI> + Begin work on the CORBA Non-Repudiation Service. + </LI> + </UL> </LI> + </UL> <!-- END: CORBA Security Service Release Notes --> |