Changelogs & Release Notes

Show changelog from version to

4 Bugfixes
1 Features
6 Tweaks
SetaPDF-Signer Component
Feature
  • Added cache functionality for OCSP responses.
Bugfix
  • Added support for integrity validation for signatures in encrypted PDF documents.
  • Prohibit signatures for certified documents with a certification level of "no changes allowed".
  • Added default curl options to follow redirects when resolving verification related information (Certificates, CRLs).
  • Prohibit automatic restart of document level timestamp signature if the reserved space does not fit.
Tweak
  • Added .der extension as supported extension in a fallback logic when resolving certificates through the AIA extension.
  • Updated default size of reserved space to 15000 bytes.
SetaPDF-Core Component
Tweak
  • Append "\n" in incremental update only if there were changes.
  • Remove invalid characters in $filename in SetaPDF_Core_Writer_Http::encodeFilenameForHttpHeader().
  • Cast $memoryLimit in SetaPDF_Core_Writer_TempStream to integer before it is appended to the stream uri.
  • Fixed SetaPDF_Core_Parser_CorruptedCrossReferenceTable::getDefinedObjectIds(). The method didn't returned the first found id.