https://bugs.openjdk.org/browse/JDK-8299235
-
Commit messages:
- first iteration
Changes: https://git.openjdk.org/jdk20/pull/77/files
Webrev: https://webrevs.openjdk.org/?repo=jdk20&pr=77&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8299235
Stats: 5 lines in 2 files chan
* updated test for new TLS protocols and ciphersuites
* code cleanup
-
Commit messages:
- 8298874: Update TestAllSuites.java for TLS v1.2 and 1.3
Changes: https://git.openjdk.org/jdk/pull/11780/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11780&range=00
Issue: https://b
On Thu, 22 Dec 2022 14:56:16 GMT, Volker Simonis wrote:
>>> The same example with the 1000 connections being opened alternatively on
>>> two different contexts will instead create 1000 `StatelessKey` instances:
>>
>> That's obviously not the expected behaviors. It is a good catch for the
>> `
> Currently, TLS session tickets introduced by
> [JDK-8211018](https://bugs.openjdk.org/browse/JDK-8211018) in JDK 13 (i.e.
> `SessionTicketExtension$StatelessKey`) are generated in the class
> `SessionTicketExtension` and they use a single, global key ID
> (`currentKeyID`) for all `SSLContext`
On Fri, 23 Dec 2022 10:48:19 GMT, Jesper Wilhelmsson
wrote:
> Forwardport JDK 20 -> JDK 21
This pull request has now been integrated.
Changeset: 19ce23c6
Author:Jesper Wilhelmsson
URL:
https://git.openjdk.org/jdk/commit/19ce23c6459a452c8d3856b9ed96bfa54a8346ae
Stats: 572 lines
On Thu, 22 Dec 2022 19:13:21 GMT, Xue-Lei Andrew Fan wrote:
>> Volker Simonis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Moved stateless key logic from SSLContextImpl to SSLSessionContextImpl and
>> addressed comments by @XueleiFan
On Thu, 22 Dec 2022 17:15:36 GMT, Anthony Scarpino
wrote:
>> Volker Simonis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Moved stateless key logic from SSLContextImpl to SSLSessionContextImpl and
>> addressed comments by @XueleiFan
Forwardport JDK 20 -> JDK 21
-
Commit messages:
- Merge remote-tracking branch 'jdk20/master' into Merge_jdk20
- 8299237: add ArraysSupport.newLength test to a test group
- 8299230: Use https: in links
- 8299015: Ensure that HttpResponse.BodySubscribers.ofFile writes all bytes
-
On Thu, 22 Dec 2022 18:54:16 GMT, Xue-Lei Andrew Fan wrote:
>> Volker Simonis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Moved stateless key logic from SSLContextImpl to SSLSessionContextImpl and
>> addressed comments by @XueleiFan
On Thu, 22 Dec 2022 18:59:14 GMT, Xue-Lei Andrew Fan wrote:
>> Volker Simonis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Moved stateless key logic from SSLContextImpl to SSLSessionContextImpl and
>> addressed comments by @XueleiFan
10 matches
Mail list logo