RFR: 8318756 Create better internal buffer for AEADs

2023-11-22 Thread Anthony Scarpino
Hi, I need a review for a new internal buffer class called AEADBufferStream. AEADBufferStream extends ByteArrayOutputStream, but eliminates some data checking and copying that are not necessary for what GaloisCounterMode.java and ChaCha20Cipher.java need. The changes greatest benefit is wit

Re: RFR: 8318756 Create better internal buffer for AEADs

2023-11-22 Thread Anthony Scarpino
On Fri, 3 Nov 2023 04:08:27 GMT, Anthony Scarpino wrote: > Hi, > > I need a review for a new internal buffer class called AEADBufferStream. > AEADBufferStream extends ByteArrayOutputStream, but eliminates some data > checking and copying that are not necessary for what GaloisCounterMode.java

Re: RFR: JDK-8319122: Improve documentation of various Zip-file related APIs [v2]

2023-11-22 Thread Yakov Shafranovich
On Tue, 14 Nov 2023 12:21:42 GMT, Alan Bateman wrote: >> Yakov Shafranovich has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Fixed more line breaks >> - fixed line breaks > > src/java.base/share/classes/java/util/zip/ZipInputStream.jav

Integrated: 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer

2023-11-22 Thread Matthew Donovan
On Fri, 20 Oct 2023 19:18:47 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 still b