summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Avoid assert failure when NULL EC is expectedAlan Wu2021-11-221-0/+31
* Update dependenciesNobuyoshi Nakada2021-11-2187-1521/+945
* [ruby/date] Bump version to 3.2.2Hiroshi SHIBATA2021-11-181-1/+1
* [ruby/date] Expose Date::VERSIONJean Boussier2021-11-182-1/+7
* Prevent "already initialized constant Digest::VERSION"Yusuke Endoh2021-11-171-2/+5
* ext/io/wait/depend: make it work for Ruby 3.1.0-devYusuke Endoh2021-11-171-1/+2
* [ruby/date] check_limit: also handle symbolsJean Boussier2021-11-161-0/+1
* [ruby/date] `Date._<format>(nil)` should return an empty HashJean Boussier2021-11-161-0/+2
* [ruby/nkf] Fix a typo [ci skip]Nobuyoshi Nakada2021-11-161-1/+1
* [ruby/date] Add length limit option for methods that parses date stringsYusuke Endoh2021-11-162-89/+297
* [ruby/io-wait] Fix dependency for ruby 2.6Nobuyoshi Nakada2021-11-161-1/+1
* [ruby/io-wait] Allow earlier versionsNobuyoshi Nakada2021-11-161-1/+1
* [ruby/io-wait] Fix backward compatibility with earlier versionsNobuyoshi Nakada2021-11-162-7/+108
* Merge digest-3.0.3.pre3 and https://github.com/ruby/digest/commit/efd76821b8a...Hiroshi SHIBATA2021-11-165-6/+23
* [ruby/digest] Abort loading if being loaded by gem/bundle pre Ruby 3.0.3Akinori MUSHA2021-11-161-14/+12
* [ruby/digest] Avoid null pointer subtraction in digest/md5xtkoba2021-11-161-1/+1
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-082-5/+0
* Prefer ANSI-style prototypes over old K&R-style definitionsNobuyoshi Nakada2021-11-081-2/+6
* Fix filename typo [Bug #18140]Nobuyoshi Nakada2021-11-082-160/+160
* [ruby/openssl] Fix typos [ci skip]Nobuyoshi Nakada2021-11-032-2/+2
* ext/socket/extconf.rb: Fix the chech if if_indextoname is availableYusuke Endoh2021-11-021-2/+5
* Fix typosNobuyoshi Nakada2021-11-021-1/+1
* [ruby/openssl] x509name: improve docs for X509::NameKazuki Yamaguchi2021-11-012-2/+27
* [ruby/openssl] ssl: disallow reading/writing to unstarted SSL socketKazuki Yamaguchi2021-11-011-139/+92
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-252-5/+14
* Make Coverage suspendable (#4856)Yusuke Endoh2021-10-251-5/+118
* [ruby/openssl] bn: expand BIGNUM_RAND and BIGNUM_RAND_RANGE macrosKazuki Yamaguchi2021-10-251-50/+50
* [ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range}Kazuki Yamaguchi2021-10-251-16/+2
* [ruby/openssl] pkey, ssl: use EVP_PKEY_eq() instead of EVP_PKEY_cmp()Kazuki Yamaguchi2021-10-254-3/+8
* [ruby/openssl] pkey/ec: use EC_GROUP_free() instead of EC_GROUP_clear_free()Kazuki Yamaguchi2021-10-251-1/+1
* [ruby/openssl] pkey/ec: deprecate PKey::EC::Point#make_affine! and make it a ...Kazuki Yamaguchi2021-10-251-0/+5
* [ruby/openssl] hmac: use EVP_MD_CTX_get_pkey_ctx() instead of EVP_MD_CTX_pkey...Kazuki Yamaguchi2021-10-253-5/+14
* [ruby/openssl] digest: use EVP_MD_CTX_get0_md() instead of EVP_MD_CTX_md() if...Kazuki Yamaguchi2021-10-254-4/+9
* [ruby/openssl] bn: use BN_check_prime() in OpenSSL::BN#prime{,_fasttest}?Kazuki Yamaguchi2021-10-252-49/+22
* [ruby/openssl] ssl: use SSL_get_rbio() to check if SSL is started or notKazuki Yamaguchi2021-10-251-2/+2
* [ruby/openssl] ssl: use SSL_CTX_load_verify_{file,dir}() if availableKazuki Yamaguchi2021-10-252-0/+8
* [ruby/openssl] ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_c...Kazuki Yamaguchi2021-10-253-2/+8
* [ruby/openssl] ossl.c: use ERR_get_error_all() if availableKazuki Yamaguchi2021-10-252-19/+24
* [ruby/openssl] ext/openssl/ossl.h: add helper macros for OpenSSL/LibreSSL ver...Kazuki Yamaguchi2021-10-251-0/+12
* [flori/json] Bump version to v2.6.1Hiroshi SHIBATA2021-10-242-2/+2
* [flori/json] Bump JSON::VERSION to 2.6.0.Josef Šimánek2021-10-241-1/+1
* [ruby/psych] Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-2415-49/+49
* [ruby/psych] Add stringio as a dependency.Josef Šimánek2021-10-241-0/+2
* [ruby/strscan] Bump versionSutou Kouhei2021-10-241-1/+1
* [ruby/openssl] Raise an exception if the IO object passed to SSLSocket isn't ...Aaron Patterson2021-10-231-0/+1
* Import bigdecimal-3.1.0.devHiroshi SHIBATA2021-10-221-8/+2
* Bump up readline-ext version to 0.1.3Hiroshi SHIBATA2021-10-211-1/+1
* [ruby/io-wait] Bump up io-wait version to 0.2.0Hiroshi SHIBATA2021-10-211-1/+1
* [ruby/stringio] Bump up stringio version to 3.0.1Hiroshi SHIBATA2021-10-211-1/+1
* [ruby/psych] Bump up psych version to 4.0.2Hiroshi SHIBATA2021-10-211-1/+1