Commit Graph

10 Commits

Author SHA1 Message Date
Davide De Rosa 8e6624e113 Strip dependencies on TunnelKitCore
- TunnelKitManager
- TunnelKitIKE
- TunnelKitOpenVPNManager
2021-11-23 13:17:52 +01:00
Davide De Rosa 77b9aad500 Use a lower iOS target 2021-11-16 13:46:07 +01:00
Davide De Rosa bc776eda85 Replace OpenSSL with BoringSSL from SwiftNIO SSL
- Raise iOS target to 13
- Drop support for TLS security level
- Address warnings about integer conversion (iOS)
2021-11-12 10:00:46 +01:00
Davide De Rosa 50064fc3d0 Increase components granularity
Minimize target dependency on OpenSSL (easier to drop later).

Outside of OpenVPN tunnel extension, OpenSSL is only used to
decrypt encrypted private keys in CryptoContainer (found in
TunnelKitOpenVPNCore, therefore "temporarily" dependent on
CTunnelKitOpenVPNAppExtension for TLSBox/CryptoBox).
2021-11-11 15:18:03 +01:00
Davide De Rosa d1f70171cb Lower SwiftPM version to 5.3 2021-11-06 11:37:26 +01:00
Davide De Rosa 3a546ebfbb Exclude main() from LZO package 2021-11-04 17:31:19 +01:00
Davide De Rosa b86a72ebde Drop redundant test dependency 2021-11-03 19:30:19 +01:00
Davide De Rosa e49e3cad08 Fix test inter-dependencies
Cannot depend on another test target?
2021-11-03 12:14:19 +01:00
Davide De Rosa 92fd620771 Regroup targets
Prefix "internal" modules with underscore.
2021-10-29 23:22:17 +02:00
Davide De Rosa 50ea1ea81a Convert CocoaPods project to SwiftPM 2021-10-26 15:43:10 +02:00