zgapdfsigner/tests
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
..
compliance-encryption.test.js refactor: make CCN-STIC-221 enforcement opt-in via strictCrypto 2026-08-04 23:42:43 +02:00
compliance-rsa.test.js refactor: make CCN-STIC-221 enforcement opt-in via strictCrypto 2026-08-04 23:42:43 +02:00
core.test.js feat: enforce CCN-STIC-221 crypto constraints on sign and encrypt 2026-08-04 11:53:47 +02:00
sign-integration.test.js refactor: make CCN-STIC-221 enforcement opt-in via strictCrypto 2026-08-04 23:42:43 +02:00
signer.test.js refactor: extract createSigner factory and add signature algorithm OID 2026-08-04 22:12:14 +02:00