summaryrefslogtreecommitdiff
path: root/test/openssl/test_ssl.rb
AgeCommit message (Expand)Author
2010-01-25supress warnings.akr
2009-09-12* test: use require_relative.naruse
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-01-24* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama
2008-12-04* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-09* test/openssl/test_ssl.rb (OpenSSL#test_client_session):kazu
2008-08-22* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu
2008-07-27* test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL andmame
2008-06-30* test/openssl/test_ssl.rb (start_server): shutdown TCPServer beforemame
2008-06-05* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-04-22* test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame
2008-04-20* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-17* ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo
2007-12-17* ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo
2005-12-12* test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo
2005-03-09* ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo
2005-02-14* ext/openssl/lib/openssl/ssl.rbgotoyuzo
2004-11-17* test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542gotoyuzo
2004-07-28* eval.c (rb_call0): should call rb_call_super() directly formatz
2004-07-18* test/openssl/test_ssl.rb: add workaround for Cygwin.gotoyuzo
2004-07-16* test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround togotoyuzo
2004-06-20* test/openssl/test_ssl.rb: use Process.kill to kill child processgotoyuzo
2004-05-26* add test for OpenSSL::SSL.gotoyuzo