Re: RFR: 8318756 Create better internal buffer for AEADs

2023-11-23 Thread Daniel JeliƄski
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: 8320049: PKCS10 would not discard the cause when throw SignatureException on invalid key

2023-11-23 Thread John Jiang
On Tue, 14 Nov 2023 08:59:30 GMT, John Jiang wrote: > When throw SignatureException on invalid key, it may be better to contain the > cause exception. Could this patch be reviewed? - PR Comment: https://git.openjdk.org/jdk/pull/16649#issuecomment-1824025129