ruby / openssl

Provides SSL, TLS and general purpose cryptography.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New OpenSSL gem release

tcordeu opened this issue · comments

Good morning, we are currently using some features introduced in 189c167. Do you have any plans on releasing a new version in the short term?

Thanks,
Thomas.

@rhenium I feel that now is a good time to release new version of openssl gem. All the CI tests pass. And for FIPS case, it's a long journey to fix all the tests. However, we pass the following 2 tests in FIPS case fixing issues by applying workarounds. What do you think?

./test/openssl/test_fips.rb
./test/openssl/test_pkey.rb

Agreed. This is long overdue.

openssl v3.2.0 is available on rubygems.org now.

https://rubygems.org/gems/openssl/versions/3.2.0

Thank you!