Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

critical fixes to SSL cert verification in StrongTrustManager #5

Merged
merged 8 commits into from Mar 13, 2013

Conversation

n8fr8
Copy link
Member

@n8fr8 n8fr8 commented Mar 11, 2013

  • ensure BasicConstraints exists and are CA:TRUE for all signing/issuer certs in chain.
  • ensure KeyUsage is set to proper values (signing capable, etc)
  • small optimization of only loading StrongTrustManager once
  • ensure cert SN/DN is not duplicated, and all instances in chain that act as issuers have right to do so

@ghost ghost assigned abeluck Mar 12, 2013
n8fr8 added a commit that referenced this pull request Mar 13, 2013
critical fixes to SSL cert verification in StrongTrustManager
@n8fr8 n8fr8 merged commit dd67c7c into guardianproject:master Mar 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants