Skip to content

Commit

Permalink
Merge pull request #1005 from znz/fix-bad-ffc-parameters
Browse files Browse the repository at this point in the history
Fix `OpenSSL::PKey::PKeyError: EVP_PKEY_keygen: bad ffc parameters` with OpenSSL 3
  • Loading branch information
soutaro committed Jun 19, 2022
1 parent d35ea83 commit c4a07b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stdlib/OpenSSL_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def test_syssign_sysbverify
private

def pkey
OpenSSL::PKey::DSA.new(512)
OpenSSL::PKey::DSA.new(1024)
end
end

Expand Down

0 comments on commit c4a07b6

Please sign in to comment.