passepartout-apple/Packages/PassepartoutOpenVPNOpenSSL/Sources/CPassepartoutCryptoOpenSSL/include
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
..
Allocation.h Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
Crypto.h Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
CryptoAEAD.h Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
CryptoCBC.h Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
CryptoCTR.h Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
CryptoProtocols.h Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00
ZeroingData.h Minimize dependencies of VPN implementations (#1057) 2025-01-15 09:39:58 +01:00