1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/openssl/lib
Kazuki Yamaguchi 0d698be04f [ruby/openssl] pkey/dh: deprecate OpenSSL::PKey::DH#generate_key!
OpenSSL::PKey::DH#generate_key! will not work on OpenSSL 3.0 because
keys are made immutable. Users should use OpenSSL::PKey.generate_key
instead.

https://github.com/ruby/openssl/commit/8ee6a582c7
2021-12-20 23:42:02 +09:00
..
openssl [ruby/openssl] pkey/dh: deprecate OpenSSL::PKey::DH#generate_key! 2021-12-20 23:42:02 +09:00
openssl.rb [ruby/openssl] config: revert to C implementation of OpenSSL::Config 2021-03-16 19:16:10 +09:00