Re: RFR: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer [v4]

2023-11-21 Thread Matthew Donovan
On Tue, 21 Nov 2023 00:43:36 GMT, Valerie Peng wrote: >> Matthew Donovan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> fixed whitespace errors > > test/jdk/sun/security/pkcs11/README line 14: > >> 12: >> 13: 2. Pre-built NSS librarie

Re: RFR: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer [v5]

2023-11-21 Thread Matthew Donovan
> Hello, > > In this PR I removed NSS tests from the ProblemList and updated NssTest to > use Sqlite databases. I also removed code in PKCS11Test.java that falls back > to NSS libraries installed on the test system. The tests can still be run > with different NSS libraries but they have to be s

Re: RFR: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer [v5]

2023-11-21 Thread Magnus Ihse Bursie
On Tue, 21 Nov 2023 12:36:24 GMT, Matthew Donovan wrote: >> Hello, >> >> In this PR I removed NSS tests from the ProblemList and updated NssTest to >> use Sqlite databases. I also removed code in PKCS11Test.java that falls back >> to NSS libraries installed on the test system. The tests can st

Re: RFR: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer [v6]

2023-11-21 Thread Matthew Donovan
> Hello, > > In this PR I removed NSS tests from the ProblemList and updated NssTest to > use Sqlite databases. I also removed code in PKCS11Test.java that falls back > to NSS libraries installed on the test system. The tests can still be run > with different NSS libraries but they have to be s

Re: RFR: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer [v6]

2023-11-21 Thread Magnus Ihse Bursie
On Tue, 21 Nov 2023 13:55:29 GMT, Matthew Donovan wrote: >> Hello, >> >> In this PR I removed NSS tests from the ProblemList and updated NssTest to >> use Sqlite databases. I also removed code in PKCS11Test.java that falls back >> to NSS libraries installed on the test system. The tests can st

Re: RFR: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer [v7]

2023-11-21 Thread Matthew Donovan
> Hello, > > In this PR I removed NSS tests from the ProblemList and updated NssTest to > use Sqlite databases. I also removed code in PKCS11Test.java that falls back > to NSS libraries installed on the test system. The tests can still be run > with different NSS libraries but they have to be s

Re: RFR: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer [v7]

2023-11-21 Thread Magnus Ihse Bursie
On Tue, 21 Nov 2023 14:47:39 GMT, Matthew Donovan wrote: >> Hello, >> >> In this PR I removed NSS tests from the ProblemList and updated NssTest to >> use Sqlite databases. I also removed code in PKCS11Test.java that falls back >> to NSS libraries installed on the test system. The tests can st

Integrated: 8319124: Update XML Security for Java to 3.0.3

2023-11-21 Thread Weijun Wang
On Thu, 16 Nov 2023 14:30:31 GMT, Weijun Wang wrote: > Update XMLDsig implementation to match Apache Santuario 3.0.3. > > Changes include (significance in descending order): > > - `SignatureMethod.java`: new signature method URIs defined > - `SignatureBaseRSA.java`: `SignatureBaseRSAPSS` and re

Re: RFR: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer [v7]

2023-11-21 Thread Valerie Peng
On Tue, 21 Nov 2023 14:47:39 GMT, Matthew Donovan wrote: >> Hello, >> >> In this PR I removed NSS tests from the ProblemList and updated NssTest to >> use Sqlite databases. I also removed code in PKCS11Test.java that falls back >> to NSS libraries installed on the test system. The tests can st

Re: RFR: 4936767: Parameters for MessageDigest [v8]

2023-11-21 Thread Weijun Wang
> Add parameters to `MessageDigest` and introduce new `MessageDigest` > algorithms 'SHAKE128-LEN` and `SHAKE256-LEN` with an integer parameter. Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: useless imports - Changes:

Re: RFR: 8320219: Actually resolve issues with goto labels in sspi [v3]

2023-11-21 Thread Julian Waters
On Thu, 16 Nov 2023 04:40:53 GMT, Julian Waters wrote: >> I regret not actually addressing the issues with the goto labels in >> https://github.com/openjdk/jdk/pull/15996, where initialization of locals in >> sspi were jumped over by gotos to a certain label. I changed the >> initializations i