summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] hmac: implement base64digest methodsKazuki Yamaguchi2021-03-161-0/+4
* [ruby/openssl] hmac: add a test case for OpenSSL::HMAC singleton methodsKazuki Yamaguchi2021-03-161-0/+9
* [ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])Kazuki Yamaguchi2021-03-161-15/+19
* [ruby/openssl] pkey: add PKey::PKey#deriveKazuki Yamaguchi2021-03-163-0/+55
* [ruby/openssl] pkey: support 'one-shot' signing and verificationKazuki Yamaguchi2021-03-161-0/+45
* [ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* inte...Kazuki Yamaguchi2021-03-161-0/+12
* [ruby/openssl] pkey: add PKey.generate_parameters and .generate_keyKazuki Yamaguchi2021-03-161-0/+43
* [ruby/openssl] test/openssl/test_ssl: fix flaky test caseKazuki Yamaguchi2021-03-161-1/+1
* [ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameterKazuki Yamaguchi2021-03-162-3/+2
* [ruby/openssl] config: revert to C implementation of OpenSSL::ConfigKazuki Yamaguchi2021-03-161-3/+7
* [ruby/openssl] test/openssl/test_config: skip test_get_value_ENV on LibreSSLKazuki Yamaguchi2021-03-161-0/+3
* [ruby/openssl] test/openssl/test_config: fix non-deterministic test caseKazuki Yamaguchi2021-03-161-1/+1
* [ruby/openssl] test/openssl/test_config: add missing test case for Config.par...Kazuki Yamaguchi2021-03-161-0/+6
* [ruby/openssl] config: remove deprecated methodsKazuki Yamaguchi2021-03-161-112/+16
* [ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphersSpencer McIntyre2021-03-161-0/+42
* [ruby/rdoc] Allow empty .rdoc_optionsaycabta2021-03-161-0/+11
* [ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta2021-03-161-0/+12
* [ruby/rdoc] Fixed CodeFence without blank linesNobuyoshi Nakada2021-03-161-4/+32
* [ruby/rdoc] Support GFM tableNobuyoshi Nakada2021-03-161-0/+23
* File.dirname optional levelNobuyoshi Nakada2021-03-151-0/+5
* Check backref number buffer overrun [Bug #16376]xtkoba (Tee KOBAYASHI)2021-03-151-0/+6
* Fix integer/float remainder with infinity argument of opposite signJeremy Evans2021-03-121-0/+12
* Create the test file under the created temporary directoryNobuyoshi Nakada2021-03-111-1/+1
* Remove cvar overtaken classes at end of test methodsJeremy Evans2021-03-101-0/+6
* Add cvar overtaken testseileencodes2021-03-101-0/+55
* test/ruby/test_string.rb: make GitHub syntax-highlight correctlyYusuke Endoh2021-03-081-0/+1
* [rubygems/rubygems] Remote test to check requireAditya Prakash2021-03-081-6/+0
* Sync latest development version of bundler & rubygemsDavid Rodríguez2021-03-0813-73/+267
* [ruby/stringio] Check if closed in loopNobuyoshi Nakada2021-03-081-0/+27
* Fixed FD leaksNobuyoshi Nakada2021-03-081-1/+1
* Prefer to use omitHiroshi SHIBATA2021-03-081-2/+2
* [ruby/io-wait] Declare as Ractor-safeNobuyoshi Nakada2021-03-071-0/+22
* [ruby/io-wait] Refined uncommon device type testsNobuyoshi Nakada2021-03-071-17/+16
* Undef Enumerator::Chain#{feed,next,next_values,peek,peek_values}Jeremy Evans2021-03-061-0/+6
* Make Enumerator#{+,chain} create lazy chain if any included enumerator is lazyJeremy Evans2021-03-061-0/+12
* Fix calling enumerator methods such as with_index on Enumerator::ChainJeremy Evans2021-03-061-0/+4
* [ruby/irb] Make save-history extension safe for concurrent useJeremy Evans2021-03-061-0/+36
* [ruby/irb] Add a test for not continuing when endless range at eolaycabta2021-03-051-0/+14
* Oops! Add another test and fix to_proc implementationAaron Patterson2021-02-261-0/+11
* Fiddle::Function responds to to_procAaron Patterson2021-02-261-0/+13
* Revert "Add tests for bug 17652"Aaron Patterson2021-02-251-16/+0
* Add tests for bug 17652Peter Zhu2021-02-251-0/+16
* Reverting PR #4221Aaron Patterson2021-02-241-16/+0
* Add tests for bug 17652Peter Zhu2021-02-241-0/+16
* added mutexes for socket and connection lists on win32Andrew Aladjev2021-02-231-0/+25
* Check for cyclic prepend before making originAlan Wu2021-02-221-0/+13
* Send :fiber_switch event for almost every fiber_switch (#4207)nicholas a. evans2021-02-221-0/+62
* [ruby/reline] Add a test for suppressing crash when dynamic prompt returns emptyaycabta2021-02-212-0/+16
* [ruby/reline] Move script files for yamatanooroti testsaycabta2021-02-213-43/+144
* [ruby/reline] Return 1 when char width not foundaycabta2021-02-211-0/+8