Hi all, I've been experimenting with James 3, and I noticed that the SSL implementation has a hard-coded dependency on the Sun JCE provider. This prevents SSL from working with (at least some) non-Sun JVMs. E.g., IBM JVMs come with an IBM JCE provider that doesn't know the SunX509 algorithm. Instead, there's an IbmX509 algorithm.
Any chance we could make the algorithm configurable? If somebody were to point me in the right direction, I could try to supply a patch. We could still leave the SunX509 algorithm as default since most people are probably using a Sun JVM. Thanks, Thilo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
