<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/openssl, branch ruby_3_0</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Merge openssl-2.2.2</title>
<updated>2022-11-24T11:04:56+00:00</updated>
<author>
<name>Kazuki Yamaguchi</name>
<email>k@rhe.jp</email>
</author>
<published>2022-09-08T14:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf'/>
<id>ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf</id>
<content type='text'>
The changes can be found at:

  https://github.com/ruby/openssl/compare/v2.2.1...v2.2.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes can be found at:

  https://github.com/ruby/openssl/compare/v2.2.1...v2.2.2
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: import v2.2.1</title>
<updated>2021-10-30T11:22:06+00:00</updated>
<author>
<name>Kazuki Yamaguchi</name>
<email>k@rhe.jp</email>
</author>
<published>2021-09-28T09:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=00e89fe36b57e2d7c4ea269bc827d9806edef5ed'/>
<id>00e89fe36b57e2d7c4ea269bc827d9806edef5ed</id>
<content type='text'>
Bring the local copy of ruby/openssl in sync with the upstream gem
release v2.2.1. The commits happened in the upstream repository can be
found at:

	https://github.com/ruby/openssl/compare/v2.2.0...v2.2.1

Note that many of these have already been applied to ruby.git and don't
appear in the file changes of this commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring the local copy of ruby/openssl in sync with the upstream gem
release v2.2.1. The commits happened in the upstream repository can be
found at:

	https://github.com/ruby/openssl/compare/v2.2.0...v2.2.1

Note that many of these have already been applied to ruby.git and don't
appear in the file changes of this commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 1ad222477344597038d7ec08885a41f547c2a3b4: [Backport #17625]</title>
<updated>2021-05-23T05:40:20+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2021-05-23T05:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fc73fc79cbaee6674256589b7cfe53d20b638a05'/>
<id>fc73fc79cbaee6674256589b7cfe53d20b638a05</id>
<content type='text'>
	[ruby/openssl] Fixed the results of
	 OpenSSL::Timestamp::Response#failure_info

	Made stored values `Symbol`s instead of `ID`s.

	Fixes https://bugs.ruby-lang.org/issues/17625

	Co-Authored-By: xtkoba (Tee KOBAYASHI) &lt;xtkoba+ruby@gmail.com&gt;

	https://github.com/ruby/openssl/commit/f2d004679a
	---
	 ext/openssl/ossl_ts.c   | 22 +++++++++++-----------
	 test/openssl/test_ts.rb |  5 +++++
	 2 files changed, 16 insertions(+), 11 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[ruby/openssl] Fixed the results of
	 OpenSSL::Timestamp::Response#failure_info

	Made stored values `Symbol`s instead of `ID`s.

	Fixes https://bugs.ruby-lang.org/issues/17625

	Co-Authored-By: xtkoba (Tee KOBAYASHI) &lt;xtkoba+ruby@gmail.com&gt;

	https://github.com/ruby/openssl/commit/f2d004679a
	---
	 ext/openssl/ossl_ts.c   | 22 +++++++++++-----------
	 test/openssl/test_ts.rb |  5 +++++
	 2 files changed, 16 insertions(+), 11 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>support Ruby 2.x for openssl</title>
<updated>2020-12-18T17:05:08+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2020-12-18T17:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e76b56f58e44cb54497d93526d649950f5bdd1c0'/>
<id>e76b56f58e44cb54497d93526d649950f5bdd1c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[openssl] Fix dependencies</title>
<updated>2020-12-18T12:58:41+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2020-12-18T12:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=14ca7f633cae9938b7d8bc722fe1c5c96f6bcd95'/>
<id>14ca7f633cae9938b7d8bc722fe1c5c96f6bcd95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl is ractor-safe</title>
<updated>2020-12-18T09:19:33+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2020-12-18T09:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b5588edc0a538de840c79e0bbc9d271ba0c5a711'/>
<id>b5588edc0a538de840c79e0bbc9d271ba0c5a711</id>
<content type='text'>
ossl_bn_ctx is C's global variable and it should be ractor-local
to make it ractor-safe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ossl_bn_ctx is C's global variable and it should be ractor-local
to make it ractor-safe.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use rb_intern_const instead of rb_intern in Init functions</title>
<updated>2020-10-21T03:46:53+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-10-21T03:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5a77e90fe843a2bfbde3df1867f142efb0ffe9fe'/>
<id>5a77e90fe843a2bfbde3df1867f142efb0ffe9fe</id>
<content type='text'>
```
find . -name \*.o -exec nm {} + |&amp;
sed '/Init_.*\.rbimpl_id/!d;s/^.* b //;s/\.[1-9][0-9]*$//;s/\.rbimpl_id$//' |
uniq
```
should be empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
find . -name \*.o -exec nm {} + |&amp;
sed '/Init_.*\.rbimpl_id/!d;s/^.* b //;s/\.[1-9][0-9]*$//;s/\.rbimpl_id$//' |
uniq
```
should be empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't redefine #rb_intern over and over again</title>
<updated>2020-10-21T03:45:18+00:00</updated>
<author>
<name>Stefan Stüben</name>
<email>MSNexploder@gmail.com</email>
</author>
<published>2020-09-25T17:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8c2e5bbf58e562ea410b53c2f77e4186d5ca9da3'/>
<id>8c2e5bbf58e562ea410b53c2f77e4186d5ca9da3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sed -i '/rmodule.h/d'</title>
<updated>2020-08-27T07:42:06+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2020-07-22T06:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=490010084ed09d9825e8d9198a02b930eaa1cd85'/>
<id>490010084ed09d9825e8d9198a02b930eaa1cd85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sed -i '/r_cast.h/d'</title>
<updated>2020-08-27T06:03:36+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2020-07-22T05:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=756403d775c7d7d60da179dd9b788d63e72c77ab'/>
<id>756403d775c7d7d60da179dd9b788d63e72c77ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
