On Fri, 14 Jun 2024 18:56:12 GMT, Valerie Peng wrote:
> UP @valeriepeng possible to backport PKCS11 configuration attribute part on
> JDK 17 or 21 ?
Based on the feedback that I got, it should be ok to backport the PKCS11
configuration attribute, separate CSRs would be needed for that though.
On Thu, 27 Jun 2024 15:37:45 GMT, Fernando Guallini
wrote:
>> The following test:
>> **com/sun/security/auth/callback/TextCallbackHandler/Default.java** is
>> currently marked to be run manually because user inputs are required in the
>> console, but instead it can be automated by providing a
On Tue, 25 Jun 2024 09:14:12 GMT, Daniel Jeliński wrote:
>> Anthony Scarpino has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - remove frag issue
>> - Comments, remove thread, set NST default to 1, allow 0
>> - comment cleanup
>
> src
On Tue, 25 Jun 2024 09:38:04 GMT, Daniel Jeliński wrote:
>> Anthony Scarpino has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - remove frag issue
>> - Comments, remove thread, set NST default to 1, allow 0
>> - comment cleanup
>
> src
On Thu, 27 Jun 2024 12:27:26 GMT, Claes Redestad wrote:
> This PR attains a speed-up on some microbenchmarks by simplifying how we
> build up the MH combinator tree shape
> (only use prependers with prefix, always add a suffix to the newArray
> combinator), then simplifying/inlining some of the
On Fri, 7 Jun 2024 19:25:45 GMT, Francisco Ferrari Bihurriet
wrote:
>> Hi,
>>
>> I would like to propose an implementation to support AES CBC with Ciphertext
>> Stealing (CTS) in SunPKCS11, according to what has been specified in
>> [JDK-8330843 CSR](https://bugs.openjdk.org/browse/JDK-833084
On Thu, 27 Jun 2024 16:05:09 GMT, Chen Liang wrote:
>> This PR attains a speed-up on some microbenchmarks by simplifying how we
>> build up the MH combinator tree shape
>> (only use prependers with prefix, always add a suffix to the newArray
>> combinator), then simplifying/inlining some of the
On Thu, 27 Jun 2024 12:27:26 GMT, Claes Redestad wrote:
> This PR attains a speed-up on some microbenchmarks by simplifying how we
> build up the MH combinator tree shape
> (only use prependers with prefix, always add a suffix to the newArray
> combinator), then simplifying/inlining some of the
On Thu, 27 Jun 2024 12:48:00 GMT, Weijun Wang wrote:
>> @wangweij
>> I was handling the callback in 2 separate calls because it was blocking and
>> timing out while waiting for input. Now, using _HumanInputStream_ allows
>> handling it in a single call. Unfortunately this class is not visible
> The following test:
> **com/sun/security/auth/callback/TextCallbackHandler/Default.java** is
> currently marked to be run manually because user inputs are required in the
> console, but instead it can be automated by providing a custom inputStream to
> System.in in the actual test to simulate
On Thu, 27 Jun 2024 12:27:26 GMT, Claes Redestad wrote:
> This PR attains a speed-up on some microbenchmarks by simplifying how we
> build up the MH combinator tree shape
> (only use prependers with prefix, always add a suffix to the newArray
> combinator), then simplifying/inlining some of the
On Mon, 22 Apr 2024 18:31:37 GMT, Francisco Ferrari Bihurriet
wrote:
> Hi,
>
> I would like to propose an implementation to support AES CBC with Ciphertext
> Stealing (CTS) in SunPKCS11, according to what has been specified in
> [JDK-8330843 CSR](https://bugs.openjdk.org/browse/JDK-8330843).
On Wed, 26 Jun 2024 23:01:50 GMT, Anthony Scarpino
wrote:
> Hi,
>
> I need a review of this clean backport of this test fix to jdk23.
>
> Tony
This pull request has now been integrated.
Changeset: 98fd657c
Author:Anthony Scarpino
URL:
https://git.openjdk.org/jdk/commit/98fd657cfa
On Wed, 26 Jun 2024 23:01:50 GMT, Anthony Scarpino
wrote:
> Hi,
>
> I need a review of this clean backport of this test fix to jdk23.
>
> Tony
Marked as reviewed by rhalade (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/19917#pullrequestreview-2145507373
On Thu, 27 Jun 2024 10:00:31 GMT, Fernando Guallini
wrote:
>> Try if this class works for you.
>> https://github.com/openjdk/jdk/blob/45a616a891e4a4b0e77b1f2fa040522f4a99d172/test/jdk/sun/security/tools/keytool/KeyToolTest.java#L1885
>
> @wangweij
> I was handling the callback in 2 separate ca
This PR attains a speed-up on some microbenchmarks by simplifying how we build
up the MH combinator tree shape
(only use prependers with prefix, always add a suffix to the newArray
combinator), then simplifying/inlining some of the code in the helper
functions.
Many simple concatenation expres
On Wed, 26 Jun 2024 16:11:52 GMT, Weijun Wang wrote:
>> test/jdk/com/sun/security/auth/callback/TextCallbackHandler/Default.java
>> line 80:
>>
>>> 78: pipedOut.write("-1\n".getBytes());
>>> 79: pipedOut.flush();
>>> 80: textHandler.handle(new Callback[]{callback});
>>
17 matches
Mail list logo