-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
passkey: implement realm check for the passkey challenge
A rogue KDC might respond to us with a passkey challenge that references domain not associated with the realm we serve. In order to check that, convert DNS domain from the challenge to the realm using hostrealm interface provided by the krb5 library. For a referral realm fall back to the explicit challenge domain check. Signed-off-by: Alexander Bokovoy <[email protected]> Reviewed-by: Iker Pedrosa <[email protected]> Reviewed-by: Sumit Bose <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
4 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