Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-27 | Update to ruby/spec@c3206f6 | Benoit Daloze | |
2023-11-06 | Fix the CI failure in OpenBSD | Yusuke Endoh | |
LibreSSL seems not to support `scrypt`. https://rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20231105T233005Z.fail.html.gz ``` 1) OpenSSL::KDF.scrypt creates the same value with the same input ERROR NoMethodError: undefined method `scrypt' for module OpenSSL::KDF ``` | |||
2023-10-31 | Disable wrong test | Nobuyoshi Nakada | |
2023-10-30 | Update to ruby/spec@d56bd0f | Benoit Daloze | |
2023-10-30 | Revert "OpenSSL::KDF.scrypt needs EVP_PBE_scrypt()" | Benoit Daloze | |
This reverts commit d434765faead1583ca9008bb579067a288085b93. | |||
2023-10-31 | OpenSSL::KDF.scrypt needs EVP_PBE_scrypt() | Nobuyoshi Nakada | |
2023-10-30 | Update to ruby/spec@bd7017f | Benoit Daloze | |
2023-08-02 | Update to ruby/spec@9e278f5 | Benoit Daloze | |
2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
2023-01-05 | Update to ruby/spec@9d69b95 | Benoit Daloze | |
2022-07-02 | Relax `not_before` limit | Nobuyoshi Nakada | |
Use the value as similar as other tests below. Trying to fix sporadic “not yet valid” failures on some CIs. Notes: Merged: https://github.com/ruby/ruby/pull/6085 | |||
2022-06-30 | Add more check to debug failures | Kazuhiro NISHIYAMA | |
2022-06-26 | Update to ruby/spec@ab32a1a | Benoit Daloze | |
2020-06-29 | Avoid deprecated OpenSSL::Digest constants | Bart de Water | |
Notes: Merged: https://github.com/ruby/ruby/pull/3270 | |||
2020-03-28 | Update to ruby/spec@ec84479 | Benoit Daloze | |
2020-03-10 | Added version guard for OpenSSL::Config | Nobuyoshi Nakada | |
2020-01-28 | Update to ruby/spec@f8a2d54 | Benoit Daloze | |
2019-07-27 | Update to ruby/spec@875a09e | Benoit Daloze | |
2018-03-04 | Update to ruby/spec@c1b568b | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-12-01 | Update to ruby/spec@bacedc5 | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-09-20 | Move spec/rubyspec to spec/ruby for consistency | eregon | |
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |