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 | 49 | 53 |
Reported issues | 3 | 34 | 37 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 05/17/2016 |
Activity
09/12/2025
-
02:22 PM Ruby Revision 8a30594d (git): [ruby/openssl] pkey: fix loading public keys with early OpenSSL 3.0.x releases
- Treat an empty error queue after calling OSSL_DECODER_from_bio() as a
retryable error.
This is a follow-up to the pr... -
12:26 PM Ruby Revision 8af8582d (git): [ruby/openssl] pkey: pass pem_password_cb to OSSL_DECODER only when it is needed
- Specify OSSL_DECODER_CTX_set_pem_password_cb() only when we expect a
passphrase-protected private key.
OSSL_DECODER ... -
12:26 PM Ruby Revision c0820058 (git): [ruby/openssl] pkey: stop retrying after non-retryable error from OSSL_DECODER
- Continue processing only when OSSL_DECODER_from_bio() returns the error
code ERR_R_UNSUPPORTED. Otherwise, raise an e... -
12:26 PM Ruby Revision aca0faf5 (git): [ruby/openssl] pkey: add more tests for OpenSSL::PKey.read
- Add tests covering edge cases in the current behavior to prevent
accidental regressions. The next patches will update...
08/12/2025
-
06:08 PM Ruby Revision 507b1e4b (git): [ruby/openssl] pkey: skip tests using invalid keys in the FIPS mode
- In OpenSSL's master branch, importing/loading a key in the FIPS mode
automatically performs a pair-wise consistency c...
08/10/2025
-
05:31 PM Ruby Bug #21537 (Open): rb_ractor_sched_barrier_start() hangs on Windows
- The following script hangs at `GC.start` indefinitely. Pressing Ctrl+C on the terminal interrupts the `sleep` and it ...
08/01/2025
-
12:04 PM Ruby Revision 04678017 (git): [ruby/openssl] pkcs7: refactor error handling in PKCS7#add_data
- Raise an exception right after an OpenSSL function returns an error.
Checking ERR_peek_error() is not reliable way to... -
12:04 PM Ruby Revision 49778285 (git): [ruby/openssl] pkcs7: make PKCS7#add_recipient actually useful
- Add a simple test case that creates an enveloped-data structure without
using the shorthand method, and fix two issue... -
12:03 PM Ruby Revision 3fe4ab0d (git): [ruby/openssl] pkcs7: fix error queue leak in OpenSSL::PKCS7#detached
- Only call PKCS7_get_detached() if the PKCS7 object is a signed-data.
This is only useful for the content type, and le...
07/31/2025
-
05:38 PM Ruby Revision 865a6191 (git): [ruby/openssl] pkcs7: clean up tests
- This includes:
- Update test keys to the generic rsa-{1,2,3}.pem.
- Add omissions for enveloped-data tests so that...