Code Comments
Programming Forum and web based access to our favorite programming groups.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...de. html Please let us know if there is any work around for this. Regards, Abhijit
Post Follow-up to this messageabhijit.bhatode@gmail.com wrote: > 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. Why do you need the shared master secret key? Regards, Maarten
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.