On Mon, Feb 22, 2016 at 2:44 PM, Stefan Seelmann <[email protected]> wrote:
> Hi, > > after update to latest JDK (1.8.0_74, 1.7.0_95) some tests in > server-integ fail. I think the cause is that since 1.8.0_71 MD5 is > disabled[1]. > > I think we just need to change the algorithms used when generating the > certificates, but I don't find the place in the code where that can be > done. Any pointers? > the only class which we use for generating the default certificate is TlsKeyGenerator.java but I think we must upgrade to a new version of bouncycastle cause certificate is generated using this library. > > Thanks, > Stefan > > [1] > http://www.oracle.com/technetwork/java/javase/8u71-relnotes-2773756.html > Kiran
