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
Added support for SHA3 digest algorithms: SHA3-256, SHA3-384, SHA3-512
Fixes and improvements to unit tests
Updated dependencies
Known issues
Currently used version of the underlying DSS library is not compatible with BouncyCastle version 1.85:
the changes introduced in BouncyCastle 1.85 break PAdES validation (the immediate symptom is false positives in case of validating invalid PAdES containers)
We have noticed a slight increase in TSL loading times due to pivot LOTL support
We have noticed a decrease in performance with the introduction of properly accessing AIA certificate resources
Opening a container that contains signatures, triggers TSL loading (TSL lazy loading does not work as expected)