Skip to content

Commit

Permalink
Generate ed25519 key instead of using fixture
Browse files Browse the repository at this point in the history
Suggested by @rhenium.
  • Loading branch information
gartens committed Jun 10, 2024
1 parent b5f9481 commit d4a6473
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions test/openssl/fixtures/pkey/ed25519.pem

This file was deleted.

2 changes: 1 addition & 1 deletion test/openssl/test_x509cert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_sign_and_verify_ed25519
omit_on_fips

begin
ed25519 = Fixtures.pkey("ed25519")
ed25519 = OpenSSL::PKey::generate_key("ED25519")
rescue OpenSSL::PKey::PKeyError => e
# OpenSSL < 1.1.1
#
Expand Down

0 comments on commit d4a6473

Please sign in to comment.