Re: Potential issues with javax.crypto under StructuredTaskScope/JDK22

2024-05-07 Thread Chris Marshall
lculate them in a plain single thread standalone program to verify if the > answers are still the same? (Hopefully this calculation is deterministic). > > --Weijun > >> On May 2, 2024, at 4:18 PM, Chris Marshall wrote: >> >> Hi Alan, >> >> Th

Re: Potential issues with javax.crypto under StructuredTaskScope/JDK22

2024-05-02 Thread Chris Marshall
on’t believe (though I’m not an expert, so could be wrong) that this has anything to do with javax.security APIs Chris On 2 May 2024, at 19:59, Alan Bateman wrote:  On 02/05/2024 19:33, Chris Marshall wrote: : Last week I upgraded the application to be compiled by JDK22, and run on JDK22. Immedi

Potential issues with javax.crypto under StructuredTaskScope/JDK22

2024-05-02 Thread Chris Marshall
Hi, I work for an organisation which runs a number of applications inside an EKS cluster hosted in AWS. In order for the applications to communicate, they obtained bearer tokens from the AWS Cognito library, and in order to obtain the tokens, we have coded up User-SRP auth. This code has been