Hi Weijun,
I’m probably a bit late to the party but nevertheless I hope this finds
attention:
To anyone in this mailing list unfamiliar with HPKE: The encapsulation process
yields a tuple: A shared secret (the key agreement result, if you will) as well
as an encapsulation of said key, that is
> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/.
>
> 
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/.
>
> 
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
> On Jun 27, 2025, at 15:51, Sebastian Stenzel
> wrote:
>
> Short update on the state of the X-Wing RFC:
>
> Two weeks ago I contacted the authors, asking if they expect further changes.
> Which they don’t:
>
>> "X-Wing is final and being shipped by Google and Apple presumably in
>> hardwa
On Fri, 27 Jun 2025 17:53:46 GMT, Kevin Driver wrote:
>> Valerie Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Moved the Key.isDestroyed() check from individual provider SKF impl to
>> JCA SecretKeyFactory class.
>> Changed to
> Update the `PBEKey` class of the SunJCE provider which override the
> `javax.security.auth.Destroyable` interface to
>
> 1. throw `IllegalStateException` if `getEncoded()` is called after key is
> destroyed
> 2. serialization of such destroyed `PBEKey` object will lead to exception.
>
> Al
> Update the `PBEKey` class of the SunJCE provider which override the
> `javax.security.auth.Destroyable` interface to
>
> 1. throw `IllegalStateException` if `getEncoded()` is called after key is
> destroyed
> 2. serialization of such destroyed `PBEKey` object will lead to exception.
>
> Al
On Fri, 27 Jun 2025 16:55:59 GMT, Weijun Wang wrote:
>> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/.
>>
>> 
>
> Weijun Wang has updated the pull request incrementa
Hi Tigran,
Thanks for your interest on OpenJDK.
I think the timing difference makes sense as the principals are stored in a
special set inside the subject so subjectByPassingSet adds each twice and the
subjectByAddingToSet only once. As for why we don't just use the pre-populated
set as-is sin
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Fri, 27 Jun 2025 11:22:51 GMT, Daniel Jeliński wrote:
>> Daniel Fuchs has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 525 commits:
>>
>> - merge latest changes from master branch
>> - http3: run H3StreamLimitReachedTest.java
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Thu, 26 Jun 2025 20:56:39 GMT, Alisen Chung wrote:
>> This issue is responsible for updating the translations of all the
>> localize(able) resources in the JDK since the previous L10n drop.
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the las
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Thu, 26 Jun 2025 21:36:34 GMT, Artur Barashev wrote:
> DESCRIPTION OF THE PROBLEM:
> There appears to be a bug in the isCookieValid method of HelloCookieManager
> that can lead to improper cookie validation results after a new cookieSecret
> is generated. The cookie version (cookieVersion) i
On Wed, 4 Jun 2025 03:10:29 GMT, Valerie Peng wrote:
> Update the `PBEKey` class of the SunJCE provider which override the
> `javax.security.auth.Destroyable` interface to
>
> 1. throw `IllegalStateException` if `getEncoded()` is called after key is
> destroyed
> 2. serialization of such dest
On Fri, 27 Jun 2025 15:46:24 GMT, Weijun Wang wrote:
> Hi Sebastian, the API you suggested is only the KEM step, and it should be
> made internal inside HPKE.
>
> At the end of the day, HPKE is still a cipher. I understand the key
> encapsulation message (aka, KEM ciphertext) is different from
On Fri, 27 Jun 2025 18:27:15 GMT, Alisen Chung wrote:
> 8359761: JDK 25 RDP1 L10n resource files update
This pull request has now been integrated.
Changeset: 12ffb0c1
Author:Alisen Chung
URL:
https://git.openjdk.org/jdk/commit/12ffb0c131c5100dc23549b9b7216625bc0dab9e
Stats: 1196
Short update on the state of the X-Wing RFC:
Two weeks ago I contacted the authors, asking if they expect further changes.
Which they don’t:
> "X-Wing is final and being shipped by Google and Apple presumably in
> hardware."
> - Bas Westerbaan
and
> "No significant changes, no changes planned
On Thu, 26 Jun 2025 17:43:21 GMT, Daniel Fuchs wrote:
>> Daniel Fuchs has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 525 commits:
>>
>> - merge latest changes from master branch
>> - http3: run H3StreamLimitReachedTest.java wit
On Tue, 17 Jun 2025 01:22:31 GMT, Alisen Chung wrote:
> This issue is responsible for updating the translations of all the
> localize(able) resources in the JDK since the previous L10n drop.
This pull request has now been integrated.
Changeset: da7080ff
Author:Alisen Chung
URL:
htt
8359761: JDK 25 RDP1 L10n resource files update
-
Commit messages:
- Backport da7080fffb2389465dc9afca6d02e9085fe15302
Changes: https://git.openjdk.org/jdk/pull/26026/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26026&range=00
Issue: https://bugs.openjdk.org/browse/JDK
On Fri, 27 Jun 2025 18:27:15 GMT, Alisen Chung wrote:
> 8359761: JDK 25 RDP1 L10n resource files update
Marked as reviewed by jlu (Committer).
-
PR Review: https://git.openjdk.org/jdk/pull/26026#pullrequestreview-2967612181
On Fri, 27 Jun 2025 18:27:15 GMT, Alisen Chung wrote:
> 8359761: JDK 25 RDP1 L10n resource files update
Marked as reviewed by aivanov (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/26026#pullrequestreview-2967634176
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Fri, 27 Jun 2025 11:37:00 GMT, Daniel Jeliński wrote:
>> Daniel Fuchs has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 525 commits:
>>
>> - merge latest changes from master branch
>> - http3: run H3StreamLimitReachedTest.java
On Thu, 26 Jun 2025 16:36:40 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the
>> HTTP Client API](https://openjdk.org/jeps/517).
>>
>> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the
>> HTTP Client API](htt
On Thu, 26 Jun 2025 22:40:04 GMT, Weijun Wang wrote:
>> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/.
>>
>> 
>
> Weijun Wang has updated the pull request incrementa
> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/.
>
> 
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
s
33 matches
Mail list logo