aboutsummaryrefslogtreecommitdiffstats
path: root/test/ossl_x509req.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ossl_x509req.rb')
-rwxr-xr-xtest/ossl_x509req.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ossl_x509req.rb b/test/ossl_x509req.rb
index 95550d8..21701c5 100755
--- a/test/ossl_x509req.rb
+++ b/test/ossl_x509req.rb
@@ -9,7 +9,7 @@ p req = Request.new
p req = Request.new(File.open("./01req.pem").read)
p pkey = RSA.new(File.open("./02key.pem").read, "alfa")
p k2 = Certificate.new(File.open("./02cert.pem").read).public_key
-#puts req.to_str
+#puts req.to_pem
#p req.methods.sort
p key = req.public_key
p req.verify key