I'm considering updating the table in plugins/corba/geronimo-corba/src/main/java/org/apache/geronimo/corba/security/config/ssl/SSLCipherSuiteDatabase.java to a more up to date list of available cipher suites. However I don't know how this table was constructed so would have difficultly classifying suites not currently in it.
The table indicates whether each known suite supports the integrity, confidentiality, and establishTrustinTarget flags for the CORBA CSIv2 spec. (Actually it doesn't list any suites that support integrity. I would think that is is a possibility, but don't know enough to be sure⦠presumably signed message hashes without encryption). I managed to trace the provenance of this file back to incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/java/org/apache/openejb/corba/security/config/ssl/SSLCipherSuiteDatabase.java commit 452600 which has my name on it but I don't think I wrote this. Maybe it was moved in CVS and the migration to subversion didn't track the source of the move? Any help welcome :-) thanks david jencks
