Re: A few updates to JEP 411: Deprecate the Security Manager for Removal

2021-07-17 Thread Peter Firmstone
My mistake copied wrong bug: Has there been any progress with the new Subject API? https://bugs.openjdk.java.net/browse/JDK-8267108 On 17/07/2021 2:53 pm, Peter Firmstone wrote: Thanks Sean, Has there been any progress with JDK-8264713? https://bugs.openjdk.java.net/browse/JDK-8264713

Re: RFR: 8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions [v4]

2021-07-17 Thread Anthony Scarpino
On Fri, 16 Jul 2021 19:41:53 GMT, Valerie Peng wrote: >> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java >> line 629: >> >>> 627: GCTR gctr; >>> 628: GHASH ghash; >>> 629: GCMOperation op; >> >> It seems clearer to initialize "op" in

Re: Authorization layer - threads and privileged calls

2021-07-17 Thread Peter Firmstone
I've added the following method to the Authorization class: /** * This method allows a developer to register the domain of a * dependency which doesn't utilize this Authorization layer, to be * considered as a trusted platform layer, in doing so however, * the dependency