Upgrade OpenSSL to 1.1.1d

This commit is contained in:
Davide De Rosa 2019-11-02 00:20:59 +01:00
parent eabcf39f35
commit 9c92d1d567
5 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Upgrade OpenSSL to 1.1.0l.
- Upgrade OpenSSL to 1.1.1d.
### Fixed

View File

@ -3,7 +3,7 @@ use_frameworks!
def shared_pods
pod 'SwiftyBeaver'
pod 'OpenSSL-Apple', '~> 1.1.0l.4'
pod 'OpenSSL-Apple', '~> 1.1.1d.5a'
#pod 'OpenSSL-Apple', :path => '../../personal/openssl-apple'
end

View File

@ -1,9 +1,9 @@
PODS:
- OpenSSL-Apple (1.1.0l.4)
- SwiftyBeaver (1.7.1)
- OpenSSL-Apple (1.1.1d.5a)
- SwiftyBeaver (1.8.3)
DEPENDENCIES:
- OpenSSL-Apple (~> 1.1.0l.4)
- OpenSSL-Apple (~> 1.1.1d.5a)
- SwiftyBeaver
SPEC REPOS:
@ -12,9 +12,9 @@ SPEC REPOS:
- SwiftyBeaver
SPEC CHECKSUMS:
OpenSSL-Apple: f3d1668588ea8f06b076dcfa6177cd90452e3800
SwiftyBeaver: da5e573ad583586c18236324c36900990afe1733
OpenSSL-Apple: 2c9efbc94e0a1ada434cc197b02bd70052a82281
SwiftyBeaver: 3d3e93a12d648bd400b6f2948a7ef128b5b183c7
PODFILE CHECKSUM: 57cf0019a3ecc9a6844e06b695049028712e43b2
PODFILE CHECKSUM: 41490b7b919b696f68fd3dbd2eef288a921756e1
COCOAPODS: 1.7.5

View File

@ -1,11 +1,11 @@
# TunnelKit
![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg)
[![OpenSSL 1.1.0l](https://img.shields.io/badge/openssl-1.1.0l-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.0-notes.html)
[![OpenSSL 1.1.1d](https://img.shields.io/badge/openssl-1.1.1d-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.1-notes.html)
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
[![Travis-CI](https://api.travis-ci.org/passepartoutvpn/tunnelkit.svg?branch=master)](https://travis-ci.org/passepartoutvpn/tunnelkit)
This library provides a simplified Swift/Obj-C implementation of the OpenVPN® protocol for the Apple platforms. The crypto layer is built on top of [OpenSSL][dep-openssl] 1.1.0j, which in turn enables support for a certain range of encryption and digest algorithms.
This library provides a simplified Swift/Obj-C implementation of the OpenVPN® protocol for the Apple platforms. The crypto layer is built on top of [OpenSSL 1.1.1][dep-openssl], which in turn enables support for a certain range of encryption and digest algorithms.
<a href="https://www.patreon.com/keeshux"><img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160"></a>

View File

@ -42,7 +42,7 @@ Pod::Spec.new do |s|
"SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
p.dependency "OpenSSL-Apple", "~> 1.1.0l.4"
p.dependency "OpenSSL-Apple", "~> 1.1.1d.5a"
p.dependency "TunnelKit/Core"
p.dependency "TunnelKit/AppExtension"
end