Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JSSTrustManager to support trusted peers
JSSTrustManager has been updated to mimic NSS cert validation which supports trusted peers. The checkCertChain() has been modified to check whether the cert chain has P,, trust flags, and if that's the case the cert chain is considered trusted so it's not necessary to check the cert issuer anymore.
- Loading branch information