-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Message-Authenticator support to libkrad
draft-ietf-radext-deprecating-radius-03 describes multiple mitigation measures for recent vulnerabilities discovered in the RADIUS protocol, the BlastRADIUS (CVE-2024-3596). One of these measures is enforcement of the Message-Authenticator attribute. Message-Authenticator was initially defined in RFC2869 (2000) as an extension to improve authenticity and integrity verification. The BlastRADIUS vulnerability is now pushing vendors to generalize the use of this attibute. FreeRADIUS enforces Message-Authenticator as of versions 3.2.5 and 3.0.27. libkrad has to support Message-Authenticator in order to remain compatible with these implementations. [ghudson@mit.edu: adjusted style and naming; simplified some functions; edited commit message]
- Loading branch information
1 parent
1bfcf57
commit 221422e
Showing
9 changed files
with
348 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,4 @@ krb5_c_prfplus | |
krb5_c_derive_prfplus | ||
k5_enctype_to_ssf | ||
krb5int_c_deprecated_enctype | ||
k5_hmac_md5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.