Security iOS 15.5 to 16.0 API Differences
SecProtocolOptions.h
Removed
#def SEC_PROTOCOL_CERT_COMPRESSION_DEFAULT
SecTrust.h
Modified
SecTrustCopyExceptions()
Declaration
From
CFDataRef _Nonnull SecTrustCopyExceptions(SecTrustRef _Nonnull trust)
To
CFDataRef _Nullable SecTrustCopyExceptions(SecTrustRef _Nonnull trust)