-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OpenSSL Implementation of ValidateCertificateChain().
In the OpenSSL Implementation of ValidateCertificateChain() function the intermediate ceritificate is loaded as a trusted certificate, which opens door to various security attacks. Updated implementation: now loading intermediate certificate as untrusted certificate part of cert chain. Added test case that would identify this issue in the previous implementation.
- Loading branch information
Showing
2 changed files
with
23 additions
and
8 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