passepartout-apple/Packages/PassepartoutOpenVPNOpenSSL/Tests/CPassepartoutCryptoOpenSSLTests
Davide 7b8dbfe84a
Minimize dependencies of VPN implementations (#1057)
### OpenVPN

- Make CPassepartoutCryptoOpenSSL agnostic of PassepartoutKit
- Move Allocation/ZeroingData from PassepartoutKit to package for
internal use
  - Rename ZeroingData.count to .length for consistency with NSData
  - Duplicate some Data manipulation code in CryptoOpenSSL
- Retain a simplified version of ZeroingData in PassepartoutKit
(AutoerasingData)

### WireGuard

- Make WireGuardKit imports `internal`
2025-01-15 09:39:58 +01:00
..
CryptoAEADTests.swift Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
CryptoCBCTests.swift Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
CryptoCTRTests.swift Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
Extensions.swift Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
ZeroingDataTests.swift Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00