Updated changes and todo files.
This commit is contained in:
parent
7e58205674
commit
f27856d545
@ -10,14 +10,9 @@ This file contains a list of the items still outstanding for libcasa_c_authtoken
|
|||||||
|
|
||||||
OUTSTANDING ITEMS
|
OUTSTANDING ITEMS
|
||||||
|
|
||||||
- Add mechanism to try communicating with ATS over port 443 if communications
|
|
||||||
over port 2645 fail.
|
|
||||||
|
|
||||||
- Enhance the AuthMechanism interface to support authentication schemes that
|
- Enhance the AuthMechanism interface to support authentication schemes that
|
||||||
require several token exchanges between the client and the server. This will
|
require several token exchanges between the client and the server. This will
|
||||||
also require the enhancement of the client/server protocol utilized for
|
also require the enhancement of the client/server protocol utilized for
|
||||||
authentication.
|
authentication.
|
||||||
|
|
||||||
- Add mechanism to allow a user to either accept or reject server certificates
|
- Enhance to dynamically learn about the location of ATSs.
|
||||||
considered invalid.
|
|
||||||
|
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:57:41 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
- Commented out the line in the client.conf file which was allowing
|
||||||
|
clients to trust ATSs with Certificates that could not be validated.
|
||||||
|
This completes the changes necessary for the resolution of
|
||||||
|
BUG 242891.
|
||||||
|
|
||||||
|
- Changed the client to allow a list of ATSs to be configured in
|
||||||
|
the client.conf file for the purposes of Fault-tolerance and also
|
||||||
|
the client now tries to contact an ATS at the same location as
|
||||||
|
the AuthToken consuming service in addition to the configured
|
||||||
|
ATSs. These changes were necessary to resolve BUG 242891.
|
||||||
|
|
||||||
|
- The client now also attempts to access ATSs over port 443 in
|
||||||
|
addition to trying port 2645 if the ATS port number is not
|
||||||
|
configured. This will make it possible to access the ATSs
|
||||||
|
when connected to a Web Server.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 17 09:07:57 MDT 2007 - jluciani@novell.com
|
Tue Apr 17 09:07:57 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
@ -14,5 +14,5 @@ details outstanding items at the project level.
|
|||||||
|
|
||||||
OUTSTANDING ITEMS
|
OUTSTANDING ITEMS
|
||||||
|
|
||||||
- Create ATS Windows install.
|
- Add mechanism so that clients can dynamically discover ATSs.
|
||||||
|
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 11:14:14 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
- Changed to leverage the server key and certificate
|
||||||
|
(/etc/ssl/servercerts) if present as part of the solution
|
||||||
|
to BUG 242891.
|
||||||
|
|
||||||
|
- Added a scrip to store the Signing Certificates from trusted
|
||||||
|
ATSs in the client store. This certificate is executed by the
|
||||||
|
Yast module when completing the configured ATS trust associations.
|
||||||
|
This is part of the solution to BUG 242891.
|
||||||
|
|
||||||
|
- Changed the ATS to use the certificates in the Trusted ATS Keystore
|
||||||
|
(the client store) when verifying session tokens. This is part of
|
||||||
|
the solution to BUG 242891.
|
||||||
|
|
||||||
|
- The envvars script for the client now specifies the path that Java
|
||||||
|
should be using to load native libraries in order to work-around
|
||||||
|
the problem of the 64bit JVM trying to load 32bit libraries. This
|
||||||
|
resolves BUG 278825.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 24 09:48:00 MDT 2007 - jluciani@novell.com
|
Thu May 24 09:48:00 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 11:10:27 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
- Updated to import the Signing Certificates from ATSs configured
|
||||||
|
as trusted. This was necessary as part of the solution to
|
||||||
|
BUG 242891.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 18 16:02:10 MDT 2007 - jluciani@novell.com
|
Fri May 18 16:02:10 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user