Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby-OSSL 0.7.4
-
Fix Version/s: JRuby 1.7.0.RC1
-
Component/s: OpenSSL
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
The OpenSSL::HMAC class does not include the reset method which is important if you want to reuse the same HMAC for subsequent signatures. All the reset method does is to clear the data buffer.
Thanks!
commit 8debe4d1df105ced5c5447237188cda23736e6d4 Author: Charles Oliver Nutter <headius@headius.com> Date: Mon Aug 27 15:19:04 2012 -0500 Fix JRUBY-6858: OpenSSL::HMAC missing reset method :100644 100644 d2b5e62... 5bb63dc... M src/org/jruby/ext/openssl/HMAC.java