Skip to content

Release 3.1.1

Compare
Choose a tag to compare
@siimsuu1 siimsuu1 released this 16 Apr 14:30
· 395 commits to master since this release

Summary of the major changes since 3.1.0

  • Performance improvement
  • New LOTL signer certs added to truststore

Bug fixes (inconclusive list):

  • Fix for BDOC/ASIC-E container detection - NB! it is not possible to add LT_TM (TimeMark) signatures to ASIC-E container (container that contains only Time Stamp based signatures).
  • Fix for not able to remove signatures from ASIC-E container

Known issues

While upgrading, be sure that your integration :

  • doesn't use Xalan or XercesImpl dependencies
  • uses a patched Java version (JDK7u40+, JDK8 or higher)
    Xalan and XercesImpl were used to patch XML vulnerabilities in older java versions. They should be discarded with higher versions because they override default Java XML security.
    If it is not possible to remove Xalan, then you can set your system property to override TransformerFactory : System.setProperty("javax.xml.transform.TransformerFactory","com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl");