-
Notifications
You must be signed in to change notification settings - Fork 516
Security iOS xcode16.1 b3
Alex Soto edited this page Oct 7, 2024
·
2 revisions
#Security.framework
diff -ruN /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h /Applications/Xcode_16.1.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h
--- /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.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 */
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status