[security-dev 01137]: Re: 6840752: Provide out-of-the-box support for ECC algorithms

2009-08-27 Thread Max (Weijun) Wang
On Aug 28, 2009, at 9:56 AM, Andrew John Hughes wrote: 2009/8/28 Max (Weijun) Wang : On Aug 27, 2009, at 9:52 PM, Andrew John Hughes wrote: The problem is more the fact that it's an additional copy rather than using the system installation, which means it has to be patched for bugs and se

[security-dev 01136]: Re: 6840752: Provide out-of-the-box support for ECC algorithms

2009-08-27 Thread Andrew John Hughes
2009/8/28 Max (Weijun) Wang : > > On Aug 27, 2009, at 9:52 PM, Andrew John Hughes wrote: > >> The problem is more the fact that it's an additional copy rather than >> using the system installation, which means it has to be patched for >> bugs and security fixes separately.  For IcedTea, I'll look a

[security-dev 01135]: hg: jdk7/tl/jdk: 6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result

2009-08-27 Thread xiaobin . lu
Changeset: 5342b0cdbf95 Author:xlu Date: 2009-08-27 18:00 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5342b0cdbf95 6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result Reviewed-by: darcy ! src/share/classes/java/math/BigDecimal.java ! t

[security-dev 01134]: hg: jdk7/tl/langtools: 6876765: javah tests fail on Windows

2009-08-27 Thread jonathan . gibbons
Changeset: 477c5bf1149c Author:jjg Date: 2009-08-27 18:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/477c5bf1149c 6876765: javah tests fail on Windows Reviewed-by: darcy ! test/tools/javah/6257087/foo.sh ! test/tools/javah/ConstMacroTest.sh ! test/tools/javah/Missi

[security-dev 01133]: hg: jdk7/tl/langtools: 6876755: apt tests fail on Windows

2009-08-27 Thread jonathan . gibbons
Changeset: f29068bfeaed Author:jjg Date: 2009-08-27 17:50 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/f29068bfeaed 6876755: apt tests fail on Windows Reviewed-by: darcy ! test/tools/apt/Basics/apt.sh ! test/tools/apt/Basics/print.sh ! test/tools/apt/Compile/compile.

[security-dev 01132]: Re: 6840752: Provide out-of-the-box support for ECC algorithms

2009-08-27 Thread Max (Weijun) Wang
On Aug 27, 2009, at 9:52 PM, Andrew John Hughes wrote: The problem is more the fact that it's an additional copy rather than using the system installation, which means it has to be patched for bugs and security fixes separately. For IcedTea, I'll look at providing and using the option of using

[security-dev 01131]: hg: jdk7/tl/langtools: 6876753: javap tests fail on Windows

2009-08-27 Thread jonathan . gibbons
Changeset: 2c20f17c429c Author:jjg Date: 2009-08-27 17:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2c20f17c429c 6876753: javap tests fail on Windows Reviewed-by: darcy ! test/tools/javap/T4975569.java ! test/tools/javap/T6729471.java ! test/tools/javap/pathsep.sh

[security-dev 01130]: [PATCH FOR REVIEW]: Elliptic Curve Cryptography in OpenJDK6 with NSS

2009-08-27 Thread Andrew John Hughes
In OpenJDK6, the elliptic curve cryptography algorithms are available if the PKCS11 provider is configured to point to NSS. See: http://blogs.sun.com/andreas/entry/the_java_pkcs_11_provider If NSS is configured as specified in this blog, keytool can be used to generate a key as follows: $ keytoo

[security-dev 01129]: hg: jdk7/tl/langtools: 6843707: bad tests generate files in the test/ directory; ...

2009-08-27 Thread jonathan . gibbons
Changeset: 74760fd5197f Author:jjg Date: 2009-08-27 15:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/74760fd5197f 6843707: bad tests generate files in the test/ directory 6876699: generated files in repository Reviewed-by: darcy - test/tools/javac/meth/InvokeMH_BAD

[security-dev 01128]: hg: jdk7/tl/jdk: 6876628: @throw instead of @throws in two ParagraphView classes

2009-08-27 Thread joe . darcy
Changeset: 25371bf31658 Author:darcy Date: 2009-08-27 11:48 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/25371bf31658 6876628: @throw instead of @throws in two ParagraphView classes Reviewed-by: peterz ! src/share/classes/javax/swing/text/ParagraphView.java ! src/share/cla

[security-dev 01127]: hg: jdk7/tl/langtools: 6875336: some tests should use /nodynamiccopyright/

2009-08-27 Thread jonathan . gibbons
Changeset: ed31953ca025 Author:jjg Date: 2009-08-27 11:08 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ed31953ca025 6875336: some tests should use /nodynamiccopyright/ Reviewed-by: darcy ! test/tools/javac/6521805/T6521805a.java ! test/tools/javac/6521805/T6521805a_1

[security-dev 01126]: Re: 6840752: Provide out-of-the-box support for ECC algorithms

2009-08-27 Thread Andrew John Hughes
2009/8/27 Vincent Ryan : > Hello Andrew, > > Our original intention was to provide a Java implementation of ECC. > > However due to software patents already granted for ECC we were > constrained in what we could reasonably resource and openly discuss. > > In the end we opted to reuse the NSS code f

[security-dev 01125]: Re: 6840752: Provide out-of-the-box support for ECC algorithms

2009-08-27 Thread Vincent Ryan
Hello Andrew, Our original intention was to provide a Java implementation of ECC. However due to software patents already granted for ECC we were constrained in what we could reasonably resource and openly discuss. In the end we opted to reuse the NSS code from OpenSolaris (which was originally

[security-dev 01124]: hg: jdk7/tl/langtools: 6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')

2009-08-27 Thread maurizio . cimadamore
Changeset: 8109aa93b212 Author:mcimadamore Date: 2009-08-27 13:40 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/8109aa93b212 6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond') Summary: diamond operator implementation (simple a