Updated changes and todo files.

This commit is contained in:
Juan Carlos Luciani
2007-06-04 17:24:49 +00:00
parent 7e58205674
commit f27856d545
5 changed files with 49 additions and 7 deletions

View File

@@ -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