We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1955728 + 626b043 commit d36e6e5Copy full SHA for d36e6e5
test/openssl/test_hmac.rb
@@ -21,7 +21,6 @@ def test_hmac
21
end
22
23
def test_dup
24
- pend "HMAC#initialize_copy is currently broken on OpenSSL 3.0.0" if openssl?(3, 0, 0)
25
h1 = OpenSSL::HMAC.new("KEY", "MD5")
26
h1.update("DATA")
27
h = h1.dup
0 commit comments