Skip to content

Releases: Setasign/SetaPDF-Signer-Addon-SwisscomAIS

v2.1.0

12 Apr 10:07
Compare
Choose a tag to compare

Features

  • Added (set|get)OptimizeOcspResponses() methods to allow control if the certificates field of the OCSP responses should be removed (default) or not when added to the DSS.

Tweaks

  • Updated dependencies (PHP >= 7.2, SetaPDF-Signer >= 2.44).
  • Updated all examples in view to new dependencies.

v2.0.2

10 Apr 10:57
592e02a
Compare
Choose a tag to compare
  • Fixed an issue if the requestId was only a numeric string.

v2.0.1

12 Jan 11:04
Compare
Choose a tag to compare
  • Fixed an issue with adding LTV information if the OCSP response was signed by a delegated certificate/key.

v2.0.0

14 Dec 13:13
e41faf4
Compare
Choose a tag to compare

Full rewrite to support Step-Up authentication of the latest API version.

You'll have to reimplement the module - for examples please take a look here.

v1.2.3

11 Aug 12:53
Compare
Choose a tag to compare
  • PHP 7.4 compatibility
  • Small improvements

Certificate Update

14 Sep 08:27
Compare
Choose a tag to compare
v1.2.2

Updated ais-ca-ssl.crt

Certificate and composer.json update

04 Apr 13:28
Compare
Choose a tag to compare

The repository URL was changed to HTTPS and the Swisscom certificate was updated.

1.2.0: Update to SetaPDF-Signer Component 2.4.0.817

18 Feb 22:03
Compare
Choose a tag to compare
- Integrated SetaPDF_Signer_Signature_DictionaryInterface and
SetaPDF_Signer_Signature_DocumentInterface interfaces in module class.
- Module adds correct SubFilter and Filter for PAdES conforming
signatures now.
- Module adds correct extensions entry for PAdES conforming signatures
now.
- Updated method signature ot Module::createSignature().
- Removed setup of temporary path for temporary writer instance from all
examples.

1.1.0: Merge pull request #1 from FreddyKaiser/master

27 Jul 08:45
Compare
Choose a tag to compare
Additional comments for on demand / Update in MIDSN parsing

1.0.0: Cleanup and minor changes/improvements

02 Jun 07:58
Compare
Choose a tag to compare
Added individual addon exception.
Added support for signature properties in batch processes.
Removed $id$ placeholder in DocBlock comments.
Typos.