RFC Errata
RFC 2104, "HMAC: Keyed-Hashing for Message Authentication", February 1997
Note: This RFC has been updated by RFC 6151
Source of RFC: ipsec (sec)
Errata ID: 2794
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT
Reported By: Kasper Dupont
Date Reported: 2011-05-02
Held for Document Update by: Sean Turner
Section Appendix says:
key = "Jefe" data = "what do ya want for nothing?" data_len = 28 bytes digest = 0x750c783e6ab0b503eaa86e310a5db738
It should say:
key = "Jefe" key_len = 4 data = "what do ya want for nothing?" data_len = 28 bytes digest = 0x750c783e6ab0b503eaa86e310a5db738
Notes:
key_len was omitted from this test vector. The other test vectors specify both key_len and data_len.