On Wed, 5 Jun 2024 02:57:41 GMT, Anthony Scarpino wrote:
> Hi,
>
> I need a review for this simple change to fix a threading problem with the
> test. The server thread was not completing before the check occurred on the
> main thread. The failure showed up in windows and macos, but not linux.
On Thu, 20 Jun 2024 05:15:10 GMT, John Jiang wrote:
> This enhancement allows the server side to send multiple tickets and the
> client side to store multiple ones. However, how does the client side use the
> tickets in the cache?
Yes
>
> This PR just takes the client side to find the first
On Fri, 14 Jun 2024 15:32:15 GMT, Sean Mullan wrote:
> Added links from the `PSSParameterSpec` API to new section in Standard
> Algorithm Names specification for PSSParameterSpec (changes for that are in
> closed repo). Also made a couple of links to the Standard Algorithm Names
> specificatio
On Fri, 14 Jun 2024 15:32:15 GMT, Sean Mullan wrote:
> Added links from the `PSSParameterSpec` API to new section in Standard
> Algorithm Names specification for PSSParameterSpec (changes for that are in
> closed repo). Also made a couple of links to the Standard Algorithm Names
> specificatio
On Fri, 14 Jun 2024 13:11:06 GMT, Mark Powers wrote:
>> https://bugs.openjdk.org/browse/JDK-864
>
> Mark Powers has updated the pull request incrementally with one additional
> commit since the last revision:
>
> move variables to above try block
Thanks for the review Valerie!
I just ra
Updated all the tests that depend on external infrastructure services as
manual. These tests may fail with external reasons, for instance - change in CA
test portal, certificate status updates, or network issues.
-
Commit messages:
- Update comments
- comment explaining why these
On Mon, 17 Jun 2024 16:38:55 GMT, Volodymyr Paprotski wrote:
>> This fix recovers XDH performance but removes some of the P256 gains
>> (~-8-14%). Still faster, but not as much.
>>
>> The fix is to undo 'int' return type on mult()/square(), which allowed to
>> return partially reduced result (
> Introduce an API for Key Derivation Functions (KDFs), which are cryptographic
> algorithms for deriving additional keys from a secret key and other data. See
> [JEP 478](https://openjdk.org/jeps/478).
Kevin Driver has updated the pull request with a new target base due to a merge
or a rebase.
On Wed, 19 Jun 2024 15:57:31 GMT, Thomas Stuefe wrote:
> What is the point of stalling this PR? The test causes test errors, so it
> should be problemlisted. And if https://bugs.openjdk.org/browse/JDK-8331883
> is urgent, it should be worked on with high priority. But surely there is no
> need
On Thu, 6 Jun 2024 15:45:54 GMT, Fernando Guallini
wrote:
>> As highlighted in the bug description, The test
>> **security/Security/SynchronizedAccess.java** have some issues:
>>
>> 1. it needs to implement the sigalg, otherwise it throws
>> java.security.NoSuchAlgorithmException . Even thoug
On Fri, 14 Jun 2024 13:11:06 GMT, Mark Powers wrote:
>> https://bugs.openjdk.org/browse/JDK-864
>
> Mark Powers has updated the pull request incrementally with one additional
> commit since the last revision:
>
> move variables to above try block
Marked as reviewed by valeriep (Reviewer)
11 matches
Mail list logo