On Sat, 13 Jan 2024 01:07:20 GMT, Bernd wrote:
>> John Jiang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> more assertThrows on doPhase
>
> test/jdk/sun/security/ec/ECDHKeyAgreementParamValidation.java line 90:
>
>> 88: KeyAgr
> ECDHKeyAgreement should validate the parameters before assigning them to the
> fields.
John Jiang has updated the pull request incrementally with one additional
commit since the last revision:
more assertThrows on doPhase
-
Changes:
- all: https://git.openjdk.org/jdk/pull/17
On Thu, 11 Jan 2024 13:33:54 GMT, John Jiang wrote:
> ECDHKeyAgreement should validate the parameters before assigning them to the
> fields.
test/jdk/sun/security/ec/ECDHKeyAgreementParamValidation.java line 90:
> 88: KeyAgreement ka = KeyAgreement.getInstance("ECDH");
> 89: ka
On Fri, 12 Jan 2024 20:51:03 GMT, Sean Mullan wrote:
>> ECDHKeyAgreement should validate the parameters before assigning them to the
>> fields.
>
> test/jdk/sun/security/ec/ECDHKeyAgreementParamValidation.java line 28:
>
>> 26: * @bug 8320449
>> 27: * @summary ECDHKeyAgreement should validate
On Thu, 11 Jan 2024 13:33:54 GMT, John Jiang wrote:
> ECDHKeyAgreement should validate the parameters before assigning them to the
> fields.
test/jdk/sun/security/ec/ECDHKeyAgreementParamValidation.java line 28:
> 26: * @bug 8320449
> 27: * @summary ECDHKeyAgreement should validate parameter
On Fri, 12 Jan 2024 15:30:33 GMT, John Jiang wrote:
>> src/java.base/share/classes/sun/security/ec/ECDHKeyAgreement.java line 83:
>>
>>> 81: privateKey = null;
>>> 82: privateKeyOps = null;
>>> 83: publicKey = null;
>>
>> The fields should be initialized to null, so I do
On Wed, 10 Jan 2024 18:56:45 GMT, Raffaello Giulietti
wrote:
>> Adds serialization misdeclaration events to JFR.
>
> Raffaello Giulietti has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Small space optimization.
Thanks for the updates. LG
> Re-implement it as an `Iterator` to make sure it can only be iterated once
> and make debugger happy.
>
> No regression, just a refactoring.
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
use consistent names
-
Chang
> Re-implement it as an `Iterator` to make sure it can only be iterated once
> and make debugger happy.
>
> No regression, just a refactoring.
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
: iterator
-
Changes:
- al
On Fri, 12 Jan 2024 13:46:43 GMT, Sean Mullan wrote:
>> ECDHKeyAgreement should validate the parameters before assigning them to the
>> fields.
>
> src/java.base/share/classes/sun/security/ec/ECDHKeyAgreement.java line 83:
>
>> 81: privateKey = null;
>> 82: privateKeyOps = null;
On Thu, 11 Jan 2024 13:33:54 GMT, John Jiang wrote:
> ECDHKeyAgreement should validate the parameters before assigning them to the
> fields.
src/java.base/share/classes/sun/security/ec/ECDHKeyAgreement.java line 83:
> 81: privateKey = null;
> 82: privateKeyOps = null;
> 83:
11 matches
Mail list logo