From bb8e6952bf509327e22aa3a210b8a9470604a47a Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 20 Dec 2004 03:49:16 +0000 Subject: * ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: delete doc and code about SSLContext#{key_file,cert_file}. fixed: [ruby-dev:25243] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/lib/net/https.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/openssl/lib/net/https.rb') diff --git a/ext/openssl/lib/net/https.rb b/ext/openssl/lib/net/https.rb index fb7f53c55..9d24635f2 100644 --- a/ext/openssl/lib/net/https.rb +++ b/ext/openssl/lib/net/https.rb @@ -64,16 +64,10 @@ It can be replaced by follow one: Sets an OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object. (This method is appeared in Michal Rokos's OpenSSL extention.) -: key_file=((|path|)) - Sets a private key file to use in PEM format. - : cert=((|cert|)) Sets an OpenSSL::X509::Certificate object as client certificate. (This method is appeared in Michal Rokos's OpenSSL extention.) -: cert_file=((|path|)) - Sets pathname of a X.509 certification file in PEM format. - : ca_file=((|path|)) Sets path of a CA certification file in PEM format. The file can contrain several CA certificats. -- cgit