From cb9735181c0004f8e620b455a07596ec73aee2e2 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 11 Sep 2018 17:45:22 +0200 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca340fd..a709cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project _will soon adhere_ to [Semantic Versioning](https://semver.org/ ### Fixed - Handling of mixed DATA_V1/DATA_V2 packets. [#30](https://github.com/keeshux/tunnelkit/issues/30) +- Support for `--tls-auth` wrapping. [#34](https://github.com/keeshux/tunnelkit/pull/34) ## 1.1.2 (2018-10-18) diff --git a/README.md b/README.md index 0188188..6f7a520 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The client is known to work with [OpenVPNĀ®][openvpn] 2.3+ servers. Key renegoti - [x] TLS handshake - CA validation - Client certificate +- [x] TLS wrapping + - Authentication (`--tls-auth`) - [x] Compression framing - Disabled - Compress (2.4)