Hi,
Please review this test update:
http://cr.openjdk.java.net/~xuelei/8170329/webrev.00/
The new template (SSLSocketTemplate.java) could be used to avoid the
anti-free-port issues. By using sub-classes of it, the new one can
simplify the general SSLSocket test code significantly.
Thank
Hi,
Please review the performance enhancement update:
http://cr.openjdk.java.net/~xuelei/8129988/webrev.00/
In SunJSSE provider, there are two ways to use the default trust store
(lib/security/cacerts), using the default SSLContext instance or using
the default trust manager.
The default
Please take a review at
http://cr.openjdk.java.net/~weijun/8170364/webrev.00/
The compatibility layer introduced in the new FilePermission implementation
requires one FilePermission to imply another with either a relative path or an
absolute path. This is solved with a private field npath2 i