tunnelkit/Sources
Davide De Rosa 9c63b856cb
Verify CA from on-disk file (#237)
* Verify CA from on-disk file

Revert part of #213 again, because `SSL_CTX_load_verify_locations`
is just more reliable at setting up the trust store.

It looks like it's able to reference the .pem multiple times in
those cases where the root issuer of the CA is also embedded in
the file (which is the case with e.g. Let's Encrypt).

This is better than the current implementation, and I couldn't
easily find a way to do the same in-memory. I'd rather use the
standard API here.

See 7a85d3cac7
2021-11-27 12:32:30 +01:00
..
CTunnelKitCore Move TunnelKit errors specific to OpenVPN 2021-11-23 19:17:43 +01:00
CTunnelKitOpenVPNCore Restore and fix former PEM caching PR (#235) 2021-11-25 12:36:17 +01:00
CTunnelKitOpenVPNProtocol Verify CA from on-disk file (#237) 2021-11-27 12:32:30 +01:00
TunnelKit Strip dependencies on TunnelKitCore 2021-11-23 13:17:52 +01:00
TunnelKitAppExtension Drop jazzy, will use DocC 2021-11-12 10:00:55 +01:00
TunnelKitCore Move TunnelKit errors specific to OpenVPN 2021-11-23 19:17:43 +01:00
TunnelKitIKE Strip dependencies on TunnelKitCore 2021-11-23 13:17:52 +01:00
TunnelKitLZO Move TunnelKit errors specific to OpenVPN 2021-11-23 19:17:43 +01:00
TunnelKitManager Return password reference at the time of setting 2021-11-23 19:17:43 +01:00
TunnelKitOpenVPN Export TunnelKitCore together with OpenVPN 2021-11-23 19:17:43 +01:00
TunnelKitOpenVPNAppExtension Verify CA from on-disk file (#237) 2021-11-27 12:32:30 +01:00
TunnelKitOpenVPNCore Revert to OpenSSL (#233) 2021-11-24 16:40:19 +01:00
TunnelKitOpenVPNManager Return password reference at the time of setting 2021-11-23 19:17:43 +01:00
TunnelKitOpenVPNProtocol Verify CA from on-disk file (#237) 2021-11-27 12:32:30 +01:00
__TunnelKitUtils Drop jazzy, will use DocC 2021-11-12 10:00:55 +01:00