aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/https.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/https.rb')
-rw-r--r--lib/net/https.rb18
1 files changed, 12 insertions, 6 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'