|
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.
|