Skip to content

Commit 709aa72

Browse files
rheniummatzbot
authored andcommitted
[ruby/openssl] ns_spki: update keys used in tests
Use generic keys whenever possible. ruby/openssl@ef4fa5e9b4
1 parent bf24435 commit 709aa72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/openssl/test_ns_spki.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def setup
1717
end
1818

1919
def test_build_data
20-
key1 = Fixtures.pkey("rsa1024")
21-
key2 = Fixtures.pkey("rsa2048")
20+
key1 = Fixtures.pkey("rsa-1")
21+
key2 = Fixtures.pkey("rsa-2")
2222
spki = OpenSSL::Netscape::SPKI.new
2323
spki.challenge = "RandomString"
2424
spki.public_key = key1.public_key

0 commit comments

Comments
 (0)