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 073bcee commit d742574Copy full SHA for d742574
src/test/ruby/rsa/test_rsa.rb
@@ -106,7 +106,7 @@ def test_read_private_key_with_password
106
def test_RSAPrivateKey_encrypted
107
rsa1024 = Fixtures.pkey("rsa1024")
108
# key = abcdef
109
- pem = <<~EOF
+ pem = <<-EOF
110
-----BEGIN RSA PRIVATE KEY-----
111
Proc-Type: 4,ENCRYPTED
112
DEK-Info: AES-128-CBC,733F5302505B34701FC41F5C0746E4C0
@@ -161,7 +161,7 @@ def test_RSAPublicKey
161
pp OpenSSL::ASN1.decode(key.to_der) if $DEBUG
162
assert_equal der, key.to_der
163
164
165
-----BEGIN RSA PUBLIC KEY-----
166
MIGJAoGBAMvCxLDUQKc+1P4+Q6AeFwYDvWfALb+cvzlUEadGoPE6qNWHsLFoo8RF
167
geyTgE8KQTduu1OE9Zz2SMcRBDu5/1jWtsLPSVrI2ofLLBARUsWanVyki39DeB4u
0 commit comments