Create digital signatures for PDF documents with PHP

SetaPDF-Signer

Digital sign PDF documents with PHP

Downloads and Changelogs of the SetaPDF-Signer Component

The following table will show you all changelogs and available downloads of the SetaPDF-Signer component. A full overview of all your licenses is available in your personal Pickup Depot.

SetaPDF-Signer

Version 2.45.0.1963

Release date: 2024-07-09
SetaPDF-Signer Component
Feature
  • Added $onlyKnown parameter to getSubjectName() and getIssuerName() methods in SetaPDF_Signer_X509_Certificate class to be able to access unknown fields.
  • Added possibility to add individual HTTP headers (e.g. for individual authentication) to curl options array in curl timestamp module.
Tweak
  • Moved known OIDs for distinguished name fields into public static property SetaPDF_Signer_Asn1_DistinguishedName::$knownOids.
  • Harden data types by using SetaPDF_Core_Type_*::ensureType() calls and explicit data type checks.
SetaPDF-Core Component
Feature
  • Handle invalid OpenSSL and PHP version setup.
Bugfix
  • Fixed parsing of JPEG files with markers in compressed data.
Tweak
  • Optimized decoding in AsciiHex filter class.
  • Code style, doc-block optimizations and cleanup.
  • Added check for incompatible OpenSSL/PHP version environment and introduced SecHandler::$useArcfourFallback to force the usage of an Arcfour implementation in PHP.
  • Only handle exceptions of SetaPDF_Exception in SetaPDF_Core_Type_AbstractType::_ensureType() method.
  • Harden data types by using SetaPDF_Core_Type_*::ensureType() calls and explicit data type checks.
  • Optimized doc-blocks.