hg: jdk7/tl/jdk: 6916074: Add support for TLS 1.2; ...

2010-11-01 Thread xuelei . fan
Changeset: 9d6a9f65d2bf Author:xuelei Date: 2010-11-01 22:02 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9d6a9f65d2bf 6916074: Add support for TLS 1.2 6985179: To support Server Name Indication extension for JSSE client Summary: Introduces the algorithm constraints to supp

hg: jdk7/tl/langtools: 6996626: Scope fix issues for ImportScope

2010-11-01 Thread jonathan . gibbons
Changeset: 6ce6ee1b831a Author:jjg Date: 2010-11-01 19:28 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/6ce6ee1b831a 6996626: Scope fix issues for ImportScope Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/code/Scope.java

Re: hg: jdk7/tl/jdk: 4873188: Support TLS 1.1

2010-11-01 Thread Xuelei Fan
On 11/2/2010 1:27 AM, Henry B. Hotz wrote: > TLS 1.2? > This is the implementation of TLS 1.1. Andrew > On Oct 30, 2010, at 3:47 AM, xuelei@oracle.com wrote: > >> Changeset: 93cd7e89adb8 >> Author:xuelei >> Date: 2010-10-30 18:39 +0800 >> URL: http://hg.openjdk.java.net/jdk7/

hg: jdk7/tl/jdk: 6994413: JDK_GetVersionInfo0 only expects a two digit build number

2010-11-01 Thread mandy . chung
Changeset: e95c7f8979ee Author:mchung Date: 2010-11-01 10:59 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e95c7f8979ee 6994413: JDK_GetVersionInfo0 only expects a two digit build number Reviewed-by: dholmes ! src/share/native/common/jdk_util.c + test/sun/misc/Version/Versi

Re: Code Review Request for 6994413: JDK_GetVersionInfo0 only expects a two digit build number

2010-11-01 Thread Mandy Chung
On 10/29/10 20:24, David Holmes wrote: By the way, shouldn't we use isdigit rather than: if (jdk_build_string[i] >= '0' && jdk_build_string[i] <= '9') { Yes, it'd be good to use isdigit and I cleaned this up as part of this fix. http://cr.openjdk.java.net/~mchung/6994413/webrev.01/ Thank

hg: jdk7/tl/jdk: 6995674: (launcher) make of jli fails on windows if directory exists

2010-11-01 Thread kumar . x . srinivasan
Changeset: 2eade65eab5b Author:ksrini Date: 2010-11-01 10:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2eade65eab5b 6995674: (launcher) make of jli fails on windows if directory exists Reviewed-by: darcy, ohair ! make/java/jli/Makefile

hg: jdk7/tl/jdk: 6792180: Enhance to reject weak algorithms or conform to crypto recommendations

2010-11-01 Thread xuelei . fan
Changeset: d26730767789 Author:xuelei Date: 2010-11-01 07:57 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d26730767789 6792180: Enhance to reject weak algorithms or conform to crypto recommendations Reviewed-by: mullan, weijun, wetmore + src/share/classes/java/security/Alg