Skip to content

Commit

Permalink
test: update Firefox X25519 expectations
Browse files Browse the repository at this point in the history
This reverts commit e932007.
  • Loading branch information
panva committed Oct 11, 2024
1 parent 2acecc9 commit a52c4a1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tap/ecdh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ export default (QUnit: QUnit, lib: typeof jose, keys: typeof jose) => {
['ECDH-ES', false, { crv: 'secp256k1' }],
[
'ECDH-ES',
env.isNode ||
env.isElectron ||
env.isWorkerd ||
env.isEdgeRuntime ||
(env.isGecko && env.isBrowserVersionAtLeast(131)),
env.isNode || env.isElectron || env.isWorkerd || env.isEdgeRuntime,
{ crv: 'X25519' },
],
['ECDH-ES', env.isNode || env.isEdgeRuntime, { crv: 'X448' }],
Expand Down

0 comments on commit a52c4a1

Please sign in to comment.