rhenium (Kazuki Yamaguchi)
- Login: rhenium
- Email: k@rhe.jp, rhe@ruby-lang.org
- Registered on: 02/28/2015
- Last sign in: 02/25/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 4 | 50 | 54 |
| Reported issues | 3 | 35 | 38 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 05/17/2016 |
Activity
05/16/2026
-
01:23 AM Ruby Revision 08a3e58c (git): Merge openssl-3.3.2
- The changes can be found at:
https://github.com/ruby/openssl/compare/v3.3.1...v3.3.2 -
01:23 AM Ruby Revision b1420a81 (git): Merge openssl-3.3.3
- The changes can be found at:
https://github.com/ruby/openssl/compare/v3.3.2...v3.3.3
05/14/2026
-
04:59 AM Ruby Revision 0c2dcf48 (git): Merge openssl-3.2.3
- The changes can be found at:
https://github.com/ruby/openssl/compare/v3.2.2...v3.2.3 -
04:59 AM Ruby Revision 1fbf9abe (git): Merge openssl-3.2.4
- The changes can be found at:
https://github.com/ruby/openssl/compare/v3.2.3...v3.2.4
05/13/2026
-
10:01 PM Ruby Revision 729e1512 (git): Merge openssl-4.0.1
- The changes can be found at:
https://github.com/ruby/openssl/compare/v4.0.0...v4.0.1 -
10:01 PM Ruby Revision cd38f6c5 (git): Merge openssl-4.0.2
- The changes can be found at:
https://github.com/ruby/openssl/compare/v4.0.1...v4.0.2 -
05:04 PM Ruby Bug #22069 (Closed): Backport openssl 3.2.4/3.3.3/4.0.2
- The main change is OpenSSL 4.0 support. OpenSSL 4.0 was released on 2026-04-14 with several incompatible changes, and the default gems currently included in Ruby 3.3.11/3.4.9/4.0.4 do not compile against it.
Although this can be consi... -
03:33 PM Ruby Revision 82478404 (git): [ruby/openssl] Merge branch 'maint-4.0'
- * maint-4.0:
Ruby/OpenSSL 4.0.2
Ruby/OpenSSL 3.3.3
Ruby/OpenSSL 3.2.4
https://github.com/ruby/openssl/commit/318be774d7
Kazuki Yamaguchi (6):
Ruby/OpenSSL 3.2.4
Merge branch 'maint-3.2' into maint-3.3
Ruby/OpenS...
04/29/2026
-
12:25 PM Ruby Revision f1b2b6ba (git): [ruby/openssl] ssl: refactor SSLSocket#{peer_,}finished_message
- The variable-sized alloca makes me nervous, even though it turned out
to be safe: the Finished message is 36 bytes long in SSL 3.0 and is
usually smaller in newer protocol versions. However, the alloca is not
actually needed since we can... -
11:07 AM Ruby Revision 97e0add5 (git): [ruby/openssl] hmac: enable tests in the FIPS mode
- Fix CI with OpenSSL master in the FIPS mode. With the fips provider in
OpenSSL master, HMAC keys shorter than 112 bits are rejected and MD5 is
disallowed. Update tests to use SHA-2 and longer keys.
https://github.com/ruby/openssl/commit...