Skip to content

Commit ef4fa5e

Browse files
committed
ns_spki: update keys used in tests
Use generic keys whenever possible.
1 parent 689fc27 commit ef4fa5e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Rake::TestTask.new(:test_fips_internal) do |t|
3030
'test/openssl/test_digest.rb',
3131
'test/openssl/test_hmac.rb',
3232
'test/openssl/test_kdf.rb',
33-
'test/openssl/test_ns_spki.rb',
3433
'test/openssl/test_ocsp.rb',
3534
'test/openssl/test_pkcs12.rb',
3635
'test/openssl/test_ts.rb',

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)