Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Added MKNetworkOperation.serverTrustDelegate. #362

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

Commits on Jul 17, 2013

  1. Added MKNetworkOperation.serverTrustDelegate.

    If set, this delegate will be called whenever a server presents an
    SSL certificate that is not immediately trusted.  The delegate
    can then make the trust decision (e.g. by asking the user).
    
    The delegate must implement the new MKServerTrustDelegate protocol.
    It has one method, handleServerCertificate.
    Ewan Mellor committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    37c8b3f View commit details
    Browse the repository at this point in the history