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

Remove tls handling override when no pinner provided #775

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 12, 2020

  1. Remove default tls handling override when no pinner provided

    When no pinner was provided, it is expected that framework will use
    whatever iOS will provide. But instead - it will allow ALL
    connections, bypassing any verification.
    This is breaking change, but most clients of the library probably
    never had to do that.
    Client can still allow selfSigned certs with FoundationSecurityError.allowSelfSigned.
    myeyesareblind committed May 12, 2020
    Configuration menu
    Copy the full SHA
    3f4f741 View commit details
    Browse the repository at this point in the history