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

Timob 11697: Added hooks to support SSL certificate store module #3433

Closed
wants to merge 3 commits into from

Conversation

ayeung
Copy link
Contributor

@ayeung ayeung commented Nov 16, 2012

http://jira.appcelerator.org/browse/TIMOB-11697

Test case in Jira.

Note that I have not added documentation for these hooks since they are only used for native modules and we have plans to eventually move this into platform. I created a ticket for this here: http://jira.appcelerator.org/browse/TIDOC-899


public void setTrustManager(X509TrustManager manager)
{
trustManager = manager;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SSL Context is initialized with an array of trust managers and key Managers. So we should be maintaining corresponding arrays in our client.

@ayeung
Copy link
Contributor Author

ayeung commented Nov 17, 2012

Code updated.

@vishalduggal
Copy link
Contributor

PR has merge conflicts. Have incorporated the changes from this PR into PR #3429. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants