Commit 4629b04
committed
Refactor and replace OpenSSL dependencies with Apple-native CryptoKit/CommonCrypto for DTLS-SRTP
- Updated STATUS.md to reflect the transition from OpenSSL to Apple-native CryptoKit/CommonCrypto for DTLS-SRTP backend.
- Removed check_openssl_packaging.sh script and associated validation logic.
- Modified release proof scripts to validate Apple-native crypto DTLS-SRTP instead of OpenSSL XCFramework.
- Updated various scripts to ensure no OpenSSL dependencies remain, including checks for C FFI and XCFramework packaging.
- Adjusted release readiness checks and proof generation to align with the new crypto backend.1 parent defc1b3 commit 4629b04
27 files changed
Lines changed: 682 additions & 1574 deletions
File tree
- .github/workflows
- Sources
- CLiveKitNativeOpenSSL
- include
- COpenSSL
- LiveKitNativeWebRTC
- LiveKitNative
- Core
- LiveKitNative.docc
- Tests
- LiveKitNativeIntegrationTests
- LiveKitNativeTests
- docs
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 57 | | |
73 | 58 | | |
74 | 59 | | |
| |||
0 commit comments