aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_ssl.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-0/+15
* * test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr2011-10-221-14/+12
* * lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss2011-10-191-0/+30
* * test/openssl/test_ssl.rb: Move duplicated tests for SSL::Session to nahi2011-10-121-50/+0
* Explicitly close the tcp connection.naruse2011-09-201-0/+1
* * test/openssl/test_ssl.rb (class OpenSSL): Testdrbrain2011-09-191-0/+49
* * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss2011-08-151-0/+9
* * ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi2011-07-141-0/+20
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-301-0/+22
* * test/openssl/test_ssl_session.rb: Split out SSL::Session related nahi2011-06-221-268/+1
* drying up the requires in the openssl teststenderlove2010-12-151-9/+1
* Set DH Parameter for SSLContext to clean warnings.naruse2010-12-071-0/+2
* * test/openssl/test_ssl.rb (test_not_started_session): non socketusa2010-12-011-0/+1
* making ssl test a little bettertenderlove2010-11-151-1/+1
* STDIN is not valid when ruby doesn't have tty.naruse2010-11-151-1/+3
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-141-0/+4
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-101-6/+7
* * test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised onusa2010-05-191-1/+1
* * test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like asusa2010-05-191-1/+1
* supress warnings.akr2010-01-251-1/+1
* * test: use require_relative.naruse2009-09-121-8/+2
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * ext/openssl/ossl_ssl.c: Server Name Indication support.technorama2009-01-241-0/+44
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz2008-12-041-0/+15
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-9/+9
* * test/openssl/test_ssl.rb (OpenSSL#test_client_session):kazu2008-09-091-1/+4
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-1/+8
* * test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL andmame2008-07-271-3/+2
* * test/openssl/test_ssl.rb (start_server): shutdown TCPServer beforemame2008-06-301-7/+12
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu2008-06-051-1/+6
* * test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame2008-04-221-1/+8
* * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama2008-04-201-21/+190
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-5/+9
* * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo2007-12-171-19/+85
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-171-0/+5
* * test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo2005-12-121-0/+1
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-091-0/+37
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2005-02-141-0/+49
* * test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542gotoyuzo2004-11-171-13/+17
* * eval.c (rb_call0): should call rb_call_super() directly formatz2004-07-281-4/+8
* * test/openssl/test_ssl.rb: add workaround for Cygwin.gotoyuzo2004-07-181-0/+4
* * test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround togotoyuzo2004-07-161-3/+2
* * test/openssl/test_ssl.rb: use Process.kill to kill child processgotoyuzo2004-06-201-5/+13
* * add test for OpenSSL::SSL.gotoyuzo2004-05-261-0/+184