diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-20 05:46:45 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-20 05:46:45 +0000 |
commit | 1d25ffca9e45da9bcd4eeef08a4594d6ad47d69b (patch) | |
tree | 80450d2bd7479fb39aa1aceaf4320f26bd14a520 /lib | |
parent | 92850ed76a789a78fba580df131cb383656c95d3 (diff) | |
download | ruby-1d25ffca9e45da9bcd4eeef08a4594d6ad47d69b.tar.gz ruby-1d25ffca9e45da9bcd4eeef08a4594d6ad47d69b.tar.xz ruby-1d25ffca9e45da9bcd4eeef08a4594d6ad47d69b.zip |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@7611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/net/https.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/net/https.rb b/lib/net/https.rb index a22084dc9..fb329df43 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. |