fork-openpgpjs/test
larabr 43fb58404d
Simplify algorithm preference selection and normalize config names (#1262)
- Rename `config.compression` to `config.preferredCompressionAlgorithm`
- Rename `config.encryptionCipher` to `config.preferredSymmetricAlgorithm`
- Rename `config.preferHashAlgorithm` to `config.preferredHashAlgorithm`
- Rename `config.aeadMode` to `config.preferredAeadAlgorithm`
- When encrypting to public keys, the compression/aead/symmetric algorithm is selected by:
  - taking the preferred algorithm specified in config, if it is supported by all recipients
  - otherwise, taking the "MUST implement" algorithm specified by rfc4880bis
- When encrypting to passphrases only (no public keys), the preferred algorithms from `config` are always used
- EdDSA signing with a hash algorithm weaker than sha256 is explicitly disallowed (https://tools.ietf.org/id/draft-ietf-openpgp-rfc4880bis-10.html#section-15-7.2)
2021-03-10 18:06:03 +01:00
..
crypto Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
general Simplify algorithm preference selection and normalize config names (#1262) 2021-03-10 18:06:03 +01:00
security Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
typescript Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
worker Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
karma.conf.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
unittests.html CI: Switch to karma for browser tests (#1233) 2021-02-12 13:29:04 +01:00
unittests.js Exit with error on unhandled rejections in Node tests (#1251) 2021-02-26 12:46:41 +01:00