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.
1 parent 5dae78b commit c865e8dCopy full SHA for c865e8d
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