index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
openssl
/
test_pair.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/openssl] test/openssl/test_ssl: assume ECC support
Kazuki Yamaguchi
2021-10-23
1
-3
/
+0
*
openssl: sync with upstream repository
Kazuki Yamaguchi
2020-03-10
1
-14
/
+0
*
Warn non-nil `$/` [Feature #14240]
Nobuyoshi Nakada
2020-02-23
1
-2
/
+2
*
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2020-02-16
1
-7
/
+7
*
test/openssl: Support OpenSSL 1.1.1
Yusuke Endoh
2019-06-06
1
-33
/
+26
*
openssl: import v2.1.0.beta2
rhe
2017-11-25
1
-0
/
+9
*
openssl: import e72d960db262
rhe
2017-09-24
1
-2
/
+26
*
openssl: merge test fixes from upstream, part 2
rhe
2017-09-12
1
-0
/
+1
*
openssl: merge test fixes from upstream
rhe
2017-09-05
1
-30
/
+28
*
openssl: import v2.1.0.beta1
rhe
2017-09-03
1
-64
/
+69
*
openssl: import v2.0.1
rhe
2016-12-10
1
-1
/
+1
*
openssl: import v2.0.0
rhe
2016-11-30
1
-12
/
+6
*
openssl/ut_eof.rb: rename TestEOF
nobu
2016-11-05
1
-4
/
+4
*
openssl: import v2.0.0.beta.2
rhe
2016-09-08
1
-142
/
+15
*
import Ruby/OpenSSL 2.0.0.beta.1
rhe
2016-08-29
1
-12
/
+22
*
openssl: avoid undefined behavior on empty SSL_write
normal
2016-08-06
1
-0
/
+11
*
test: use assert_include
nobu
2016-07-26
1
-2
/
+2
*
openssl: fix build with OPENSSL_NO_EC
rhe
2016-06-09
1
-1
/
+6
*
openssl: adjust tests for OpenSSL 1.1.0
rhe
2016-06-07
1
-0
/
+15
*
openssl: fix test failure on Fedora 23
rhe
2016-05-30
1
-1
/
+1
*
openssl: add SSLContext#ecdh_curves=
rhe
2016-05-30
1
-28
/
+59
*
openssl: clear OpenSSL error queue before return to Ruby
rhe
2016-05-18
1
-6
/
+6
*
openssl: accept moving write buffer for write_nonblock
normal
2016-03-31
1
-0
/
+29
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* bootstraptest/runner.rb: use safe navigation operator.
hsbt
2015-12-14
1
-1
/
+1
*
* test/openssl/test_pair.rb: skipped tests if openssl doesn't support
hsbt
2015-10-31
1
-0
/
+6
*
openssl/buffering: fix gets on EOF with limit
normal
2015-08-01
1
-0
/
+8
*
test_pair.rb: join client thread
nobu
2015-07-30
1
-7
/
+7
*
test_pair.rb: thread leak
nobu
2015-07-29
1
-1
/
+4
*
test_pair.rb: thread leak
nobu
2015-07-29
1
-0
/
+1
*
* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): support
tenderlove
2015-07-25
1
-0
/
+25
*
* test/openssl/test_pair.rb: add a test ensuring that the default DH
tenderlove
2015-07-25
1
-0
/
+23
*
* ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]
tenderlove
2015-07-22
1
-0
/
+39
*
connect_nonblock supports "exception: false"
normal
2015-04-12
1
-2
/
+22
*
accept_nonblock supports "exception: false"
normal
2015-03-12
1
-0
/
+27
*
test/openssl: skip old OpenSSL
nobu
2014-12-13
1
-1
/
+1
*
Close fds.
akr
2014-05-28
1
-0
/
+2
*
* test/openssl/test_pair.rb: Modify TestSSL#test_read_and_write
hsbt
2014-05-27
1
-2
/
+6
*
* test/openssl: Join threads.
akr
2014-05-25
1
-2
/
+7
*
refactored to test Socket and TCPSocket/TCPServer more consistently.
akr
2014-05-07
1
-74
/
+54
*
* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):
akr
2014-05-07
1
-0
/
+69
*
refactoring to extract tcp_pair.
akr
2014-05-07
1
-9
/
+13
*
wait until the shutdowning message reaches to the server
naruse
2013-09-04
1
-0
/
+2
*
* test/openssl/test_pair.rb
usa
2013-09-03
1
-6
/
+12
*
* io.c (io_read_nonblock): support non-blocking reads without raising
tenderlove
2013-08-26
1
-6
/
+57
*
Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESS
headius
2013-04-08
1
-1
/
+1
*
* test/openssl/utils.rb
emboss
2012-08-28
1
-3
/
+2
*
* ext/openssl/ossl.c (ossl_verify_cb): trap the exception from
nahi
2011-07-14
1
-0
/
+2
*
refactor load error rescue to the openssl util file
tenderlove
2010-12-11
1
-5
/
+1
*
Set DH Parameter for SSLContext to clean warnings.
naruse
2010-12-07
1
-0
/
+3
[next]