Re: RFR: 8182621: JSSE should reject empty TLS plaintexts [v2]

2023-04-09 Thread Xue-Lei Andrew Fan
On Fri, 7 Apr 2023 13:56:39 GMT, Matthew Donovan wrote: >> Added code similar to the suggested patches for empty Handshake messages. I >> also implemented tests to verify empty Handshake, Alert, and >> ChangeCipherSpec messages result in expected behavior: for SSLEngineImpl, >> exceptions are

Integrated: 8305310: Calculate PublicKey from PrivateKey

2023-04-09 Thread Weijun Wang
On Thu, 30 Mar 2023 19:31:47 GMT, Weijun Wang wrote: > This code change is for DHKEM, which requires the function > > pk(skX): The KEM public key corresponding to the KEM private key skX. > > Only implemented for EC and XDH. Might add PKCS #11 support later. This pull request has now been

Re: RFR: 8302819: Remove JAR Index [v6]

2023-04-09 Thread Eirik Bjorsnos
On Fri, 7 Apr 2023 07:47:49 GMT, Eirik Bjorsnos wrote: >> This PR removes the JAR index feature from the runtime: >> >> - `URLClassPath` is updated to remove the `enableJarIndex` system property >> and any code which would be called when this property was `true` >> - The `JarIndex`