You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform limitation detection - Detect unsupported RSA key sizes (>4096 bits) in Safari/WebKit and return UNSUPPORTED status instead of failing as INVALID
Cross-browser testing - Added Safari/WebKit and Firefox to browser test suite locally
Fixed
C14N 1.1 canonicalization - Fixed bug where C14N 1.1 incorrectly added newlines between XML elements when the original had none. This caused signature verification to fail for compact XML.
INDETERMINATE for expired timestamps - Return INDETERMINATE status (instead of INVALID) when timestamp or certificate has expired but signature is otherwise valid
Legacy RSA DigestInfo verification - Fix signature verification for old documents signed with pre-Java 8 tools that produced non-standard DigestInfo format (missing NULL in AlgorithmIdentifier)