The Source for Java Technology Collaboration

Home » java.net Forums » GlassFish » Metro and JAXB

Thread: Mutual Certificate Security without knowing the server's certificate

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
This question is not answered. Helpful answers available: 1. Correct answers available: 1.

Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 2 - Last Post: Mar 26, 2009 4:17 PM by: ernestojpg
ernestojpg

Posts: 144
Mutual Certificate Security without knowing the server's certificate
Posted: Mar 26, 2009 3:46 PM
 
  Click to reply to this thread Reply

Hi everybody!

For 'Mutual Certificate Security' mechanism, the client needs to know the server's certificate. If the client doesn't know the server's certificate, would it be possible to use this mechanism?

It would be like a SSL handshake:
1) The client contacts with the server
2) Server responds with its X.509 certificate
3) The client authenticate certificate against list of know CAs.
Then, the client generates random symmetric key, and encrypts it using server's public key.
4) Client and server now both know the symmetric key and encrypt end-user data using symmetric key for duration of session.

Would it be possible with Metro?

Thanks in advance.
Ernesto J. Pérez

jdg6688

Posts: 859
Re: Mutual Certificate Security without knowing the server's certificate
Posted: Mar 26, 2009 3:58 PM   in response to: ernestojpg
Helpful
  Click to reply to this thread Reply

Not now. But will be in a future release:

http://schemas.xmlsoap.org/ws/2005/02/trust/tls/WSTrustForTLS.pdf

ernestojpg

Posts: 144
Re: Mutual Certificate Security without knowing the server's certificate
Posted: Mar 26, 2009 4:17 PM   in response to: jdg6688
 
  Click to reply to this thread Reply

Ohh, what a pity!

And this mechanism is not planned yet, is it?




 XML java.net RSS