summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-05-15 23:47:47 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-03-16 19:16:11 +0900
commit5cae289682c6b8fea6324ae8f26dbcc90ebaaa2f (patch)
treec374695eb238803d3833c0383ad24a79fbe3228b /ext/digest
parent1e3590fe221c9631259f6876bfaa896398ac7cfa (diff)
[ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* interface
Use EVP_DigestSign*() and EVP_DigestVerify*() interface instead of the old EVP_Sign*() and EVP_Verify*() functions. They were added in OpenSSL 1.0.0. Also, allow the digest to be specified as nil, as certain EVP_PKEY types don't expect a digest algorithm. https://github.com/ruby/openssl/commit/9ff6e5143b
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4275
Diffstat (limited to 'ext/digest')
0 files changed, 0 insertions, 0 deletions