Hi Artem,
Please take a look at this version:
http://cr.openjdk.java.net/~jjiang/8168064/webrev.02/
It set a new Server peer.
Best regards,
John Jiang
On 2016/10/25 1:33, Artem Smotrakov wrote:
Hi John,
I think it is too late to set parameters for server socket in
setServerApplication() bec
Xuelei,
Sorry that I didn't have time to look at this earlier.
Why did you create a new file SSLSocketSample.java instead of just
updating SSLSocketTemplate.java? Why should I use one vs the other?
IMHO, unless there's a good reason to keep both, we should just copy the
contents of SSLSocke
The new test case is just a test in order to make sure this approach works in
the testing environment. I plan to remove both of the sample and template, and
re-org them to a class that can be inherited from.
Xuelei
> On 27 Oct 2016, at 12:31 AM, Bradford Wetmore
> wrote:
>
> Xuelei,
>
> So
Hi John,
Looks good to me, thank you for the update.
Artem
On 10/26/2016 04:45 AM, John Jiang wrote:
Hi Artem,
Please take a look at this version:
http://cr.openjdk.java.net/~jjiang/8168064/webrev.02/
It set a new Server peer.
Best regards,
John Jiang
On 2016/10/25 1:33, Artem Smotrakov w
There is SSLTest.java which follows SSLSocketSample.java and can be used
by other tests.
Artem
On 10/26/2016 09:45 AM, Xuelei Fan wrote:
The new test case is just a test in order to make sure this approach works in
the testing environment. I plan to remove both of the sample and template, a
Hi,
Please review the simple fix:
http://cr.openjdk.java.net/~xuelei/8168822/webrev/
Algorithm restrictions do not apply to trusted certs as the
application or customer has made the decision to trust the "trusted
cert". However, this point is not explicit for general developers and
users
I don't think this applies to jdk.jar.disabledAlgorithms. While the
private key algorithm and key size are determined by the certificate, I
think they are always checked even if the end-entity cert is trusted
(For example, a trusted self-signed cert).
Thanks
Max
On 10/27/2016 8:04 AM, Xuelei
One question: I thought for TLS, you check twice. First using
jdk.tls.disabledAlgorithms on cipher suites etc, and second using
jdk.certpath.disabledAlgorithms on certificates. Why is
jdk.tls.disabledAlgorithms applied to cert at all?
Thanks
Max
On 10/27/2016 8:30 AM, Wang Weijun wrote:
I do
New webrev:
http://cr.openjdk.java.net/~xuelei/8168822/webrev.01/
On 10/27/2016 8:34 AM, Wang Weijun wrote:
One question: I thought for TLS, you check twice. First using
jdk.tls.disabledAlgorithms on cipher suites etc, and second using
jdk.certpath.disabledAlgorithms on certificates. Why is
Hi,
Please review this patch for test
javax/net/ssl/FixingJavadocs/SSLSessionNulls.java.
It takes advantage of javax/net/ssl/templates/SSLTest.java to fix the
intermittent SSLHandshakeException issue.
Webrev: http://cr.openjdk.java.net/~jjiang/8164595/webrev.00/
Issue: https://bugs.openjdk.jav
10 matches
Mail list logo