General

Profile

rhenium (Kazuki Yamaguchi)

Issues

open closed Total
Assigned issues 5 48 53
Reported issues 2 33 35

Projects

Project Roles Registered on
Ruby Committer 05/17/2016
Backport187 Committer 05/17/2016
Backport191 Committer 05/17/2016
Backport192 Committer 05/17/2016
Backport193 Committer 05/17/2016
Backport200 Committer 05/17/2016
Backport21 Committer 05/17/2016
Backport22 Committer 05/17/2016
Ruby 1.8 Committer 05/17/2016
Ruby master Committer 05/17/2016

Activity

12/13/2024

11:01 AM Ruby master 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 master 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 master 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)

12/07/2024

08:15 AM Ruby master Revision 510c1907 (git): [ruby/openssl] ssl: do not enable OpenSSL::SSL::OP_ALL by default
Respect the SSL options set by default by SSL_CTX() and by the
system-wide OpenSSL configuration file.
OpenSSL::SSL:...
rhenium (Kazuki Yamaguchi)
08:15 AM Ruby master Revision c9bbf7e3 (git): [ruby/openssl] ssl: do not clear existing SSL options in SSLContext#set_params
Apply SSL options set in DEFAULT_PARAMS without clearing existing
options.
It currently clears options in order to a...
rhenium (Kazuki Yamaguchi)
08:15 AM Ruby master Revision 33196b7a (git): [ruby/openssl] ssl: improve documentation of SSLContext#options=
https://github.com/ruby/openssl/commit/9120fcde6a rhenium (Kazuki Yamaguchi)
07:55 AM Ruby master Revision 1df63d94 (git): [ruby/openssl] Mark variables and functions as static whenever possible
https://github.com/ruby/openssl/commit/85d6b7f192 rhenium (Kazuki Yamaguchi)
07:55 AM Ruby master Revision 09d516b6 (git): [ruby/openssl] Call Init_ossl_*() functions in alphabetical order
It was originally sorted in alphabetical order, but it has been broken
over time. Let's fix it.
https://github.com/r...
rhenium (Kazuki Yamaguchi)
07:55 AM Ruby master Revision f8e9302e (git): [ruby/openssl] ts: avoid using OpenSSL::PKCS7's internals
Internals of OpenSSL::PKCS7 should be kept within ossl_pkcs7.c.
Add a new ossl_pkcs7_new() function for duplicating ...
rhenium (Kazuki Yamaguchi)
07:55 AM Ruby master Revision cbe7bfd9 (git): [ruby/openssl] ts: fix exception class raised when getting an OID name
get_asn1obj() is used by several methods in OpenSSL::Timestamp to get
the string representation of an OID. On an erro...
rhenium (Kazuki Yamaguchi)

Also available in: Atom