Relax EKU verification
This commit is contained in:
parent
12bd44a2c1
commit
d4e5739de2
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- About link to FAQ.
|
- About link to FAQ.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Only enable EKU verification if `remote-cert-tls server`. [tunnelkit#64](https://github.com/keeshux/tunnelkit/pull/64)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Retain DNS reply order in resolved endpoint addresses. [#31](https://github.com/passepartoutvpn/passepartout-ios/pull/31)
|
- Retain DNS reply order in resolved endpoint addresses. [#31](https://github.com/passepartoutvpn/passepartout-ios/pull/31)
|
||||||
|
|
4
Podfile
4
Podfile
|
@ -2,8 +2,8 @@ source 'https://github.com/cocoapods/specs.git'
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
pod 'TunnelKit', '~> 1.4.0'
|
#pod 'TunnelKit', '~> 1.4.0'
|
||||||
#pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'ac9ce0d'
|
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '52c30b5'
|
||||||
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
27
Podfile.lock
27
Podfile.lock
|
@ -2,33 +2,42 @@ PODS:
|
||||||
- MBProgressHUD (1.1.0)
|
- MBProgressHUD (1.1.0)
|
||||||
- OpenSSL-Apple (1.1.0i-v2)
|
- OpenSSL-Apple (1.1.0i-v2)
|
||||||
- SwiftyBeaver (1.6.1)
|
- SwiftyBeaver (1.6.1)
|
||||||
- TunnelKit (1.4.0):
|
- TunnelKit (1.4.1):
|
||||||
- TunnelKit/AppExtension (= 1.4.0)
|
- TunnelKit/AppExtension (= 1.4.1)
|
||||||
- TunnelKit/Core (= 1.4.0)
|
- TunnelKit/Core (= 1.4.1)
|
||||||
- TunnelKit/AppExtension (1.4.0):
|
- TunnelKit/AppExtension (1.4.1):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
- TunnelKit/Core (1.4.0):
|
- TunnelKit/Core (1.4.1):
|
||||||
- OpenSSL-Apple (~> 1.1.0h)
|
- OpenSSL-Apple (~> 1.1.0h)
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- TunnelKit (~> 1.4.0)
|
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `52c30b5`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit
|
|
||||||
|
EXTERNAL SOURCES:
|
||||||
|
TunnelKit:
|
||||||
|
:commit: 52c30b5
|
||||||
|
:git: https://github.com/keeshux/tunnelkit
|
||||||
|
|
||||||
|
CHECKOUT OPTIONS:
|
||||||
|
TunnelKit:
|
||||||
|
:commit: 52c30b5
|
||||||
|
:git: https://github.com/keeshux/tunnelkit
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||||
OpenSSL-Apple: a93b8f2eec8783ff40d9a9304de180ab68bb647c
|
OpenSSL-Apple: a93b8f2eec8783ff40d9a9304de180ab68bb647c
|
||||||
SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a
|
SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a
|
||||||
TunnelKit: 8ac6ca743020b62e63bea66b3d169c53666fb737
|
TunnelKit: 2056113dfb0ed8d18e93dad11a703e40d382b5a8
|
||||||
|
|
||||||
PODFILE CHECKSUM: 286e244242c593f64bdb564cfa8a8048df3c956b
|
PODFILE CHECKSUM: abf4884eb3ba1a9b771a5d1b8a57e5bad98aa0ed
|
||||||
|
|
||||||
COCOAPODS: 1.6.0.beta.2
|
COCOAPODS: 1.6.0.beta.2
|
||||||
|
|
Loading…
Reference in New Issue