Changes between Version 1 and Version 2 of Ticket #825, comment 3


Ignore:
Timestamp:
01/20/17 08:49:54 (7 years ago)
Author:
Steffan Karger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #825, comment 3

    v1 v2  
    11D'oh indeed.
    22
    3 The patch is right; the {{{kt.hmac_length = md_kt_size(kt.digest);}}} will fail in a similar way if HNMAC-SHA-256 is not availeble.
     3The patch is right; the {{{kt.hmac_length = md_kt_size(kt.digest);}}} will fail in a similar way if HMAC-SHA-256 is not available.
    44
    55So, ACK to the patch.