![]() Breaking change: when generating new subkeys through `key.addSubkey()`, we now check `config.rejectCurves` and prevent adding subkeys using the corresponding curves. By default, `config.rejectCurves` includes the brainpool curves (`brainpoolP256r1`, `brainpoolP384r1`, `brainpoolP512r1`) and the Bitcoin curve (`secp256k1`). This is a follow up to #1395 , which introduced the same check to `openpgp.generateKey`. |
||
---|---|---|
.. | ||
factory.js | ||
helper.js | ||
index.js | ||
key.js | ||
private_key.js | ||
public_key.js | ||
subkey.js | ||
user.js |