Re: RFR: 8342183: Update tests to use stronger algorithms and keys [v5]

2024-11-01 Thread Anthony Scarpino
On Fri, 1 Nov 2024 16:25:49 GMT, Fernando Guallini wrote: >> Several tests are identified to use weak/legacy algorithms. As these tests >> purpose is not to exercise weak algorithms, these are updated in this PR to >> use stronger algorithms. If the test uses a weak key, it is updated as well.

Re: RFR: 8342183: Update tests to use stronger algorithms and keys [v5]

2024-11-01 Thread Rajan Halade
On Fri, 1 Nov 2024 16:25:49 GMT, Fernando Guallini wrote: >> Several tests are identified to use weak/legacy algorithms. As these tests >> purpose is not to exercise weak algorithms, these are updated in this PR to >> use stronger algorithms. If the test uses a weak key, it is updated as well.

Re: RFR: 8342183: Update tests to use stronger algorithms and keys [v5]

2024-11-01 Thread Fernando Guallini
> Several tests are identified to use weak/legacy algorithms. As these tests > purpose is not to exercise weak algorithms, these are updated in this PR to > use stronger algorithms. If the test uses a weak key, it is updated as well. Fernando Guallini has updated the pull request incrementally w