[Design of JBoss Remoting, Unified Invokers] - Re: Remoting 3 Security
by david.lloyd@jboss.com
"anil.saldhana(a)jboss.com" wrote : 1) SSL/TLS should be available on the transport as a choice and not default.
Yes, this is what I intended to say.
"anil.saldhana(a)jboss.com" wrote : 2) I am interested in encryption provided as an option when the ssl setup is not acceptable and/or user just needs to avoid man-in-the-middle attacks. An issue with encryption is symmetric key management. This is where SRP is interesting. One end does userid/pwd. The server does prime numbers. They interact and agree on a session key.
| 3) SRP can be done as a JCA provider for GSS. As far as I know, SASL does challenge/response. So SRP should fit in pretty easily. There is code already written by Scott (probably in the varia module) that can be adapted.
OK, so an SASL marshaller would cover this. My understanding is clearer. Thanks for the feedback.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060929#4060929
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060929
18 years, 9 months
[Design of JBoss Remoting, Unified Invokers] - Re: Remoting 3 Security
by anil.saldhana@jboss.com
1) SSL/TLS should be available on the transport as a choice and not default.
2) I am interested in encryption provided as an option when the ssl setup is not acceptable and/or user just needs to avoid man-in-the-middle attacks. An issue with encryption is symmetric key management. This is where SRP is interesting. One end does userid/pwd. The server does prime numbers. They interact and agree on a session key.
3) SRP can be done as a JCA provider for GSS. As far as I know, SASL does challenge/response. So SRP should fit in pretty easily. There is code already written by Scott (probably in the varia module) that can be adapted.
4) An interesting thing that I have noted (but not dealt into deeply) is when the client seeks a stub/proxy from the server, the server can send in SASL chunks to the client to avoid 1 round trip. This is the PUSH on the initial proxy seek.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060925#4060925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060925
18 years, 9 months