fork-openpgpjs/test/security
Daniel Huigens fbbeaa3cd9
Rename numBits and bits to rsaBits (#970)
Keep supporting the old names as well though in `openpgp.generateKey`
and `getAlgorithmInfo`, but not in `openpgp.key.generate` (as it is
recommended that developers use `openpgp.generateKey` instead, and
it now throws when using `numBits` instead of `rsaBits`, so there's
no risk of silent key security downgrade).

The old names are now deprecated, and might be removed in v5.
2019-09-18 13:40:44 +02:00
..
index.js Reject messages encrypted with a symmetric algo not in preferred algos 2018-12-17 12:27:03 -05:00
message_signature_bypass.js Only accept binary or text signatures when verifying messages 2018-11-05 11:47:39 +01:00
preferred_algo_mismatch.js Add CAST5 to always-allowed algorithms 2018-12-22 00:00:47 -05:00
subkey_trust.js Rename numBits and bits to rsaBits (#970) 2019-09-18 13:40:44 +02:00
unsigned_subpackets.js Add and require primary key binding signatures on signing keys 2018-11-05 11:47:45 +01:00