We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689fc27 commit ef4fa5eCopy full SHA for ef4fa5e
Rakefile
@@ -30,7 +30,6 @@ Rake::TestTask.new(:test_fips_internal) do |t|
30
'test/openssl/test_digest.rb',
31
'test/openssl/test_hmac.rb',
32
'test/openssl/test_kdf.rb',
33
- 'test/openssl/test_ns_spki.rb',
34
'test/openssl/test_ocsp.rb',
35
'test/openssl/test_pkcs12.rb',
36
'test/openssl/test_ts.rb',
test/openssl/test_ns_spki.rb
@@ -17,8 +17,8 @@ def setup
17
end
18
19
def test_build_data
20
- key1 = Fixtures.pkey("rsa1024")
21
- key2 = Fixtures.pkey("rsa2048")
+ key1 = Fixtures.pkey("rsa-1")
+ key2 = Fixtures.pkey("rsa-2")
22
spki = OpenSSL::Netscape::SPKI.new
23
spki.challenge = "RandomString"
24
spki.public_key = key1.public_key
0 commit comments