summaryrefslogtreecommitdiffstats
path: root/lib/net
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-06-04 06:44:42 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-06-04 06:44:42 +0000
commita5180750f7ab485fba73dd6e9861536adf3b693b (patch)
treecd2cea7862bed69939cb64d20346a3f975b5a9cc /lib/net
parentbc603852659675cd0c7420dd4d126780f7ba6ee2 (diff)
downloadruby-openssl-history-a5180750f7ab485fba73dd6e9861536adf3b693b.tar.gz
Initial revision
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/https.rb18
-rw-r--r--lib/net/protocols.rb18
-rw-r--r--lib/net/telnets.rb15
3 files changed, 34 insertions, 17 deletions
diff --git a/lib/net/https.rb b/lib/net/https.rb
index 8ea304b..c8bf329 100644
--- a/lib/net/https.rb
+++ b/lib/net/https.rb
@@ -1,16 +1,23 @@
=begin
+= $RCSfile$ -- SSL/TLS enhancement for Net::HTTP.
-= https.rb -- SSL/TLS enhancement for Net::HTTP.
-
+= Info
+ 'OpenSSL for Ruby 2' project
Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
+ All rights reserved.
+
+= Licence
+ This program is licenced under the same licence as Ruby.
+ (See the file 'LICENCE'.)
+= Requirements
This program requires Net 1.2.0 or higher version.
You can get it from RAA or Ruby's CVS repository.
- $IPR: https.rb,v 1.5 2001/07/15 22:24:05 gotoyuzo Exp $
-
- 2001/11/06: Contiributed to Ruby/OpenSSL project.
+= Version
$Id$
+
+ 2001/11/06: Contiributed to Ruby/OpenSSL project.
== class Net::HTTP
@@ -88,7 +95,6 @@ It can be replaced by follow one:
: verify_depth=((|num|))
Sets the maximum depth for the certificate chain verification.
-
=end
require 'net/protocols'
diff --git a/lib/net/protocols.rb b/lib/net/protocols.rb
index 72807e5..7cd634d 100644
--- a/lib/net/protocols.rb
+++ b/lib/net/protocols.rb
@@ -1,17 +1,23 @@
=begin
+= $RCSfile$ -- SSL/TLS enhancement for Net.
-= protocols.rb -- SSL/TLS enhancement for Net.
-
+= Info
+ 'OpenSSL for Ruby 2' project
Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
+ All rights reserved.
+
+= Licence
+ This program is licenced under the same licence as Ruby.
+ (See the file 'LICENCE'.)
+= Requirements
This program requires Net 1.2.0 or higher version.
You can get it from RAA or Ruby's CVS repository.
- $IPR: protocols.rb,v 1.1 2001/06/17 14:30:22 gotoyuzo Exp $
-
- 2001/11/06: Contiributed to Ruby/OpenSSL project.
+= Version
$Id$
-
+
+ 2001/11/06: Contiributed to Ruby/OpenSSL project.
=end
require 'net/protocol'
diff --git a/lib/net/telnets.rb b/lib/net/telnets.rb
index d66815a..c7ecbd7 100644
--- a/lib/net/telnets.rb
+++ b/lib/net/telnets.rb
@@ -1,13 +1,19 @@
=begin
+= $RCSfile$ -- SSL/TLS enhancement for Net::Telnet.
-= telnets.rb -- SSL/TLS enhancement for Net::Telnet.
-
+= Info
+ 'OpenSSL for Ruby 2' project
Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
+ All rights reserved.
- $IPR: telnets.rb,v 1.5 2001/09/13 16:42:50 gotoyuzo Exp $
+= Licence
+ This program is licenced under the same licence as Ruby.
+ (See the file 'LICENCE'.)
- 2001/11/06: Contiributed to Ruby/OpenSSL project.
+= Version
$Id$
+
+ 2001/11/06: Contiributed to Ruby/OpenSSL project.
== class Net::Telnet
@@ -45,7 +51,6 @@ Michal Rokos's OpenSSL module.
})
This class is expected to be a superset of usual Net::Telnet.
-
=end
require "net/telnet"