zgapdfsigner/lib
Marcos Sanz Latorre a54166c901 refactor: make CCN-STIC-221 enforcement opt-in via strictCrypto
Replace the always-on `allowLegacyEncryption` / default-on RSA checks
with a single `strictCrypto` flag on both `SignOption` and
`EncryptOption`. All modes and key lengths work by default; set
`strictCrypto: true` to enforce the approved-algorithms rules.
Update tests, externs, type declarations, and docs accordingly.
2026-08-04 23:42:43 +02:00
..
zgacertsutil.js fix: Remove unnecessary LDAP query of Certificate Revocation List during signing process (which is not supported and lead to exception). 2024-09-25 21:34:15 +03:00
zgafetch.js In Node.js mode, changed it to use Node.js' built-in fetch method if available. 2025-09-13 20:13:00 +09:00
zgaindex.js Changed to allow TSA feature in web browser 2024-08-24 12:17:43 +09:00
zganode.d.ts refactor: make CCN-STIC-221 enforcement opt-in via strictCrypto 2026-08-04 23:42:43 +02:00
zganode.js In Node.js mode, changed it to use Node.js' built-in fetch method if available. 2025-09-13 20:13:00 +09:00
zgapdfcryptor.js refactor: make CCN-STIC-221 enforcement opt-in via strictCrypto 2026-08-04 23:42:43 +02:00
zgapdfsigner.js refactor: make CCN-STIC-221 enforcement opt-in via strictCrypto 2026-08-04 23:42:43 +02:00