Hi, I think your patch looks great. Because of copyright issues, please create a JIRA issue and attach your patch. I will try to get it merged in as soon as possible. Here's the URL to JIRA:
https://issues.apache.org/jira/browse/DIRMINA Thanks! /Niklas Wolter Eldering wrote: > Hi, > > I'm developing a server component using MINA and spring. The clients > connecting to this server are authenticated using certificates on > smartcards. > I need to check if the certificate used to setup/authenticate a > connection is revoked. This is done by periodically downloading a set > of CRLs, these CRLs are stored in a CertStore. > This CertStore can linked to a TrustManagerFactory using the > init(ManagerFactoryParameters spec) method. > The current implementation of SSLContextFactoryBean will always call > trustManagerFactory init(keyStore) if a TrustManagerFactory is > configured. > > I'd like to suggest the changes shown below to > SSLContextFactoryBean.java. > The trustManager can still be configured using a keystore only. > When trustManagerFactoryParameters is set these will be used instead. > A keystore can still be configured using the > trustManagerFactoryParameters. > > Regards, > Wolter Eldering
