mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 22:14:37 +02:00
![]() Implement PKey::DH.new(size, gen), PKey::DH.generate(size, gen), and
PKey::DH#generate_key! using PKey.generate_parameters and .generate_key
instead of the low level DH functions.
Note that the EVP interface can enforce additional restrictions - for
example, DH key shorter than 2048 bits is no longer accepted by default
in OpenSSL 3.0. The test code is updated accordingly.
|
||
---|---|---|
.. | ||
bn.rb | ||
buffering.rb | ||
cipher.rb | ||
digest.rb | ||
hmac.rb | ||
marshal.rb | ||
pkcs5.rb | ||
pkey.rb | ||
ssl.rb | ||
version.rb | ||
x509.rb |