-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-4567] Fix for id attributes security issue
This change set makes a server-side check to require that the CN (Common Name) in the CSR (Certificate Signing Request) on an enroll request be the same as the enrollment ID. The check was previously only made on the client-side, leaving a security hole which could be exploited by a roque client. The testMasqueradeEnroll test fails prior to this change and passes with this change. Change-Id: Id7c87e6958f5df19ca6308dd9ef8009a5f4a1d74 Signed-off-by: Keith Smith <[email protected]>
- Loading branch information
Keith Smith
committed
Jun 13, 2017
1 parent
1424b33
commit cef4f1f
Showing
2 changed files
with
83 additions
and
2 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