summaryrefslogtreecommitdiff
path: root/test/openssl/test_ssl.rb
AgeCommit message (Expand)Author
2011-06-30* ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss
2011-06-22* test/openssl/test_ssl_session.rb: Split out SSL::Session related nahi
2010-12-15drying up the requires in the openssl teststenderlove
2010-12-07Set DH Parameter for SSLContext to clean warnings.naruse
2010-12-01* test/openssl/test_ssl.rb (test_not_started_session): non socketusa
2010-11-15making ssl test a little bettertenderlove
2010-11-15STDIN is not valid when ruby doesn't have tty.naruse
2010-11-14* etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove
2010-09-10 * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi
2010-05-19* test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised onusa
2010-05-19* test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like asusa
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