Apache Santuario

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

XML Security Java 1.4.2 release notes

  1. Add support for more XMLDSig algorithms listed in RFC 4051 Committed by SM. See Issue 44810.
  2. add Add support for C14N 1.1 to Java implementation. Committed by SM. Thanks to Sean Mullan. See Issue 42653.
  3. add Library does not allow specify provider for private key operations. Committed by SM. Thanks to Alon Bar-Lev. See Issue 43056.
  4. add Method to disable XMLUtils.addReturnToElement. Committed by SM. Thanks to Michael McIntosh. See Issue 42061.
  5. add Add XMLCipher.encryptData method that takes serialized data as parameter. Committed by SM. Thanks to Vladmir Ionescu. See Issue 38668.
  6. fix DOMException is thrown at XMLSignature creation. Committed by SM. Thanks to Giedrius Noreikis. See Issue 44999.
  7. fix Concurrent creation of a XMLSignature instance produces an ArrayIndexOutOfBoundsException. Thanks to Giedrius Noreikis Committed by RB. Thanks to Giedrius Noreikis. See Issue 44956.
  8. fix Concurrent invocation of KeyInfo.getX509Certificate() occasionally fails Committed by RB. Thanks to Giedrius Noreikis. See Issue 44991.
  9. fix Switch order of XML Signature validation steps Committed by SM. See Issue 44629.
  10. fix Regression when processing XPath transform (additional fix) Committed by SM. See Issue 44617.
  11. fix XMLX509IssuerSerial.getIssuerName incorrectly escapes '#' in hex values Committed by SM. See Issue 44586.
  12. fix XMLX509Certificate.getX509Certificate() results in certificate parsing error. Committed by SM. Thanks to Vishal Mahajan. See Issue 44205.
  13. fix When using xslt transformation there is problem with xalan newline. Small refactor for ElementProxy to get rid of the state, it was an old vestige that where taking space and obfuscating the code. Committed by RB. Thanks to Matej Spiller. See Issue 44177.
  14. fix String comparisons using '==' causes validation errors with some parsers Committed by RB. Thanks to Vishal Mahajan. See Issue 40897.
  15. fix XMLCipher loadEncryptedKey error. Committed by SM. Thanks to Butler. See Issue 44102.
  16. fix No installed provider supports this key when checking a RSA signature against a DSA key before RSA key. Committed by SM. Thanks to Matthias Germann. See Issue 43239.
  17. fix Unnecessary namespace declarations on Signature children. Committed by SM. Thanks to Brent Putnam. See Issue 42597.
  18. fix Problem with empty BaseURI in ResolverLocalFilesystem. Committed by SM. Thanks to Frank Cornelis. See Issue 42865.
  19. fix Inclusive C14n doesn't always handle xml:space and xml:lang attributes correctly Committed by SM. See Issue 43230.
  20. fix Error when removing encrypted content in 1.4.1. Committed by SM. Thanks to Julien Taupin, Daniele Gagliardi. See Issue 42886.
  21. fix ClassLoader issue causing NoSuchAlgorithmException loading Provider Implementation. Committed by SM. Thanks to James Washington. See Issue 42820.
  22. update Improved logging in signature handling. Thanks to Wally Dennis. Committed by SM. Thanks to Wally Dennis. See Issue 44863.
  • No labels