Update README and CHANGELOG
This commit is contained in:
parent
8ccc4c08a5
commit
cb9735181c
|
@ -10,6 +10,7 @@ and this project _will soon adhere_ to [Semantic Versioning](https://semver.org/
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- 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)
|
||||||
|
|
||||||
## 1.1.2 (2018-10-18)
|
## 1.1.2 (2018-10-18)
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,8 @@ The client is known to work with [OpenVPN®][openvpn] 2.3+ servers. Key renegoti
|
||||||
- [x] TLS handshake
|
- [x] TLS handshake
|
||||||
- CA validation
|
- CA validation
|
||||||
- Client certificate
|
- Client certificate
|
||||||
|
- [x] TLS wrapping
|
||||||
|
- Authentication (`--tls-auth`)
|
||||||
- [x] Compression framing
|
- [x] Compression framing
|
||||||
- Disabled
|
- Disabled
|
||||||
- Compress (2.4)
|
- Compress (2.4)
|
||||||
|
|
Loading…
Reference in New Issue