Re: RFR: 8279064: New options for ktab to provide non-default salt

2022-01-10 Thread Valerie Peng
On Fri, 7 Jan 2022 19:35:56 GMT, Weijun Wang wrote: > Please review this enhancement and its > [CSR](https://bugs.openjdk.java.net/browse/JDK-8279632). Two new options `-s > salt` and `-f` can be specified on the `ktab` command when adding entries. > > I'm a little concerned about the compatib

Integrated: Merge jdk18

2022-01-10 Thread Jesper Wilhelmsson
On Mon, 10 Jan 2022 17:00:05 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 18 -> JDK 19 This pull request has now been integrated. Changeset: d9b1bb58 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/d9b1bb58600c03cee43387864d1530d4dd5f1422 Stats: 615 l

Integrated: Merge jdk18

2022-01-10 Thread Jesper Wilhelmsson
Forwardport JDK 18 -> JDK 19 - Commit messages: - Merge - 8274679: Remove unnecessary conversion to String in security code in java.base - 8142362: Lots of code duplication in Copy class - 8218857: Confusing overloads for os::open - 8183227: read/write APIs in class os shall ret

Integrated: 8274809: Update java.base classes to use try-with-resources

2022-01-10 Thread Andrey Turbanov
On Tue, 5 Oct 2021 09:36:23 GMT, Andrey Turbanov wrote: > 8274809: Update java.base classes to use try-with-resources This pull request has now been integrated. Changeset: dee447f8 Author:Andrey Turbanov Committer: Daniel Fuchs URL: https://git.openjdk.java.net/jdk/commit/dee447f8a

Integrated: 8274679: Remove unnecessary conversion to String in security code in java.base

2022-01-10 Thread Andrey Turbanov
On Sun, 3 Oct 2021 16:24:33 GMT, Andrey Turbanov wrote: > Cleanup unnecessary String.valueOf calls (and similar) when conversion will > happen implicitly anyway. This pull request has now been integrated. Changeset: debaa28e Author:Andrey Turbanov Committer: Weijun Wang URL: https

Re: RFR: 8275918: Remove unused local variables in java.base security code [v3]

2022-01-10 Thread Weijun Wang
On Wed, 27 Oct 2021 18:49:26 GMT, Andrey Turbanov wrote: >> Cleanup unused local variables. Looks like they are leftovers after >> refactoring. > > Andrey Turbanov has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains three commits: > >

JEP 411: sandboxing use case

2022-01-10 Thread Olivier Cailloux
Dear list, I would like to share my use case for currently using the security manager mechanism (SM) in my software. Now that JEP 411 is there, any advice about any currently existing solution for replacement would be welcome, if this is already possible; alternatively, I hope that a replacement f

[jdk18] RFR: 8279385: [test] Adjust sun/security/pkcs12/KeytoolOpensslInteropTest.java after 8278344

2022-01-10 Thread Matthias Baesken
8279385: [test] Adjust sun/security/pkcs12/KeytoolOpensslInteropTest.java after 8278344 - Commit messages: - Backport 9bdf6eb7b2412ecff523015f1430dfb6a0e4dd09 Changes: https://git.openjdk.java.net/jdk18/pull/91/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk18&pr=91&rang

[jdk18] Integrated: 8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fails because of different openssl output

2022-01-10 Thread Matthias Baesken
On Mon, 10 Jan 2022 09:09:13 GMT, Matthias Baesken wrote: > 8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fails > because of different openssl output This pull request has now been integrated. Changeset: 06b4d494 Author:Matthias Baesken URL: https://git.openjdk.j

Re: RFR: 8272317: jstatd has dependency on Security Manager which needs to be removed [v2]

2022-01-10 Thread Kevin Walls
> Remove the use of Security Manager from jstatd. > Add use of an ObjectInputFilter to restrict RMI. > > Also we can undo the property-setting Launcher.gmk change from: 8279007: > jstatd fails to start because SecurityManager is disabled > ..as that is no longer needed. > > Docs/man page update

Re: RFR: 8275918: Remove unused local variables in java.base security code [v3]

2022-01-10 Thread Andrey Turbanov
On Wed, 27 Oct 2021 18:49:26 GMT, Andrey Turbanov wrote: >> Cleanup unused local variables. Looks like they are leftovers after >> refactoring. > > Andrey Turbanov has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains three commits: > >

[jdk18] RFR: 8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fails because of different openssl output

2022-01-10 Thread Matthias Baesken
8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fails because of different openssl output - Commit messages: - Backport 8b5ff4bdffc8f32317d67b00c085071d6c772b30 Changes: https://git.openjdk.java.net/jdk18/pull/90/files Webrev: https://webrevs.openjdk.java.net/?rep