From Bradford.Wetmore at Sun.COM Tue May 15 16:11:08 2007 From: Bradford.Wetmore at Sun.COM (Brad Wetmore) Date: Tue, 15 May 2007 16:11:08 -0700 Subject: Initial Post to security-dev Message-ID: <464A3E0C.7090108@sun.com> The OpenJDK security-dev email alias has been created and is live. This initial post is a quick test, and to make sure the email archiver is active. No response necessary. Brad Wetmore OpenJDK Security Component Lead From Tom.Marble at Sun.COM Sat May 19 14:08:57 2007 From: Tom.Marble at Sun.COM (Tom Marble) Date: Sat, 19 May 2007 16:08:57 -0500 Subject: [security-dev 00002]: test message Message-ID: <464F6769.2080209@sun.com> All: Please ignore this test message. --Tom From Darren.Moffat at Sun.COM Tue May 29 05:02:55 2007 From: Darren.Moffat at Sun.COM (Darren J Moffat) Date: Tue, 29 May 2007 13:02:55 +0100 Subject: [security-dev 00003]: Symetric algorithms implementation Message-ID: <465C166F.8090003@Sun.COM> I've been browsing around the OpenJDK source looking for the implementation of the symetric crypto algorithms that matches the default Sun crypto provider. All I can find are digest and asymetric, where would I find the symetric crypto implementations ? -- Darren J Moffat From Sharon.Liu at Sun.COM Tue May 29 13:26:05 2007 From: Sharon.Liu at Sun.COM (Sharon Liu) Date: Tue, 29 May 2007 13:26:05 -0700 Subject: [security-dev 00004]: Re: Symetric algorithms implementation In-Reply-To: <465C166F.8090003@Sun.COM> References: <465C166F.8090003@Sun.COM> Message-ID: <465C8C5D.70604@sun.com> Darren, See the What's Not Included section of : http://openjdk.java.net/groups/security/. Thanks, Sharon Darren J Moffat wrote: > I've been browsing around the OpenJDK source looking for the > implementation of the symetric crypto algorithms that matches the > default Sun crypto provider. All I can find are digest and asymetric, > where would I find the symetric crypto implementations ? > From Darren.Moffat at Sun.COM Wed May 30 01:10:05 2007 From: Darren.Moffat at Sun.COM (Darren J Moffat) Date: Wed, 30 May 2007 09:10:05 +0100 Subject: [security-dev 00005]: Re: Symetric algorithms implementation In-Reply-To: <465C8C5D.70604@sun.com> References: <465C166F.8090003@Sun.COM> <465C8C5D.70604@sun.com> Message-ID: <465D315D.8010103@Sun.COM> Sharon Liu wrote: > Darren, > > See the What's Not Included section of : > http://openjdk.java.net/groups/security/. We had the same initial problem with OpenSolaris and the crypto framework there. What we did was added the symmetric crypto later. I'll work with you offline to explain how we did that. > Darren J Moffat wrote: >> I've been browsing around the OpenJDK source looking for the >> implementation of the symetric crypto algorithms that matches the >> default Sun crypto provider. All I can find are digest and asymetric, >> where would I find the symetric crypto implementations ? -- Darren J Moffat