答复: 答复: Asynchronous IO in SSL

2012-04-12 Thread lixiangfeng
Thanks! In JDK Sample(sample/nio/server),It use nio1.0,use selector、selectionkey、channel,can someone know how use SSLEngine with AsynchronousServerSocketChannel and AsynchronousSocketChannel ? TEL:8610-68025518-6264 FAX:8610-68025519 MAIL:lixiangf...@infosec.com.cn -

hg: jdk8/tl/jdk: 7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo

2012-04-12 Thread daniel . daugherty
Changeset: 70d82f2a6c11 Author:dcubed Date: 2012-04-12 16:23 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/70d82f2a6c11 7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo Summary: Do not install .debuginfo files in bin dir. Reviewed-by: ksrini, sspitsyn

hg: jdk8/tl/jdk: 7067045: replaceAll("\u20ac", "$"); causses java.lang.StringIndexOutOfBoundsExceptio

2012-04-12 Thread xueming . shen
Changeset: e65a1756d825 Author:sherman Date: 2012-04-12 15:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e65a1756d825 7067045: replaceAll("\u20ac", "$"); causses java.lang.StringIndexOutOfBoundsExceptio Summary: Updated to throw IAE instead. Reviewed-by: lancea ! src/sh

hg: jdk8/tl/jdk: 7152690: Initialization error with charset SJIS_0213 when security manager is enabled

2012-04-12 Thread xueming . shen
Changeset: 587243bf0862 Author:sherman Date: 2012-04-12 10:55 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/587243bf0862 7152690: Initialization error with charset SJIS_0213 when security manager is enabled Summary: To use doPrivileged block to wrap the data reading code Re

Re: 答复: Asynchronous IO in SSL

2012-04-12 Thread Brad Wetmore
security-dev is not a general purpose mailing list for Java Programming/usage questions, it's for the discussion of development of the JDK. A couple pointers/suggestions: In the JDK distribution, there is some sample code which shows NIO/SSLEngine working together. sample/nio/server Th

hg: jdk8/tl/jdk: 7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets

2012-04-12 Thread xueming . shen
Changeset: 642c6d4aaaed Author:sherman Date: 2012-04-12 10:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/642c6d4aaaed 7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets Summary: To use URI.getRawSchemeSpecificPart() to get the scheme p

Re: Asynchronous IO in SSL

2012-04-12 Thread Xuelei Fan
Please contact Oracle support team if you want more help about how-to. Xuelei On 4/12/2012 5:54 PM, lixiangfeng wrote: Thanks your reply. I find some description in this PPT,it can help me to write ssl/tls implements use sslengine and aio. Is there some exsample and test code can show me how

Re: Fwd: Code review request: 7152169 TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc

2012-04-12 Thread Vincent Ryan
Thanks Sean. On 04/11/12 09:44 PM, Sean Mullan wrote: On 4/11/12 11:25 AM, Vincent Ryan wrote: Sean could you review this one for me? Looks good to me. --Sean Original Message Subject: Code review request: 7152169 TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionall

答复: Asynchronous IO in SSL

2012-04-12 Thread lixiangfeng
Thanks your reply. I find some description in this PPT,it can help me to write ssl/tls implements use sslengine and aio. Is there some exsample and test code can show me how to use sslengine with aio? I think ,oracle (or openjdk group should test their api use java code. It is useable t

hg: jdk8/tl/jdk: 6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator

2012-04-12 Thread littlee
Changeset: c98a013ec628 Author:youdwei Date: 2012-04-12 15:04 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c98a013ec628 6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator Reviewed-by: alanb ! src/share/cla