Project

General

Profile

« Previous | Next » 

Revision ac757b21

Added by rhenium (Kazuki Yamaguchi) almost 4 years ago

[ruby/openssl] pkey: use EVP_PKEY_CTX_new_from_name() on OpenSSL 3.0

Replace EVP_PKEY_CTX_new_id() with the new EVP_PKEY_CTX_new_from_name()
which takes the algorithm name in a string instead of in an NID.

https://github.com/ruby/openssl/commit/d6535d13d1