Davide De Rosa
5e0d044bd3
Fix warnings about const qualifier
2024-01-27 10:21:14 +01:00
Davide De Rosa
6ab1759e04
Update copyright
2024-01-14 14:33:14 +01:00
Davide De Rosa
3bafce9a8e
HMAC breaking due to dangling OSSL_PARAM ( #405 )
2024-01-05 23:13:04 +01:00
Davide De Rosa
f56dfa313c
Use OpenSSL 3 ( #347 )
...
- Replace deprecated peer cert calls
- Use atomic HMAC
- Upgrade HMAC to EVP_MAC
2023-12-13 21:17:38 +01:00
Davide De Rosa
8ca928a13b
Convert encryption tests to proper unit tests ( #348 )
2023-12-13 09:59:57 +01:00
Davide De Rosa
d7fbeb0d90
Update copyright
2023-03-17 16:58:36 +01:00
Davide De Rosa
2646762bb4
[ci skip] Update copyright
2022-02-04 12:57:40 +01:00
Davide De Rosa
b6d3cdc3b1
Revert to OpenSSL ( #233 )
...
* Use an OpenSSL binary without Bitcode
* Restore TLS security level override
* Disable Bitcode completely in Demo
2021-11-24 16:40:19 +01:00
Davide De Rosa
74f38d335b
Move TunnelKit errors specific to OpenVPN
...
Use local error domain in LZO to not depend on anything.
2021-11-23 19:17:43 +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