fork-openpgpjs/test/general
larabr 7f37a8aaca
Add config parameter to top-level functions (#1241)
Refactor functions to take the configuration as a parameter.

This allows setting a config option for a single function call, whereas
setting `openpgp.config` could lead to concurrency-related issues when
multiple async function calls are made at the same time.

`openpgp.config` is used as default for unset config values in top-level
functions.
`openpgp.config` is used as default config object in low-level functions
(i.e., when calling a low-level function, it may be required to pass
`{ ...openpgp.config, modifiedConfig: modifiedValue }`).

Also,

- remove `config.rsaBlinding`: blinding is now always applied to RSA decryption
- remove `config.debug`: debugging mode can be enabled by setting
  `process.env.NODE_ENV = 'development'`
- remove `config.useNative`: native crypto is always used when available
2021-02-26 20:04:54 +01:00
..
armor.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
biginteger.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
brainpool.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
config.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
decompression.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
ecc_nist.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
ecc_secp256k1.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
hkp.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
index.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
key.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
keyring.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
oid.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
openpgp.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
packet.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
signature.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
streaming.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
testInputs.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
util.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
wkd.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
x25519.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00