summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi2021-03-164-40/+51
* [ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada2021-03-161-0/+5
* [ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans2021-03-164-24/+50
* [ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi2021-03-161-24/+0
* [ruby/openssl] test/openssl/test_x509store: tidy up tests for X509::Store#add...Kazuki Yamaguchi2021-03-161-17/+9
* [ruby/openssl] test/openssl/test_x509store: break up test_verifyKazuki Yamaguchi2021-03-161-112/+227
* [ruby/openssl] x509store: emit warning if arguments are given to X509::Store.newKazuki Yamaguchi2021-03-161-8/+13
* [ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...Kazuki Yamaguchi2021-03-161-4/+23
* [ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...Kazuki Yamaguchi2021-03-161-0/+6
* [ruby/openssl] test/openssl/test_ssl: revise verify_mode test casesKazuki Yamaguchi2021-03-161-1/+45
* [ruby/openssl] test/openssl/test_ssl: revise a test case for client_cert_cbKazuki Yamaguchi2021-03-161-10/+6
* [ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.Colton Jenkins2021-03-161-0/+18
* [ruby/openssl] User lower case cipher names for maximum compatibilityBart de Water2021-03-161-4/+4
* [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