Re: RFR: 8305972: Update XML Security for Java to 3.0.2 [v10]

2023-05-19 Thread Sean Mullan
On Thu, 18 May 2023 15:15:30 GMT, Weijun Wang wrote: >> Update XML Security for Java to 3.0.2. Some change to tests: >> >> 1. A new `HereFunction.java` to test the new security property >> "jdk.xml.dsig.hereFunctionSupported". >> 2. EdDSA does not support `KeyValue`. Use X.509 certificate inste

Re: RFR: 8305972: Update XML Security for Java to 3.0.2 [v10]

2023-05-18 Thread Weijun Wang
> Update XML Security for Java to 3.0.2. Some change to tests: > > 1. A new `HereFunction.java` to test the new security property > "jdk.xml.dsig.hereFunctionSupported". > 2. EdDSA does not support `KeyValue`. Use X.509 certificate instead. Weijun Wang has updated the pull request incrementally