Skip to content

Commit

Permalink
Allow use of Brainpool curves by default
Browse files Browse the repository at this point in the history
These curves have been merged back into the editor's draft of the
crypto refresh.
  • Loading branch information
twiss committed Sep 6, 2022
1 parent d0be98f commit 6b10bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ export default {
* @memberof module:config
* @property {Set<String>} rejectCurves {@link module:enums.curve}
*/
rejectCurves: new Set([enums.curve.brainpoolP256r1, enums.curve.brainpoolP384r1, enums.curve.brainpoolP512r1, enums.curve.secp256k1])
rejectCurves: new Set([enums.curve.secp256k1])
};

0 comments on commit 6b10bf5

Please sign in to comment.