-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows certificate store improvements (#6042)
This PR: * Removes some magic numbers from the certstore code in favour of constants already defined in `x/sys/windows` * Adds the `thumbprint` option to `cert_match_by` by allowing matching a specific certificate my SHA1 thumbprint rather than possibly matching multiple certificates by name * Adds the `cert_match_skip_invalid` option by integrating & rebasing a community PR along with some fix-ups Fixes #6024 Fixes #4383 Closes #4384 Signed-off-by: Neil Twigg <neil@nats.io>
- Loading branch information
Showing
10 changed files
with
183 additions
and
76 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
Oops, something went wrong.