seanjmullan opened a new pull request, #206: URL: https://github.com/apache/santuario-xml-security-java/pull/206
This change includes more portable support for the RSSSA-PSS algorithms without parameters defined in RFC 9231. It instantiates java.security.Signature objects with an "RSASSA-PSS" algorithm and initializes the default parameters using a `PSSParameterSpec` object. This approach works for both the JDK and BouncyCastle JCE providers. If this approach does not work for some reason, it falls back to instantiating Signature objects using algorithms like "SHA256withRSAandMGF1" (however these algorithm names are not standard as per the Java Security Standard Algorithm Names specification, so may not work for certain JCE providers, such as the ones in the JDK). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
