-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Indirectly support the searching of certificates and private keys in
local machine certificate stores * Support the passing in of arbitrary names for system certificate stores when leveraging the Windows certificate store integration. * Note that while the stores are still opened within the CERT_SYSTEM_STORE_CURRENT_USER context, "all current user certificate stores except the Current User/Personal store inherit the contents of local machine certificate stores." This means that certificates and private keys added to local machine certificate stores can still be accessed through the credential helper. * Do a case-insensitive comparison of the system store name passed in with the predefined system store names (as defined in the Microsoft documentation). If there is a match, canonicalize the case so that it can be used to open a valid system certificate store. Otherwise, use the provided name (assuming that the user has created a custom certificate store with that name).
- Loading branch information
Showing
5 changed files
with
46 additions
and
10 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
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