Adding ciphersuites
I am trying to work with SSL in Oracle 10. Unfortunately Oracle is packaged with JVM 1.4.1 and I need to use a cipher suite (TLS_RSA_WITH_AES_128_CBC_SHA) that was introduced in 1.4.2.
I've looked around a lot for ways to plug in new ciphersuites but haven't had much luck finding anything. In fact, the JSSE package documenation says that SSLSocketFactory is not "pluggable" because of export limitations.
I'm hoping I am wrong and that there is indeed a way to do this, I would appreciate any help as I've burned a lot of time on this already.
If you can't add ciphersuites, does anyone know if it would be possible to install the latest standalone JSSE package onto a 1.4.1 installation (and would that provide the new cipher suites that were introduced in 1.4.2)? The directions say it is only for 1.2 and 1.3.
Thanks for any help.

