diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-20 03:49:16 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-20 03:49:16 +0000 |
| commit | bb8e6952bf509327e22aa3a210b8a9470604a47a (patch) | |
| tree | 22291b1f8fe35b8d516d77041117b1561fb8e3f2 /ext/openssl/lib/net/protocols.rb | |
| parent | e5b938812d8cef6f6c786b5a92c686389d4f8463 (diff) | |
| download | ruby-bb8e6952bf509327e22aa3a210b8a9470604a47a.tar.gz ruby-bb8e6952bf509327e22aa3a210b8a9470604a47a.tar.xz ruby-bb8e6952bf509327e22aa3a210b8a9470604a47a.zip | |
* 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
Diffstat (limited to 'ext/openssl/lib/net/protocols.rb')
| -rw-r--r-- | ext/openssl/lib/net/protocols.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/openssl/lib/net/protocols.rb b/ext/openssl/lib/net/protocols.rb index 073d4f302..6fb270304 100644 --- a/ext/openssl/lib/net/protocols.rb +++ b/ext/openssl/lib/net/protocols.rb @@ -29,8 +29,7 @@ module Net extend Forwardable def_delegators(:@ssl_context, - :key=, :cert=, :key_file=, :cert_file=, - :ca_file=, :ca_path=, + :key=, :cert=, :ca_file=, :ca_path=, :verify_mode=, :verify_callback=, :verify_depth=, :timeout=, :cert_store=) |
