Skip to content

Security tvOS xcode16.1 b3

Alex Soto edited this page Oct 7, 2024 · 1 revision

#Security.framework

diff -ruN /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h /Applications/Xcode_16.1.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h
--- /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h	2024-09-03 23:30:27
+++ /Applications/Xcode_16.1.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h	2024-10-01 02:20:40
@@ -122,7 +122,8 @@
     TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA     =    0xC036,
 
     /* ChaCha20-Poly1305 Cipher Suites for Transport Layer Security (TLS), RFC 7905 */
-    TLS_PSK_WITH_CHACHA20_POLY1305_SHA256  =    0xCCAB,
+    TLS_PSK_WITH_CHACHA20_POLY1305_SHA256       =    0xCCAB,
+    TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 =    0xCCAC,
 
     /* TLS 1.2 addenda, RFC 5246 */
 
Clone this wiki locally