fork-openpgpjs/test/security
Daniel Huigens ef7c38860b Don't unnecessarily return objects in top-level functions
openpgp.encrypt, sign, encryptSessionKey, encryptKey and decryptKey now
return their result directly without wrapping it in a "result" object.

Also, remove the `detached` and `returnSessionKey` options of
openpgp.encrypt.
2021-02-09 19:25:20 +01: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 Don't unnecessarily return objects in top-level functions 2021-02-09 19:25:20 +01:00
unsigned_subpackets.js Add and require primary key binding signatures on signing keys 2018-11-05 11:47:45 +01:00