Skip to content

Commit bf24435

Browse files
rheniummatzbot
authored andcommitted
[ruby/openssl] asn1: update keys used in tests
Use generic keys whenever possible. ruby/openssl@689fc271b1
1 parent 1c70997 commit bf24435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openssl/test_asn1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class OpenSSL::TestASN1 < OpenSSL::TestCase
77
def test_decode_x509_certificate
88
subj = OpenSSL::X509::Name.parse("/DC=org/DC=ruby-lang/CN=TestCA")
9-
key = Fixtures.pkey("rsa1024")
9+
key = Fixtures.pkey("rsa-1")
1010
now = Time.at(Time.now.to_i) # suppress usec
1111
s = 0xdeadbeafdeadbeafdeadbeafdeadbeaf
1212
exts = [

0 commit comments

Comments
 (0)