forked from dotnet/macios
-
Notifications
You must be signed in to change notification settings - Fork 1
Security tvOS xcode9 beta3
Vincent Dondain edited this page Jul 10, 2017
·
1 revision
#Security.framework
diff -ruN /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h
--- /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h 2017-06-12 00:48:37.000000000 -0400
+++ /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h 2017-06-30 03:12:10.000000000 -0400
@@ -30,6 +30,7 @@
#include <TargetConditionals.h>
#include <stdint.h>
+#include <CoreFoundation/CFBase.h> /* CF_ENUM */
/*
* Defined as enum for debugging, but in the protocol
diff -ruN /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h
--- /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h 2017-06-11 21:18:20.000000000 -0400
+++ /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h 2017-06-30 01:44:04.000000000 -0400
@@ -1188,7 +1188,7 @@
OSStatus
SSLSetALPNProtocols (SSLContextRef context,
CFArrayRef protocols)
- __OSX_AVAILABLE_STARTING(__MAC_10_12_4, __IPHONE_9_3);
+ __OSX_AVAILABLE_STARTING(__MAC_10_13, __IPHONE_11_0);
/*
* Get the ALPN protocols associated with this SSL context.
@@ -1206,7 +1206,7 @@
OSStatus
SSLCopyALPNProtocols (SSLContextRef context,
CFArrayRef __nullable * __nonnull protocols) /* RETURNED */
- __OSX_AVAILABLE_STARTING(__MAC_10_12_4, __IPHONE_9_3);
+ __OSX_AVAILABLE_STARTING(__MAC_10_13, __IPHONE_11_0);
/*
* Set the OCSP response for the given SSL session.
@@ -1217,7 +1217,7 @@
OSStatus
SSLSetOCSPResponse (SSLContextRef context,
CFDataRef __nonnull response)
-__OSX_AVAILABLE_STARTING(__MAC_10_12_4, __IPHONE_9_3);
+__OSX_AVAILABLE_STARTING(__MAC_10_13, __IPHONE_11_0);
/********************************************************
*** Session context configuration, server side only. ***
@@ -1498,7 +1498,7 @@
OSStatus
SSLSetError (SSLContextRef context,
OSStatus status)
- __OSX_AVAILABLE_STARTING(__MAC_10_12_4, __IPHONE_9_3);
+ __OSX_AVAILABLE_STARTING(__MAC_10_13, __IPHONE_11_0);
CF_IMPLICIT_BRIDGING_DISABLED
CF_ASSUME_NONNULL_END