-
Notifications
You must be signed in to change notification settings - Fork 571
Security macOS xcode26.5 b3
Alex Soto edited this page Apr 30, 2026
·
2 revisions
#Security.framework
diff -ruN /Applications/Xcode_26.5.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h /Applications/Xcode_26.5.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h
--- /Applications/Xcode_26.5.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h 2026-04-06 00:13:47
+++ /Applications/Xcode_26.5.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h 2026-04-18 03:30:52
@@ -268,13 +268,14 @@
* Convenience ciphersuite groups that collate ciphersuites of comparable security
* properties into a single alias.
*/
+API_AVAILABLE(macos(10.14), ios(12.0), watchos(5.0), tvos(12.0))
typedef CF_ENUM(int, SSLCiphersuiteGroup) {
kSSLCiphersuiteGroupDefault,
kSSLCiphersuiteGroupCompatibility,
kSSLCiphersuiteGroupLegacy,
kSSLCiphersuiteGroupATS,
kSSLCiphersuiteGroupATSCompatibility,
- kSSLCiphersuiteGroupATSFCP_v2_1,
+ kSSLCiphersuiteGroupATSFCP_v2_1 API_AVAILABLE(macos(26.5), ios(26.5), tvos(26.5), watchos(26.5), visionos(26.5)),
};
#endif /* !_SECURITY_CIPHERSUITE_H_ */
diff -ruN /Applications/Xcode_26.5.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h /Applications/Xcode_26.5.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h
--- /Applications/Xcode_26.5.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h 2026-04-06 00:10:57
+++ /Applications/Xcode_26.5.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h 2026-04-20 00:26:23
@@ -139,13 +139,14 @@
* @constant tls_ciphersuite_group_ats_compatibility
* @constant tls_ciphersuite_group_ats_fcp_v2_1
*/
+API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0), visionos(1.0))
typedef CF_ENUM(uint16_t, tls_ciphersuite_group_t) {
tls_ciphersuite_group_default,
tls_ciphersuite_group_compatibility,
tls_ciphersuite_group_legacy,
tls_ciphersuite_group_ats,
tls_ciphersuite_group_ats_compatibility,
- tls_ciphersuite_group_ats_fcp_v2_1,
+ tls_ciphersuite_group_ats_fcp_v2_1 API_AVAILABLE(macos(26.5), ios(26.5), tvos(26.5), watchos(26.5), visionos(26.5)),
};
/*!