Re: [RFR] 8246806: Incorrect copyright header in KeyAgreementTest.java, GroupName.java

2020-07-07 Thread Weijun Wang
+1 Thanks, Max > On Jul 8, 2020, at 8:56 AM, Hai-May Chao wrote: > > Hi Tony, > > Looks good. > > Hai-May > > >> On Jul 7, 2020, at 5:01 PM, Anthony Scarpino >> wrote: >> >> Hi, >> >> I need a code review to fix some copyright headers. The diffs are below >> >> thanks >> >> Tony >>

Re: [RFR] 8246806: Incorrect copyright header in KeyAgreementTest.java, GroupName.java

2020-07-07 Thread Hai-May Chao
Hi Tony, Looks good. Hai-May > On Jul 7, 2020, at 5:01 PM, Anthony Scarpino > wrote: > > Hi, > > I need a code review to fix some copyright headers. The diffs are below > > thanks > > Tony > > -- > > +++ b/test/jdk/java/security/KeyAgreement/KeyAgreementTest.java > - * Copyright

[RFR] 8246806: Incorrect copyright header in KeyAgreementTest.java, GroupName.java

2020-07-07 Thread Anthony Scarpino
Hi, I need a code review to fix some copyright headers. The diffs are below thanks Tony -- +++ b/test/jdk/java/security/KeyAgreement/KeyAgreementTest.java - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2020, Oracle and/or its

Re: RFR: 8245527: LDAP Cnannel Binding support for Java GSS/Kerberos

2020-07-07 Thread Alexey Bakhtin
Hello Sean, Thank you for review. You are right, we can eliminate requirements for connection timeout property. I’ve added handshakeComletedListener to the LDAP over SSl. In this case we’ll have no possible performance impact caused by synchronous handshake. Also, it allows to exclude changes

Re: RFR[15] 8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider

2020-07-07 Thread Valerie Peng
Thanks! Valerie On 7/7/2020 9:00 AM, Weijun Wang wrote: I see. No more comment. --Max On Jul 7, 2020, at 11:53 PM, Valerie Peng wrote: Hi Max, Thanks for your review. Algorithm is also there, so both work technically. With existing APIs, the only way to check for service registration

Re: RFR[15] 8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider

2020-07-07 Thread Weijun Wang
I see. No more comment. --Max > On Jul 7, 2020, at 11:53 PM, Valerie Peng wrote: > > Hi Max, > > Thanks for your review. > > Algorithm is also there, so both work technically. With existing APIs, the > only way to check for service registration is to call getService(...) and > check for

Re: RFR[15] 8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider

2020-07-07 Thread Valerie Peng
Hi Max, Thanks for your review. Algorithm is also there, so both work technically. With existing APIs, the only way to check for service registration is to call getService(...) and check for ==. If there were another way to check service registration, then it makes sense to store Service

Re: RFR[15] 8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider

2020-07-07 Thread Weijun Wang
> On Jul 7, 2020, at 12:33 AM, Valerie Peng wrote: > > Hi Max, > > The suggested fix is not much different than the suggested webrev. I understand they are mostly the same. > > The essential change is to call getService(...) for the returned service in >