Skip to content

v3.11.0-RC

Pre-release
Pre-release

Choose a tag to compare

@metsma metsma released this 15 Jun 19:57
· 708 commits to master since this release

Please note that this is an eID software beta version.
The software may not work properly and some faults may occur.
We appreciate your feedback to abi@id.ee.

Changes compared to ver 3.10.3

  • Improved ECDSA signature size calculation
  • Optimized HTTP download speed (e.g. when updating TSL lists) by compressing the traffic (using gzip Content-Encoding)
  • Added support for validating BDOC 2.1 time-stamp signatures with archive time-stamps
  • Added option to specify different digest algorithm for the signature value than the default algorithm used in case of other digest values in the signature.
    - Added API methods Signer::setMethod(), Signer::method(), XmlConfV4::signatureDigestUri()
    - Added configuration parameters signer.digestUri and signer.signatureDigestUri
    - Added parameter -sigsha(1,224,256,384,512) to digidoc-tool utility program
  • Improved OCSPserver access certificate usage, relative pkcs12.cert configuration parameter value is now resolved to the library's installation path, instead of current working directory
  • Added option to download TSL-s over proxy in case of HTTPS connections
    - Added API methods XmlConfV4::proxyForceSSL(), XmlConfV4::proxyTunnelSSL()
    - Added configuration file parameters forceSSL and tunnelSSL