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

2023-05-18 Thread Sean Mullan
On Tue, 16 May 2023 01:10:10 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 [v6]

2023-05-15 Thread Weijun Wang
> Update XML Security for Java to 3.0.2. Some change to tests: > > 1. No more Xalan. One test case is singled out to demonstrate how to use a > special configuration. > 2. EdDSA does not support `KeyValue`. Use X.509 certificate instead. Weijun Wang has updated the pull request with a new target