Hi,
I am developing a JAVA SSL client that talks with a legacy C++ server.
The server uses RSA libraries for encryption.
The JAVA client uses JSSE 1.6 for SSL communication with the server.
The SSL handshake goes through fine, however the server needs further
protocol based handshake. The RSA library allows a server to retrieve
the session key and shared master secret key. The server uses these
values to generate a challenge for the client.
The JAVA client should retrieve the session key and shared master
secret key to generate a response and send it to server. The JSSE API
documentation states that the shared master secret key is not
available for external use.
Please refer http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html
Please let us know if there is any work around for this.
Regards,
Abhijit
Maarten Bodewes - 30 Mar 2008 23:11 GMT
> Hi,
>
[quoted text clipped - 11 lines]
> documentation states that the shared master secret key is not
> available for external use.
Why do you need the shared master secret key?
Regards,
Maarten