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

[appletls] Trust SecTrustResult.Proceed as well. Fixes #58411. #5719

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

rolfbjarne
Copy link
Member

@rolfbjarne rolfbjarne commented Oct 6, 2017

Apple states clearly in their documentation about SecTrustResult.Proceed 1:

The user explicitly chose to trust a certificate in the chain (usually by
clicking a button in a certificate trust panel).

Your app should trust the chain.

This fixes bug #58411, where SecTrustEvaluate returns
SecTrustResult.Proceed starting with iOS 11.

This is a backport of PR #5703 (which has already been backported into d15-4-2017-04 in PR #5712)

Apple states clearly in their documentation about SecTrustResult.Proceed [1]:

    The user explicitly chose to trust a certificate in the chain (usually by
    clicking a button in a certificate trust panel).

    Your app should trust the chain.

This fixes bug #[58411][2], where SecTrustEvaluate returns
SecTrustResult.Proceed starting with iOS 11.

[1]: https://developer.apple.com/documentation/security/1394363-sectrustevaluate
[2]: https://bugzilla.xamarin.com/show_bug.cgi?id=58411
@marek-safar marek-safar merged commit 9b466ab into mono:2017-06 Oct 6, 2017
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.

3 participants