From 53c393f2d71f498a98495a5930e3df70a89434f2 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 27 Apr 2019 16:13:42 +0200 Subject: [PATCH] Update CHANGELOG Fixes #91 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d16fe9a..90e3acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Do not redirect all traffic to VPN unless `--redirect-gateway` specified. [#90](https://github.com/keeshux/tunnelkit/issues/90) -- Upgraded OpenSSL to 1.1.0j. +- Upgrade OpenSSL to 1.1.0j. ### Fixed @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Authentication/Decrypt errors with TLS wrapping. [#88](https://github.com/keeshux/tunnelkit/issues/88), [#61](https://github.com/keeshux/tunnelkit/issues/61) - Broken DNS when no servers provided. [#84](https://github.com/keeshux/tunnelkit/issues/84) - UDP may disconnect on high-speed upload link. [#87](https://github.com/keeshux/tunnelkit/issues/87) +- Client certificate may fail when private key in .ovpn is encrypted. [#91](https://github.com/keeshux/tunnelkit/issues/91) ## 1.6.2 (2019-04-17)