You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2016/05/19 15:35:13 UTC

[jira] [Resolved] (CODEC-221) HmacUtils.updateHmac calls reset() unnecessarily

     [ https://issues.apache.org/jira/browse/CODEC-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved CODEC-221.
------------------------
    Resolution: Fixed

URL: http://svn.apache.org/viewvc?rev=1744597&view=rev
Log:
CODEC-221 HmacUtils.updateHmac calls reset() unnecessarily

Modified:
    commons/proper/codec/trunk/src/changes/changes.xml
    commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java


> HmacUtils.updateHmac calls reset() unnecessarily
> ------------------------------------------------
>
>                 Key: CODEC-221
>                 URL: https://issues.apache.org/jira/browse/CODEC-221
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.10
>            Reporter: Sebb
>
> The HmacUtils.updateHmac() methods call reset().
> This means that it's not possible to build up a digest using multiple such calls.
> The only useful operation that can be performed afterwards is to call one of the Mac.doFinal() methods.
> Unfortunately it's probably too late to change this.
> However it should at least be documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)