Update README and CHANGELOG
This commit is contained in:
parent
28d9f3ee68
commit
a71d093734
|
@ -3,7 +3,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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/),
|
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]
|
## [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)
|
- 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-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)
|
## 1.1.2 (2018-10-18)
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ The client is known to work with [OpenVPN®][openvpn] 2.3+ servers. Key renegoti
|
||||||
- Client certificate
|
- Client certificate
|
||||||
- [x] TLS wrapping
|
- [x] TLS wrapping
|
||||||
- Authentication (`--tls-auth`)
|
- Authentication (`--tls-auth`)
|
||||||
|
- Encryption (`--tls-crypt`)
|
||||||
- [x] Compression framing
|
- [x] Compression framing
|
||||||
- Disabled
|
- Disabled
|
||||||
- Compress (2.4)
|
- Compress (2.4)
|
||||||
|
|
Loading…
Reference in New Issue