RFC Errata
RFC 6218, "Cisco Vendor-Specific RADIUS Attributes for the Delivery of Keying Material", April 2011
Source of RFC: INDEPENDENTSee Also: RFC 6218 w/ inline errata
Errata ID: 5178
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Yogesh Kumar Bansal
Date Reported: 2017-11-06
Verifier Name: Adrian Farrel
Date Verified: 2018-04-08
Section 3.3 says:
MAC = MAC-ALG(Key, Type + Identifier + Length + Attributes) where ’+’ represents concatenation
It should say:
MAC = HASH-ALG(Key, Type + Identifier + Length + Attributes) where ’+’ represents concatenation
Notes:
HASH-ALG is the name of a free variable for the hash algorithm.