1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/openssl
akr 7fd155cf0f * ext/openssl/ossl_ssl.c (write_would_block): defined.
(read_would_block): defined.
  (ossl_start_ssl): add nonblock argument.
  (ossl_ssl_connect): follow ossl_start_ssl change.
  (ossl_ssl_connect_nonblock): new method.
  (ossl_ssl_accept): follow ossl_start_ssl change.
  (ossl_ssl_accept_nonblock): new method.
  (ossl_ssl_read_internal): use write_would_block and
  read_would_block.
  (ossl_ssl_write_internal): ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-03-21 06:56:33 +00:00
..
ssl_server.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_asn1.rb * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer. 2006-07-02 20:17:50 +00:00
test_cipher.rb * test: assert_raises has been deprecated since a long time ago. 2008-09-24 17:44:39 +00:00
test_digest.rb * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted. 2006-05-08 00:12:00 +00:00
test_ec.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_hmac.rb
test_ns_spki.rb
test_pair.rb * ext/openssl/ossl_ssl.c (write_would_block): defined. 2009-03-21 06:56:33 +00:00
test_pkcs7.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_pkey_rsa.rb
test_ssl.rb * io.c (rb_mWaitReadable): defined. 2009-03-19 11:40:38 +00:00
test_x509cert.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_x509crl.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_x509ext.rb * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid. 2005-11-22 22:29:13 +00:00
test_x509name.rb
test_x509req.rb
test_x509store.rb * test: assert_raises has been deprecated since a long time ago. 2008-09-24 17:44:39 +00:00
utils.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00