Skip to content

Release v0.2.4

Choose a tag to compare

@github-actions github-actions released this 31 Dec 01:27
f298f9d

Fixed

  • OCSP issuerKeyHash calculation - Fixed critical bug where OCSP requests used wrong hash (full SPKI instead of public key BIT STRING), causing incorrect revocation status responses
  • Timestamp signature coverage verification - Now correctly verifies that timestamps cover the canonicalized ds:SignatureValue XML element per XAdES (ETSI EN 319 132-1) specification, fixing coversSignature: false issue
  • TSA name formatting - Fixed timestamp TSA name showing as [object Object] instead of readable DN string like CN=..., O=..., C=...
  • Base64 whitespace handling - Fixed browser atob errors when decoding base64 strings containing whitespace from XML
  • ECDSA signature format normalization - Fixed signature verification failures for ECDSA signatures with leading zero padding by normalizing to IEEE P1363 format expected by Web Crypto API