Woleet 1.10.0 release note

Verify signatures immediately after signing

API:

  • The Woleet API is now specified using OpenAPI 3.0
  • The GET /receipt/{anchorid} endpoint accept a new 'allowPartial' boolean parameter allowing to download a 'partial' proof receipt, ie. one that contains the proof of signature but not yet the proof of timestamp
  • The POST /receipt/verify endpoint accept partial receipts for verification
  • The GET /signatureRequest/{signatureRequestId}/proofbundle and GET /signatureRequest/{signatureRequestId}/attestation endpoints can now be called to retrieve the proof bundle and the signature attestation of a signature request as soon as the proofBundleComplete boolean is set to true on the signature request.

Signature requests workflow:

  • The signature attestation is no longer signed by Woleet: only the audit trail is (which is equivalent, since the audit trail now contains all the elements of the signature attestation)

ProofDesk:

  • New password policy: 10 characters with at least 1 uppercase and 1 number
  • Added support of partial receipts verification

Woleet Sign:

  • Signatures can now be verified just after signing, without waiting for them to be timestamped
  • New password policy: 10 characters with at least 1 uppercase and 1 number
  • Various UI improvements and bug fixes

Woleet Auditor

  • Added support of partial receipts verification