krah034 opened a new pull request, #288:
URL: https://github.com/apache/santuario-xml-security-java/pull/288

   Proposed a fix for SANTUARIO-610 when BouncyCastle is at first position in 
Java security providers and AES GCM NoPadding is used.
   
   When run with BouncyCastle in test class path the code is executed 
correctly, but fails when `if (data != null)` is removed from `XMLCipher`.
   
   Execute with `bouncycastle` profile
   ```shell
   mvn test -Dtest=org.apache.xml.security.test.dom.encryption.XMLCipherTest -P 
bouncycastle
   ```


-- 
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: dev-unsubscr...@santuario.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to