aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_bio.h
Commit message (Collapse)AuthorAgeFilesLines
* bio: prevent possible GC issue in ossl_obj2bio()Kazuki Yamaguchi2017-07-111-2/+1
| | | | | | | | | | Prevent the new object created by StringValue() from being GCed. Luckily, as none of the callers of ossl_obj2bio() reads from the returned BIO after possible triggering GC, this has not been a real problem. As a bonus, ossl_protect_obj2bio() function which is no longer used anywhere is removed.
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
|
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
| | | | See also r50351 from ruby/ruby#876
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+21