Commit graph

6 commits

Author SHA1 Message Date
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
8378ed89ea Use new USE_OPENSSL_VERSION setting to force at least OpenSSL-0.9.6. 2001-07-26 04:44:10 +00:00
taca
a3c97f5de5 Update ruby-ssl to 0.3.1c.
Fri Jul 20 01:26:07 2001  GOTOU YUUZOU  <gotoyuzo@notwork.org>

	* ssl.c (Init_ssl): regardless of scope state, accessors
	  should be public. It is required with 1.6.4 (2001-06-04).
2001-07-22 12:36:09 +00:00
taca
5b1a78371d Update ruby-ssl to 0.3.1b and utilize USE_OPENSSL_096 for work well
in NetBSD 1.5.1.
2001-07-19 12:44:18 +00:00
taca
d88df08ce7 Update ruby-ssl to 0.3.1.
Sun Jun 17 23:27:52 2001  GOTOU YUUZOU  <gotoyuzo@notwork.org>

	* make it the release 0.3.0

Sun Jun 17 16:23:19 2001  GOTOU YUUZOU  <gotoyuzo@notwork.org>

	* sample/verify_cb.rb: for SSLSocket#verify_callback=

	* sample/x509.rb: new sample for X509.

	* sample/login.rb: new sample for Net::Telnet.

Sun Jun 17 16:07:12 2001  GOTOU YUUZOU  <gotoyuzo@notwork.org>

	* lib/net/protocols.rb: split NetPrivate from https.rb.

Sun Jun 17 15:03:02 2001  GOTOU YUUZOU  <gotoyuzo@notwork.org>

	* lib/net/https.rb: use forwardable.rb.

	* lib/net/https: follow SSLSocket.

	* lib/net/telnets: ditto.

Sun Jun 17 13:00:37 2001  GOTOU YUUZOU  <gotoyuzo@notwork.org>

	* ssl.c: use instance variable (rb_ivar_set/rb_ivar_get) instead
	  of the fields in C structure.

	* ssl.c: new methods SSLSocket#timeout, SSLSocket#ciphers=,
	  SSLSocket#verify_depth=.

	* ssl.c: new class X509_STORE_CTX. and fix arguments for the Proc#call
	  at verify callback.

	* ssl.c: new methods X509#sigAlgor, X509#key_type, X509#extension,
	  X509#verify, #X509#to_s

	* ssl.c: change the sequence of arguments of SSLSocket.new.

Sun Jun 17 12:59:50 2001  GOTOU YUUZOU  <gotoyuzo@notwork.org>

	* ChangeLog: new file.
2001-07-16 14:40:37 +00:00
taca
64afddbbef Importing ruby-sha1 package.
This is a Ruby module for handling SSL sockets, ported from Python.
2001-07-01 13:43:01 +00:00