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
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
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
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