Skip to content

Commit 4f6ce91

Browse files
committed
Update README.md
1 parent c1c2841 commit 4f6ce91

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Electronic Seals to digital sign PDF documents in pure PHP.
77
The API documentation can be found on the Cloud Signature Consortium website:
88
https://cloudsignatureconsortium.org/resources/download-api-specifications/
99

10-
At the time of writing the module is tested with the eSigner CSC API from SSL.com (v0) and the Remote Signing Service
11-
CSC API from Entrust (v0).
10+
At the time of writing the module is tested with the eSigner CSC API from [SSL.com](https://www.ssl.com/esigner/) (v0), the Remote Signing Service
11+
CSC API from Entrust (v0) and CSC API from the [A-Trust Hash-Signing](https://www.a-trust.at/de/produkte/signaturl%C3%B6sungen_f%C3%BCr_unternehmen/hash-signing_csc/) (v1).
1212
It currently does not support all features or variances that may appear in other API implementations.
1313

1414
For usage with SSL.com you can follow this integration guide to get a better understanding of how to setup a test
@@ -18,8 +18,8 @@ https://www.ssl.com/guide/integration-guide-testing-remote-signing-with-esigner-
1818

1919
## Known not implemented features
2020

21-
At the moment the module does not support RSA_PSS or ECDSA as signing algorithm because of missing testing options.
22-
Both are implemented but will throw an exception to get a chance for a test case. Please contact us at
21+
At the moment the module does not support RSA_PSS as signing algorithm because of missing testing options.
22+
The current implementation but will throw an exception to get a chance for a test case. Please contact us at
2323
support@setasign.com so that we can work on a final implementation together.
2424

2525
Authentification is only supported over [OAuth2](https://oauth.net/2/). Authentification over HTTP Basic or Digest
@@ -31,7 +31,7 @@ the OTP generation by yourself - see API `credentials/sendOTP` (11.8).
3131

3232
## Requirements
3333

34-
To use this package you need access to a CSC API (v0).
34+
To use this package you need access to a CSC API (v0 or v1).
3535

3636
This package is developed and tested on PHP >= 7.3 up to PHP 8.5. Requirements of the
3737
[SetaPDF-Signer](https://www.setasign.com/signer)

0 commit comments

Comments
 (0)