rhenium (Kazuki Yamaguchi)
Issues
Projects
Project |
Roles |
Registered on |
Ruby |
Committer |
05/17/2016 |
12/13/2024
-
11:01 AM
Ruby
Feature #20878: A new C API to create a String by adopting a pointer: `rb_enc_str_adopt(const char *ptr, long len, long capa, rb_encoding *enc)`
- byroot (Jean Boussier) wrote in #note-19:
> First that a lot more complicated than just working with a raw malloced ...
rhenium (Kazuki Yamaguchi)
12/10/2024
-
03:45 PM
Ruby
Bug #20937: "can't set length of shared string" error when using OpenSSL::Cipher#update with buffer
- The exception from `rb_str_set_len()` is after the fact, indicating it has illegally written to `RSTRING_PTR(str)` of...
rhenium (Kazuki Yamaguchi)
-
03:08 PM
Ruby
Bug #20937: "can't set length of shared string" error when using OpenSSL::Cipher#update with buffer
- This is a different bug. `OpenSSL::Cipher#update` is failing to make the supplied buffer independent.
Reproducer f...
rhenium (Kazuki Yamaguchi)
11/08/2024
-
08:56 AM
Ruby
Feature #20878: A new C API to create a String by adopting a pointer: `rb_enc_str_adopt(const char *ptr, long len, long capa, rb_encoding *enc)`
- byroot (Jean Boussier) wrote:
> #### Work inside RString allocated memory
> [...]
> The downside with this approac...
rhenium (Kazuki Yamaguchi)
02/05/2024
-
01:10 PM
Ruby
Bug #20236 (Closed): OpenSSL::Cipher#update - probable buffer overflow: 16 for 15
- A fix for this in ruby/openssl's upstream: https://github.com/ruby/openssl/pull/717
rhenium (Kazuki Yamaguchi)
07/21/2023
-
05:19 PM
Ruby
Bug #19778 (Closed): mkmf.rb pkg_config() interaction with RbConfig::CONFIG["cflags"]
- (This was first reported at https://github.com/ruby/openssl/issues/650: The extension's build breaks in a strange way...
rhenium (Kazuki Yamaguchi)
01/27/2023
-
02:49 PM
Ruby
Bug #19386: `test_hmac.rb` of openssl is timeout on RHEL9
- I think this is very likely due to https://github.com/openssl/openssl/issues/17261, for which the fix was merged into...
rhenium (Kazuki Yamaguchi)
10/20/2022
-
12:09 PM
Ruby
Bug #19073 (Third Party's Issue): openssl gem 3.0.0 problem
- Yes, openssl issues should go to the GitHub.
But we need a way to reproduce the problem, or at least some clues, t...
rhenium (Kazuki Yamaguchi)
09/21/2022
-
10:56 AM
Ruby
Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
- This is still an issue in the current master (e.g., https://github.com/ruby/openssl/issues/545).
If I understand c...
rhenium (Kazuki Yamaguchi)
09/11/2022
-
07:13 AM
Ruby
Feature #12354 (Closed): PKey::EC Can't output public key pem when private key exists
- openssl v2.2 added OpenSSL::PKey::PKey#public_to_pem and #public_to_der for this purpose.
https://github.com/ruby/...
rhenium (Kazuki Yamaguchi)
Also available in: Atom
Loading...