[jboss-jira] [JBoss JIRA] Commented: (JBREM-510) SSLSocketBuilder should require a SocketFactory in server mode to have a keystore.
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Wed Feb 27 22:19:43 EST 2008
[ http://jira.jboss.com/jira/browse/JBREM-510?page=comments#action_12400792 ]
Ron Sigal commented on JBREM-510:
---------------------------------
Updated org.jboss.remoting.security.SSLSocketBuilder.initializeSocketFactorySSLContext() so that it throws an IOException if it is trying to create a SocketeFactory in server mode and it can't find a keystore.
Unit tests: added testSocketFactoryInServerMode() and testSocketFactoryInClientMode() to org.jboss.test.remoting.ssl.SSLSocketBuilderTestCase.
Waiting for hudson results.
> SSLSocketBuilder should require a SocketFactory in server mode to have a keystore.
> ----------------------------------------------------------------------------------
>
> Key: JBREM-510
> URL: http://jira.jboss.com/jira/browse/JBREM-510
> Project: JBoss Remoting
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2.0.Alpha3 (Bluto)
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Priority: Minor
> Fix For: 2.4.0.CR1 (Pinto)
>
>
> SSLSocketBuilder needs to
> 1. allow a ServerSocketFactory in client mode to not have a keystore, and
> 2. require a SocketFactory in server mode to have a keystore.
> Part 1 is fixed as of 6/20/06, as part of changes made for JBREM-368/JBREM-491.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list