From a71d093734c5c5c9bb90cbf2a3a554861b75ffec Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 21 Sep 2018 00:11:01 +0200 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a709cbb..fe5fc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project _will soon adhere_ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] @@ -11,6 +11,7 @@ and this project _will soon adhere_ to [Semantic Versioning](https://semver.org/ - 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) +- Support for `--tls-crypt` wrapping. [#35](https://github.com/keeshux/tunnelkit/pull/35) ## 1.1.2 (2018-10-18) diff --git a/README.md b/README.md index 6f7a520..3cb1b52 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The client is known to work with [OpenVPNĀ®][openvpn] 2.3+ servers. Key renegoti - Client certificate - [x] TLS wrapping - Authentication (`--tls-auth`) + - Encryption (`--tls-crypt`) - [x] Compression framing - Disabled - Compress (2.4)