-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the Leaf and Chain OCSP checking policy is enabled in CryptoManager, JSS will switch to alternative certificate verification logic in JSSL_DefaultCertAuthCallback. In this method, the root certificate was incorrectly trusted without being verified to exist in the trust store. This patch cleans up the logic in JSSL_verifyCertPKIX and makes it more explicit in addition to fixing the error. Fixes CVE-2019-14823 Signed-off-by: Alexander Scheel <[email protected]>
- Loading branch information
Showing
1 changed file
with
135 additions
and
102 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