Skip to content

Commit

Permalink
Remove secp256k1 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Mar 26, 2024
1 parent ae9a2d5 commit c63cd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/openssl/test_pkey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def test_s_from_parameters_ec_priv_given_as_integer
end

def test_s_from_parameters_ec_priv_and_pub_given_for_different_curves
["prime256v1", "secp256k1", "secp384r1", "secp521r1"].each do |curve|
["prime256v1", "secp384r1", "secp521r1"].each do |curve|
source = OpenSSL::PKey::EC.generate(curve)
new_key = OpenSSL::PKey.from_parameters("EC", group: source.group.curve_name,
pub: source.public_key.to_bn.to_s(2),
Expand Down

0 comments on commit c63cd48

Please sign in to comment.