jrihtarsic opened a new pull request, #306:
URL: https://github.com/apache/santuario-xml-security-java/pull/306
sanuario/xml library have several option to created DOM structure or to
serialize EncryptionMethod as example:
XMLCipher.newEncryptionMethod(Element element) {
XMLCipher.EncryptionMethodImpl.getEncryptionMethod()).toElement()
AbstractInternalEncryptionOutputProcessor.createKeyInfoStructure
...
And some of them does not omit MGF element in case of "rsa-oaep-mgf1p"
The purpose of the PR is to add the missing checks and provide regression
tests to verify that the MGF element is omitted in the case of "rsa-oaep-mgf1p
For details see the
[SANTUARIO-617](https://issues.apache.org/jira/browse/SANTUARIO-617)
--
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]