Project

General

Profile

« Previous | Next » 

Revision 79a6f434

Added by rhenium (Kazuki Yamaguchi) almost 4 years ago

[ruby/openssl] hmac: skip test_dup on OpenSSL 3.0 for now

EVP_MD_CTX_copy() doesn't seem to work as intended on HMAC EVP_MD_CTX
on OpenSSL 3.0.0 and causes a double free. I haven't found the root
problem yet, but let's skip the test case for now.

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