summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-17Refactor vm_defined to return a booleanAaron Patterson
2021-03-17Stop calling `rb_iseq_defined_string` in vm_definedAaron Patterson
2021-03-17Store strings for `defined` in the iseqsAaron Patterson
2021-03-17[DOC] Update README [ci skip]Nobuyoshi Nakada
2021-03-17autogen.sh: Make it work with sh (not bash)Yusuke Endoh
2021-03-17Remove unused DEFAULT_KCODEKazuhiro NISHIYAMA
2021-03-17Improved autogen.shNobuyoshi Nakada
2021-03-17get rid of aclocal (#4280)卜部昌平
2021-03-17autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executableYusuke Endoh
2021-03-17autogen.sh: AddedYusuke Endoh
2021-03-17[Feature #17684] Declare --disable-gems is for debuggingNARUSE, Yui
2021-03-17Adjusted indents [ci skip]Nobuyoshi Nakada
2021-03-16Skip refined method when exporting methods with changed visibilityJeremy Evans
2021-03-17test_zlib(test_path_tmpfile): fix Zlib instance leakSorah Fukumori
2021-03-17zlib: fix Gzip{Writer,Reader}.new fails with a O_TMPFILE fileSorah Fukumori
2021-03-16LLDB: Introduce dump_page helperMatt Valentine-House
2021-03-16LLDB: Extract a dump_bits function from rpMatt Valentine-House
2021-03-17* 2021-03-17 [ci skip]git
2021-03-16Improve Enumerable#tally performanceNobuyoshi Nakada
2021-03-16test/openssl/test_config: skip tests for .include on older OpenSSLKazuki Yamaguchi
2021-03-16test/openssl/test_cipher: skip AES-CCM tests on OpenSSL <= 1.1.1bKazuki Yamaguchi
2021-03-16test/ruby/test_regexp.rb: Avoid "ambiguity between regexp and two divisions"Yusuke Endoh
2021-03-16[ruby/openssl] sample: update obsolete API useKazuki Yamaguchi
2021-03-16[ruby/openssl] sample: avoid "include OpenSSL"Kazuki Yamaguchi
2021-03-16[ruby/openssl] test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi
2021-03-16[ruby/openssl] bn: check -1 return from BIGNUM functionsKazuki Yamaguchi
2021-03-16[ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada
2021-03-16[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans
2021-03-16[ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) formKazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: retry write on EPROTOTYPE on macOSKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_x509store: tidy up tests for X509::Store#add...Kazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_x509store: break up test_verifyKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContextKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: fix memory leak in X509::StoreContext.newKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: avoid ossl_raise() calls with NULL messageKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: refactor X509::StoreContext#chainKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: emit warning if arguments are given to X509::Store.newKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...Kazuki Yamaguchi
2021-03-16[ruby/openssl] [DOC] Fix RDoc markupNobuhiro IMAI
2021-03-16[ruby/openssl] Fix typo in documentationClaus Lensbøl
2021-03-16[ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...Kazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: revise verify_mode test casesKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: revise a test case for client_cert_cbKazuki Yamaguchi
2021-03-16[ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.Colton Jenkins
2021-03-16[ruby/openssl] User lower case cipher names for maximum compatibilityBart de Water
2021-03-16[ruby/openssl] hmac: implement base64digest methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] hmac: migrate from the low-level HMAC API to the EVP APIKazuki Yamaguchi
2021-03-16[ruby/openssl] hmac: add a test case for OpenSSL::HMAC singleton methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])Kazuki Yamaguchi