From 643dc132113489749c333a6bda14730d9b175ed1 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 20 Dec 2004 05:46:45 +0000 Subject: * lib/net/https.rb: delete descriptions about key_file and cert_file. fixed: [ruby-dev:25243] * ext/openssl/lib/net/telnets.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/https.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/net/https.rb') diff --git a/lib/net/https.rb b/lib/net/https.rb index a22084dc99..fb329df43d 100644 --- a/lib/net/https.rb +++ b/lib/net/https.rb @@ -67,16 +67,10 @@ It can be replaced by the following code: Sets an OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object. (This method is appeared in Michal Rokos's OpenSSL extention.) -: key_file, key_file=((|path|)) - Sets a private key file to use in PEM format. - : cert, cert=((|cert|)) Sets an OpenSSL::X509::Certificate object as client certificate (This method is appeared in Michal Rokos's OpenSSL extention). -: cert_file, cert_file=((|path|)) - Sets pathname of a X.509 certification file in PEM format. - : ca_file, ca_file=((|path|)) Sets path of a CA certification file in PEM format. The file can contrain several CA certificats. -- cgit v1.2.3