Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SSL renegotiation (from SSL to clear channel)

843790May 1 2009 — edited May 2 2009
Hi,

I'm doing something that would required me to use SSL in an unusual way.
The required steps would be something like:
- Establish an SSL session;
- Exchange some private information;
- Renegotiate connection parameters to stop using cryptographic operations.

I haven't found in the Java API a way to to this. I believe that the problem solution would somehow be address by using the session renegotiation but with a cipher suite with no cryptographic operations, but there isn't such an option; or to access the underling socket and bypass cryptographic operations.
Are any of this options possible? Do you believe that such functionality would be available in other languages and frameworks (C, PHP, Ruby, .NET, Perl, Python, etc.)?

Thanks for the help,
Luís M. Costa

Edited by: Luis.M.Costa on May 1, 2009 5:47 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 30 2009
Added on May 1 2009
6 comments
237 views