From Andreas.Sterbenz at Sun.COM Tue Jun 12 11:19:10 2007 From: Andreas.Sterbenz at Sun.COM (Andreas Sterbenz) Date: Tue, 12 Jun 2007 11:19:10 -0700 Subject: [security-dev 00006]: Re: bug tracking In-Reply-To: <1181639057.4417.24.camel@dijkstra.wildebeest.org> References: <1181639057.4417.24.camel@dijkstra.wildebeest.org> Message-ID: <466EE39E.6000308@sun.com> Mark Wielaard wrote: > > - Crypto algorithms/provider missing > The crypto framework is in place, but there is no default provider and > jre/lib/security/java.security doesn't contain any. We should add the > rest of GNU Classpath/Crypto provider to get all mandated algorithms. > Simple testcase: javax.crypto.Cipher.getInstance("DES"); FYI, we are in the process of making the JCE framework and all the Sun crypto providers available as part of the regular OpenJDK source base. I don't have an ETA, but hopefully this will not take a too long. Andreas.