[jdk20] RFR: JDK-8299235 broken link referencing missing id

2022-12-23 Thread Mark Powers
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

RFR: 8298874: Update TestAllSuites.java for TLS v1.2 and 1.3

2022-12-23 Thread Matthew Donovan
* 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

Re: RFR: 8298381: Improve handling of session tickets for multiple SSLContexts

2022-12-23 Thread Volker Simonis
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 >> `

Re: RFR: 8298381: Improve handling of session tickets for multiple SSLContexts [v5]

2022-12-23 Thread Volker Simonis
> 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`

Integrated: Merge jdk20

2022-12-23 Thread Jesper Wilhelmsson
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

Re: RFR: 8298381: Improve handling of session tickets for multiple SSLContexts [v4]

2022-12-23 Thread Volker Simonis
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

Re: RFR: 8298381: Improve handling of session tickets for multiple SSLContexts [v4]

2022-12-23 Thread Volker Simonis
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

RFR: Merge jdk20

2022-12-23 Thread Jesper Wilhelmsson
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 -

Re: RFR: 8298381: Improve handling of session tickets for multiple SSLContexts [v4]

2022-12-23 Thread Volker Simonis
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

Re: RFR: 8298381: Improve handling of session tickets for multiple SSLContexts [v4]

2022-12-23 Thread Volker Simonis
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